Jump to content

Andre_H_

Members
  • Gesamte Inhalte

    6
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von Andre_H_

  1. Hallo,

    ich bin gerade dabei für einen Freund den 1603 zur Verbindung (t-online) ins Internet (ISDN) zu konfigurieren. Da dies mein erster Router von Cisco ist den ich konfiguriere, würde ich mich freuen, wenn jmd. über meine Konfig schauen könnte um mir evtl. Fehler zu nennen.

     

    Die Einwahl des Routers soll erfolgen wenn ein Rechner im Netzwerk eine Internetverbindung anfragt.

     

    IP des Routers: 192.168.0.200

    Netzwerk: 192.168.0.0 /24

     

    Nachdem keine Internetverbindung mehr gebraucht wird, soll der Router die Verbindung trennen.

     

    Meine Konfig schaut so aus:

     

    !

    service timestamps debug uptime

    service timestamps log uptime

    service password-encryption

    no service tcp-small-servers

    no service udp-small-servers

    !

    hostname Cisco1603

    !

    enable password 123456

    !

    no ip name-server

    !

    isdn switch-type basic-1tr6

    !

    ip subnet-zero

    no ip domain-lookup

    ip routing

    !

    interface Dialer 1

    description connected to Internet

    ip address negotiated

    ip nat outside

    no ip split-horizon

    encapsulation ppp

    dialer in-band

    dialer idle-timeout 120

    dialer string 0191011

    dialer hold-queue 10

    dialer-group 1

    ppp authentication chap pap callin

    ppp chap hostname <<t-online benutzername>>

    ppp chap password <<t-online passwort>>

    ppp pap sent-username <<t-online benutzername>> password <<t-online passwort>>

    no ppp multilink

    no cdp enable

    !

    interface Ethernet 0

    no shutdown

    description connected to Cisco1538

    ip address 192.168.0.200 255.255.255.0

    ip nat inside

    keepalive 10

    !

    interface BRI 0

    no shutdown

    description connected to Internet

    no ip address

    dialer rotary-group 1

    !

    ! Access Control List 1

    !

    no access-list 1

    access-list 1 permit 192.168.0.0 0.0.0.255

    !

    ! Dialer Control List 1

    !

    no dialer-list 1

    dialer-list 1 protocol ip permit

    !

    ! Dynamic NAT

    !

    ip nat translation timeout 86400

    ip nat translation tcp-timeout 86400

    ip nat translation udp-timeout 300

    ip nat translation dns-timeout 60

    ip nat translation finrst-timeout 60

    ip nat inside source list 1 interface Dialer 1 overload

    !

    router rip

    version 2

    network 192.168.0.0

    passive-interface Dialer 1

    no auto-summary

    !

    !

    ip classless

    !

    ! IP Static Routes

    ip route 0.0.0.0 0.0.0.0 Dialer 1

    ip http server

    no snmp-server location

    no snmp-server contact

    !

    line console 0

    exec-timeout 0 0

    password 123456

    login

    !

    line vty 0 4

    password 123456

    login

    !

    end

     

     

    Vielen Dank für die Hilfe!!

     

    André Hartmann

×
×
  • Neu erstellen...