Jump to content

greatwayne

Abgemeldet
  • Gesamte Inhalte

    2
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von greatwayne

  1. Hallo Cisco User

    Nach vielen lesen in diesen Board habe ich die Konfig für T-Online und ISDN hinbekommen. Nun gibt es noch das Problem, dass der Router nach abschluß der Internet sitzung die ISDN Leitung nicht trennt. Kann da mir evtl. jemand helfen?

     

    Hier mal meine konfig

     

    version 12.0

    service timestamps debug uptime

    service timestamps log uptime

    service password-encryption

    !

    hostname T-Online

    !

    enable password 123456

    !

    !

    !

    !

    !

    ip subnet-zero

    !

    ip name-server 194.25.2.129

    isdn switch-type basic-net3

    isdn voice-call-failure 0

    !

    !

    !

    interface Ethernet0

    description conncted to EthernetLAN

    ip address 192.168.10.254 255.255.255.0

    no ip directed-broadcast

    ip nat inside

    no shut

    !

    interface BRI0

    description connected to T_Online

    ip address negotiated

    no ip directed-broadcast

    encapsulation ppp

    dialer string 0191011

    dialer hold-queue 10

    dialer-group 1

    isdn switch-type basic-net3

    ip nat outside

    no cdp enable

    ppp authentication pap callin

    ppp pap sent-username xxxxxxx#0001 password xxxxxx

    no shut

    !

    ip nat inside source list 1 interface BRI0 overload

    no ip http server

    ip classless

    ip route 0.0.0.0 0.0.0.0 BRI0

    !

    access-list 1 permit 192.168.10.0 0.0.0.255

    dialer-list 1 protocol ip permit

    !

    line con 0

    exec-timeout 0 0

    password 123456

    login

    transport input none

    stopbits 1

    line vty 0 4

    password 123456

    login

    !

    !

    !

    end

     

     

    version 12.0

    service timestamps debug uptime

    service timestamps log uptime

    service password-encryption

    !

    hostname T-Online

    !

    enable password 123456

    !

    !

    !

    !

    !

    ip subnet-zero

    !

    ip name-server 194.25.2.129

    isdn switch-type basic-net3

    isdn voice-call-failure 0

    !

    !

    !

    interface Ethernet0

    description conncted to EthernetLAN

    ip address 192.168.10.254 255.255.255.0

    no ip directed-broadcast

    ip nat inside

    no shut

    !

    interface BRI0

    description connected to T_Online

    ip address negotiated

    no ip directed-broadcast

    encapsulation ppp

    dialer string 0191011

    dialer hold-queue 10

    dialer-group 1

    isdn switch-type basic-net3

    ip nat outside

    no cdp enable

    ppp authentication pap callin

    ppp pap sent-username xxxxxxx#0001 password xxxxxx

    no shut

    !

    ip nat inside source list 1 interface BRI0 overload

    no ip http server

    ip classless

    ip route 0.0.0.0 0.0.0.0 BRI0

    !

    access-list 1 permit 192.168.10.0 0.0.0.255

    dialer-list 1 protocol ip permit

    !

    line con 0

    exec-timeout 0 0

    password 123456

    login

    transport input none

    stopbits 1

    line vty 0 4

    password 123456

    login

    !

    !

    !

    end

     

     

     

    Vielen Dank

×
×
  • Neu erstellen...