cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
211
Views
0
Helpful
2
Replies

Cisco 877 - routing issue?

David Harrison
Level 1
Level 1

 

Hi all,

 

I've got a problem with a config on my 877 router, and I just can't find the solution.

issues:

1. Using the config below, I can connect to the internet fine, and ping internet IP addresses from the router (but I can't resolve names.. e.g. ping google.co.uk )

2. My laptop will connect to the router and get an IP address from the DHCP pool. I can telnet / ping the router without a problem, but I can't ping anything on the internet ( name or IP ) I'm, guessing its a routing issue between the Dialler10 and vlan1, but I can't seem to resolve it.

Any help would be most appreciated, as its driving me up the wall stairring at the config.

Many thanks in advance.

Dave

 

Cisco 877 configuration Document

Enter
User: cisco
Pass: password

config t

username cisco priv 15 password password

hostname ddhrouter
ena secret password

line vty 0 4
login
password password
line con 0
password password

int atm0
description ** adsl interface **
mtu 1452
no ip address
load-interval 30
no atm ilmi-keepalive
pvc 1/50
ubr 288
encapsulation aal5mux ppp dialer
dialer pool-member 1
dsl operating-mode auto
hold-que 224 in
no shut

int vlan 1
 description ** local lan **
 ip address 192.168.3.254 255.255.255.0
 routing dynamic
 ip nat inside
 hold-queue 100 out
 no shut
 
ip dhcp pool CISCODHCP
 network 192.168.3.0 255.255.255.0
 dns-server 212.50.160.100 213.249.130.100
 default-router 192.168.3.254

 

int dialer10
 description ** adsl dialer interface **
 ip address negotiated
 ip nat outside
 ip mtu 1482
 encapsulation ppp
 dialer pool 1
 ppp chap hostname myusername
 ppp chap password 0 mypassword
 no ip access-list standard 23
 no ip access-list extended 10

IP CLASSLESS
IP ROUTE 0.0.0.0 0.0.0.0 dialer10
ip http server
ip http access-class 23
ip http authentication local
no ip http secure-server
ip http max-connections 4
ip http timeout-policy idle 600 life 86400 requests 10000

Dialer-list 1 protocol ip permit

Access-list 110 permit icmp any any echo
Access-list 110 permit icmp any any echo-reply

End

Copy run start

 

 

1 Accepted Solution

Accepted Solutions

Hello ip dhcp excluded-address 192.168.3.254 Access-list 1 permit 192.168.3.0 0.0.0.255 Ip nat inside source list 1 interface dialer10 overload Res Paul

Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

2 Replies 2

Hello ip dhcp excluded-address 192.168.3.254 Access-list 1 permit 192.168.3.0 0.0.0.255 Ip nat inside source list 1 interface dialer10 overload Res Paul

Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Ruben Cocheno
Spotlight
Spotlight

you need the NAT interface overload statement....

Aplly the config:

 

ip dhcp excluded-address 192.168.3.254

Access-list 12 permit 192.168.3.0 0.0.0.255

Ip nat inside source list 12 interface dialer10 overload

Tag me to follow up.
Please mark it as Helpful and/or Solution Accepted if that is the case. Thanks for making Engineering easy again.
Connect with me for more on Linkedin https://www.linkedin.com/in/rubencocheno/
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card