COMPUTERTECH33
IS-IT--Management
Hi all...I have a Cisco 1750 that used a USR modem connected to the AUX port for dial backup.
When I disconnect the E0, the modem will dial out and connect, but disconnects within 2 minutes. I have the router and workstation attached via a console cable and network cable from workstation to hub to router. I can ping the router and the router assigns an ip address to my work station, but the workstation cannot browse the net or ping anything.
interface Loopback1
ip address 172.22.60.254 255.255.0.0
!
interface Ethernet0
description Bell Canadian DSL PPPOE
backup delay 10 60
backup interface Dialer1
no ip address
no ip unreachables
ip nat outside
half-duplex
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface FastEthernet0
description LAN
ip address 192.168.48.1 255.255.255.0
ip helper-address 172.17.2.30
ip helper-address 172.17.2.255
ip helper-address 172.17.255.255
ip helper-address 172.16.255.255
ip directed-broadcast
ip nat inside
no ip route-cache
no ip mroute-cache
speed auto
!
interface Async5
no ip address
no ip redirects
no ip unreachables
encapsulation ppp
dialer in-band
dialer pool-member 1
async default routing
no fair-queue
ppp authentication pap chap
ppp pap sent-username test password 7 test
!
interface Dialer0
no ip address
no cdp enable
!
interface Dialer1
mtu 1492
ip unnumbered Loopback1
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool 1
dialer idle-timeout 300
dialer string 9,1xxxxxxxxxxx
dialer-group 1
no fair-queue
no cdp enable
ppp authentication pap chap
ppp chap refuse
ppp pap sent-username test password 7 test
crypto map nolan
hold-queue 224 in
!
ip nat inside source route-map nonat interface Dialer1 overload
ip kerberos source-interface any
ip classless
no ip forward-protocol udp netbios-ns
no ip forward-protocol udp netbios-dgm
ip forward-protocol udp netbios-ss
ip forward-protocol udp 42508
ip route 0.0.0.0 0.0.0.0 Dialer1
When I disconnect the E0, the modem will dial out and connect, but disconnects within 2 minutes. I have the router and workstation attached via a console cable and network cable from workstation to hub to router. I can ping the router and the router assigns an ip address to my work station, but the workstation cannot browse the net or ping anything.
interface Loopback1
ip address 172.22.60.254 255.255.0.0
!
interface Ethernet0
description Bell Canadian DSL PPPOE
backup delay 10 60
backup interface Dialer1
no ip address
no ip unreachables
ip nat outside
half-duplex
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface FastEthernet0
description LAN
ip address 192.168.48.1 255.255.255.0
ip helper-address 172.17.2.30
ip helper-address 172.17.2.255
ip helper-address 172.17.255.255
ip helper-address 172.16.255.255
ip directed-broadcast
ip nat inside
no ip route-cache
no ip mroute-cache
speed auto
!
interface Async5
no ip address
no ip redirects
no ip unreachables
encapsulation ppp
dialer in-band
dialer pool-member 1
async default routing
no fair-queue
ppp authentication pap chap
ppp pap sent-username test password 7 test
!
interface Dialer0
no ip address
no cdp enable
!
interface Dialer1
mtu 1492
ip unnumbered Loopback1
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool 1
dialer idle-timeout 300
dialer string 9,1xxxxxxxxxxx
dialer-group 1
no fair-queue
no cdp enable
ppp authentication pap chap
ppp chap refuse
ppp pap sent-username test password 7 test
crypto map nolan
hold-queue 224 in
!
ip nat inside source route-map nonat interface Dialer1 overload
ip kerberos source-interface any
ip classless
no ip forward-protocol udp netbios-ns
no ip forward-protocol udp netbios-dgm
ip forward-protocol udp netbios-ss
ip forward-protocol udp 42508
ip route 0.0.0.0 0.0.0.0 Dialer1