Jump to content

Iceman75

Members
  • Gesamte Inhalte

    476
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von Iceman75

  1. 		function appendSoftKey(object, name, position, uri) {
    	var softKey = object.createElement("SoftKeyItem");
    	var nameObj = object.createElement("Name");
    	nameObj.text = name;
    	var posObj = object.createElement("Position");
    	posObj.text = position;
    	var uriObj = object.createElement("URL");
    	uriObj.text = uri;
    	softKey.appendChild(nameObj);
    	softKey.appendChild(posObj);
    	softKey.appendChild(uriObj);
    	dirRoot = object.selectSingleNode("//CiscoIPPhoneDirectory");
    	dirRoot.appendChild(softKey);
    }
    
    function Directory(name_in, server_in, searchbase_in, port_in, userId_in, password_in, prependDigits_in) {
    	this.name = name_in;
    	this.server = server_in;
    	this.searchbase = searchbase_in;
    	this.port = port_in;
    	this.userId = userId_in;
    	this.password = password_in;
    	this.prependDigits = prependDigits_i
    

    hier sollte wohl was geändert werden damit Informationen ausgelesen werden könne. Nur was???

  2. //////////////////////////////////////////////////////////
    //
    //  Edit the following settings for your environment.
    //  This is for sample purposes only - placing passwords and other
    //  sensitive information in an open text file is typically NOT recommended !!!
    //
    //////////////////////////////////////////////////////////
    
    var ALL_DIRECTORIES_PHRASE = "All Directory Search";
    var ALLOW_ALL_USERS_SEARCH = false;
    var MAX_LIST_SIZE = 32; // Max number of users per page
    
    // Define directories below - you can use any number of directories,
    // just make sure to start with index 0 and keep them consecutive.
    // Syntax:  new Directory(<DisplayName>, <LdapServer>, <LdapSearchBase>, <LdapPort>, <LdapUserId>, <LdapPassword>, <PrependDigits>);
    
    var dirs = new Array();
    dirs[0] = new Directory("Edwardsville Directory", "eville-cm", "ou=users, o=cisco.com", "8404", "cn=Directory Manager, o=cisco.com", "cisco", "");
    dirs[1] = new Directory("Richardson Directory", "rcdn-cm", "ou=users, o=cisco.com", "8404", "cn=Directory Manager, o=cisco.com", "cisco", "91");
    dirs[2] = new Directory("San Jose Directory", "sjc-cm", "ou=users, o=cisco.com", "8404", "cn=Directory Manager, o=cisco.com", "cisco", "91408");
    

    nur die frage wo die asp hin muß, bzw. wie ich das am besten testen kann. Müßte ja nen rechner sein wo iis läuft und das IP Phone. Aber will das nicht so einfach auf meinem Rechner hier bei uns machen....

  3. hi leute,

     

    hat einer von euch schon mal mit der multidirectory.asp gearbeitet. Habe die vor die Nase bekommen und soll die jetzt zu umschreiben das man auf die Infos aus dem AD mit dem IP Phone zugreifen kann.

     

    IIS ist installiert sowie XML und der IP Phone client. wie binde ich jetzt die .asp ein so das man über das IP Phone auf das AD zugreifen kann???

  4. Kann vom Router ins Internet pingen aber komme von der Workstation nicht is Internet.

     

    Hier die config:

     

    Using 1216 out of 29688 bytes

    !

    version 12.4

    service timestamps debug datetime msec

    service timestamps log datetime msec

    no service password-encryption

    !

    hostname Router

    !

    boot-start-marker

    boot-end-marker

    !

    enable secret 5 $1$5UgE$yoToO0Ux5RRF3QI6/znNe0

    !

    no aaa new-model

    memory-size iomem 25

    !

    !

    !

    !

    ip cef

    no ip domain lookup

    ip auth-proxy max-nodata-conns 3

     

    Router#show conf

    Using 1216 out of 29688 bytes

    !

    version 12.4

    service timestamps debug datetime msec

    service timestamps log datetime msec

    no service password-encryption

    !

    hostname Router

    !

    boot-start-marker

    boot-end-marker

    !

    enable secret 5 $1$5UgE$yoToO0Ux5RRF3QI6/znNe0

    !

    no aaa new-model

    memory-size iomem 25

    !

    !

    !

    !

    ip cef

    no ip domain lookup

    ip auth-proxy max-nodata-conns 3

    ip admission max-nodata-conns 3

    !

    vpdn enable

    !

    !

    !

    !

    !

    !

    !

    !

    !

    !

    interface Ethernet0

    no ip address

    full-duplex

    pppoe enable group global

    pppoe-client dial-pool-number 1

    !

    interface FastEthernet0

    ip address 192.168.1.1 255.255.255.0

    ip nat inside

    ip virtual-reassembly

    speed auto

    !

    interface Dialer1

    ip address negotiated

    ip mtu 1492

    ip nat outside

    ip virtual-reassembly

    encapsulation ppp

    dialer pool 1

    dialer-group 1

    ppp authentication chap callin

    ppp chap hostname xxxxxxxxxxxxxxxxxx

    ppp chap password 0 xxxxxxxxxxxxxxxxxx

    !

    interface Dialer2

    no ip address

    !

    ip forward-protocol nd

    ip route 0.0.0.0 0.0.0.0 Dialer1

    no ip http server

    no ip http secure-server

    !

    ip nat inside source list 1 interface Dialer1 overload

    !

    !

    access-list 1 permit 0.0.0.10 255.255.255.0

    dialer-list 1 protocol ip permit

    !

    !

    !

    control-plane

    !

    !

    line con 0

    line aux 0

    line vty 0 4

    login

    !

    end

  5. Also hier meine config:

     

     

    Using 1199 out of 29688 bytes

    !

    version 12.4

    service timestamps debug datetime msec

    service timestamps log datetime msec

    no service password-encryption

    !

    hostname Router

    !

    boot-start-marker

    boot-end-marker

    !

    enable secret 5 $1$5UgE$yoToO0Ux5RRF3QI6/znNe0

    !

    no aaa new-model

    memory-size iomem 25

    !

    !

    ip cef

    no ip domain lookup

    ip auth-proxy max-nodata-conns 3

    ip admission max-nodata-conns 3

    !

    vpdn enable

    !

     

    interface Ethernet0

    ip address 172.20.100.133 255.255.0.0

    half-duplex

    pppoe enable group global

    pppoe-client dial-pool-number 1

    !

    interface FastEthernet0

    ip address 192.168.1.1 255.255.255.0

    ip nat inside

    ip virtual-reassembly

    speed auto

    !

    interface Dialer1

    ip address negotiated

    ip mtu 1492

    ip nat outside

    ip virtual-reassembly

    encapsulation ppp

    dialer pool 1

    dialer-group 1

    ppp authentication chap callin

    ppp chap hostname xxxxxxxxxxx

    ppp chap password xxxxxxxxxxxx

    !

    ip forward-protocol nd

    ip route 0.0.0.0 0.0.0.0 Dialer1

    no ip http server

    no ip http secure-server

    !

    ip nat inside source list 1 interface Dialer1 overload

    !

    !

    access-list 1 permit 10.0.0.0 0.0.0.255

    dialer-list 1 protocol ip permit

    !

    !

    !

    control-plane

    !

    !

    line con 0

    line aux 0

    line vty 0 4

    login

    !

    end

     

     

    Meine IP Config

     

    IP 192.168.1.10

    SG 192.168.1.1

    DNS 141.1.1.1

  6. Hi, solle jetzt per Router und DSL Modem ne Internetverbindung herstellen. Bin die ANleitung von CISCO durchgegangen. Rechner hat ne IP wie die Inside Schnittstelle vom Router. DNS habe ich öffentliche Eingestetllt.

     

    jetzt macht der router als das:

     

     

    ar 1 01:06:28.663: %DIALER-6-UNBIND: Interface Vi2 unbound from profile Di1

    *Mar 1 01:06:28.667: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to down

    *Mar 1 01:06:48.859: Sending PADI: Interface = Ethernet0

    *Mar 1 01:06:48.907: PPPoE 0: I PADO R:0011.5c26.3c31 L:0009.438d.ce31 Et0

    *Mar 1 01:06:50.907: PPPOE: we've got our pado and the pado timer went off

    *Mar 1 01:06:50.907: OUT PADR from PPPoE Session

    *Mar 1 01:06:50.955: PPPoE 33044: I PADS R:0011.5c26.3c31 L:0009.438d.ce31 Et0

    *Mar 1 01:06:50.959: IN PADS from PPPoE Session

    *Mar 1 01:06:50.963: %DIALER-6-BIND: Interface Vi2 bound to profile Di1

    *Mar 1 01:06:50.963: PPPoE: Virtual Access interface obtained.

    *Mar 1 01:06:50.963: PPPoE : encap string prepared

    *Mar 1 01:06:50.963: [0]PPPoE 33044: data path set to Virtual Acess

    *Mar 1 01:06:50.967: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up

    *Mar 1 01:06:51.879: PPPoE 33044: I PADT R:0011.5c26.3c31 L:0009.438d.ce31 Et0

    *Mar 1 01:06:51.879: PPPoE : Shutting down client session

    *Mar 1 01:06:51.879: [0]PPPoE 33044: O PADT R:0011.5c26.3c31 L:0009.438d.ce31 Et0

    *Mar 1 01:06:51.883: %DIALER-6-UNBIND: Interface Vi2 unbound from profile Di1

    *Mar 1 01:06:51.887: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to down

     

     

    jemand nen tipp???

     

    mfg

    ice

  7. na manual habe ich ja. also fehlt nur nat und Route in meiner config???

     

    ip address outside pppoe

    ip address inside 192.168.1.3 255.255.255.0

    ip audit name attack-inside attack action alarm drop reset

    ip audit name attack-outside attack action alarm drop reset

    ip audit interface outside attack-outside

    ip audit interface inside attack-inside

    ip audit info action alarm

    ip audit attack action alarm drop reset

    pdm history enable

    arp timeout 14400

    global (outside) 1 interface

    nat (inside) 1 0.0.0.0 0.0.0.0 0 0

    timeout xlate 3:00:00

  8. also poste mal meine config

     

    mein rechern hat die 1.10, gateway und DNS hab ich die 1.3 genommen. Hoffe das ich das so richtig gemacht habe.

     

    PIX Version 6.3(5)

    interface ethernet0 10baset

    interface ethernet1 10baset

    nameif ethernet0 outside security0

    nameif ethernet1 inside security100

    enable password 2KFQnbNIdI.2KYOU encrypted

    passwd 2KFQnbNIdI.2KYOU encrypted

    hostname azubi-pix

    fixup protocol dns maximum-length 512

    fixup protocol ftp 21

    fixup protocol h323 h225 1720

    fixup protocol h323 ras 1718-1719

    fixup protocol http 80

    fixup protocol rsh 514

    fixup protocol rtsp 554

    fixup protocol sip 5060

    fixup protocol sip udp 5060

    fixup protocol skinny 2000

    no fixup protocol smtp 25

    fixup protocol sqlnet 1521

    fixup protocol tftp 69

    names

    pager lines 24

    logging on

    logging timestamp

    logging buffered debugging

    logging trap notifications

    logging history informational

    logging facility 19

    logging host inside 10.1.1.2

    mtu outside 1500

    mtu inside 1500

    ip address outside pppoe

    ip address inside 192.168.1.3 255.255.255.0

    ip audit name attack-inside attack action alarm drop reset

    ip audit name attack-outside attack action alarm drop reset

    ip audit interface outside attack-outside

    ip audit interface inside attack-inside

    ip audit info action alarm

    ip audit attack action alarm drop reset

    pdm history enable

    arp timeout 14400

    nat (inside) 1 192.168.1.0 255.255.255.0 0 0

    nat (inside) 1 0.0.0.0 0.0.0.0 0 0

    timeout xlate 3:00:00

    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00

    timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00

    timeout sip-disconnect 0:02:00 sip-invite 0:03:00

    timeout uauth 0:05:00 absolute

    aaa-server TACACS+ protocol tacacs+

    aaa-server TACACS+ max-failed-attempts 3

    aaa-server TACACS+ deadtime 10

    aaa-server RADIUS protocol radius

    aaa-server RADIUS max-failed-attempts 3

    aaa-server RADIUS deadtime 10

    aaa-server LOCAL protocol local

    no snmp-server location

    no snmp-server contact

    snmp-server community firewire

    no snmp-server enable traps

    tftp-server inside 10.1.1.2 pix-lt.cis

    no floodguard enable

    telnet timeout 5

    ssh timeout 5

    console timeout 0

    vpdn group ISP request dialout pppoe

    vpdn group ISP localname xxxx

    vpdn group ISP ppp authentication chap

    vpdn username xxxxxxxx password *********

    username cisco password 3USUcOPFUiMCO4Jk encrypted privilege 2

    terminal width 80

    Cryptochecksum:8ad6d100d7af6c80cf13f3799d3e2057

    : end

    [OK]

  9. interface ethernet0 10baset

    interface ethernet1 10baset

    nameif ethernet0 outside security0

    nameif ethernet1 inside security100

    global (outside) 1 xxx.xxx.xxx.x-xxx.xxx.xxx.x

    nat (inside) 1 0.0.0.0 0.0.0.0 0 0

    vpdn group pppoex request dialout pppoe

    vpdn group pppoex localname xxxxxxxxxxx

    vpdn group pppoex ppp authentication pap

    vpdn username xxxxxxxxx password *********

  10. Hi, habe eine PIX Firewall 506. Soll probieren ob mit dieser und nem Modem per DSL ins Netz kommt.

     

    Frage: Wie kann ich auf der PIX die IP ADressen festlegen??? Habe versucht mich anhand der CCNA2 Befehlstabelle da durch zu forsten komme aber zu keinem Ergebnis. Bin totaler Neuling im bezug auf CISCO(Password Rec und Softwareupgrade habe ich schon durchgeführt)

     

    Danke

     

    mfg

     

    ice

×
×
  • Neu erstellen...