cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1405
Views
5
Helpful
6
Replies

1900 router with adsl wic wont connect to internet

Kdonnison_2
Level 1
Level 1

Wondering if someone can see if I have made a simple mistake with my config. It has authenticated ok and been assinged an Internet IP address from the ISP but the clients can not connect ping any internet address nor can the router.

Any help welcome , thanks

 

hostname

!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$WGr1$khNrjiwYANhUsIaKEBDsL0
enable password 7 121A0C041104
!
no aaa new-model
!
no ipv6 cef
ipv6 spd queue min-threshold 62
ipv6 spd queue max-threshold 63
ip source-route
no ip routing
no ip cef
!
!
ip dhcp excluded-address 192.168.0.1
ip dhcp excluded-address 192.168.0.2
ip dhcp excluded-address 192.168.0.3

!
ip dhcp pool dhcp_pool
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 202.27.156.72
!
!
multilink bundle-name authenticated
!
!
interface Embedded-Service-Engine0/0
no ip address
no ip route-cache
shutdown
!
interface GigabitEthernet0/0
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
no ip route-cache
duplex auto
speed auto
no mop enabled
!
interface GigabitEthernet0/1
no ip address
ip nat inside
ip virtual-reassembly in
no ip route-cache
duplex auto
speed auto
!
!
interface ATM0/0/0
no ip address
ip nat outside
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0/0/0.1 point-to-point
pvc 0/100
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
!
!
interface Dialer1
ip address negotiated
no ip redirects
no ip unreachables
ip nat outside
encapsulation ppp
no ip route-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp chap refuse
ip mtu 1492
ip tcp adjust-mss 1452
ppp pap sent-username **** password ****!
ip forward-protocol nd
!
no ip http server
ip http secure-server
!
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
!
!
control-plane
!
!no


!
line con 0
password 7 104D0C155647431F
login
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
password 7 0129162D73260C3A0D
login
transport input all
!
scheduler allocate 20000 1000
end

1 Accepted Solution

Accepted Solutions

Leo,

Hmmm, I do not believe that the command you suggested is necessary.

What I see here is a grave error in the configuration: you have your CEF and IP routing deactivated. No surprise, then, that your router is not routing your packets. Please enter the following commands to the global configuration:

ip routing

ip cef

Please verify your connectivity after entering these two commands, and also please post your configuration anew (I am concerned about the no ip route-cache commands on your interfaces but I silently expect that these commands will automatically be removed after reactivating the routing).

Also, I suspect that the deactivation of IP routing is caused by a misleading document on Cisco website - this is perhaps the third time a person here on CSC is seeking support for ATM/ADSL connectivity, and the problem has the same traits. Did you follow a specific Cisco document when configuring your router?

Best regards,

Peter

View solution in original post

6 Replies 6

Leo Laohoo
Hall of Fame
Hall of Fame

Under your ATM sub-interface, where's "protocol ppp dialer"?

I got the ATM part and dialer part of the ISP so thought it would be ok like that. It connects and get assinged IP from ISP but i thought maybe route or ACL or nat part was not correct. Will give it a try ..

Hi,

enter this command: ip routing

Regards.

Alain.

Don't forget to rate helpful posts.

Thanks Peter, this has sorted the issue. You are right I followed a document on the cisco website for this but failed to pickup on the no ip route in the config.

Leo,

Hmmm, I do not believe that the command you suggested is necessary.

What I see here is a grave error in the configuration: you have your CEF and IP routing deactivated. No surprise, then, that your router is not routing your packets. Please enter the following commands to the global configuration:

ip routing

ip cef

Please verify your connectivity after entering these two commands, and also please post your configuration anew (I am concerned about the no ip route-cache commands on your interfaces but I silently expect that these commands will automatically be removed after reactivating the routing).

Also, I suspect that the deactivation of IP routing is caused by a misleading document on Cisco website - this is perhaps the third time a person here on CSC is seeking support for ATM/ADSL connectivity, and the problem has the same traits. Did you follow a specific Cisco document when configuring your router?

Best regards,

Peter

Whoops.  Missed that one ... and that too! 

Review Cisco Networking for a $25 gift card