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

default route not working

brianmahler
Level 1
Level 1

I have a 2811 router with a DSL connection to my ISP. On the router I can ping out to the ISP DNS server across the Dialer1 interface. But on from my Lan traffic stops at the 2811.

I do have a static route of ip route 0.0.0.0 0.0.0.0 dailer1

Also when i do the show ip route it does show the default route going out the dialer1 interface.

Any suggestions?

6 Replies 6

Pravin Phadte
Level 5
Level 5

Hi,

Yes you need to add the route.

ip route 0.0.0.0 0.0.0.0 dailer1

it would be better if the configs could be posted.

Regards

Pravin

paolo bevilacqua
Hall of Fame
Hall of Fame

You need the nat configuration

int dialer1

ip nat outside

int fa0/0

ip nat inside

ip nat inside source list 1 interface diler1 overload

access-list 1 permit x.x.x.x 0.0.0.255

replace x.x.x.x with you private IP addresses.

Please rate post if it helps!

thank you,

I was missing the ip nat source command.

You're welcome. Please rate useful posts with the scrollbox below.

Hi Paolo,

I was wondering how you can answer that without any configs.

Great Hats Off.............

Regards,

Pravin

Pravin

I do not want to put words into the mouth of Paolo, but on the basis of experience (without seeing any config) if the symptom is that the router can ping outside but devices on the LAN can not ping outside the most common source of the problem is that NAT is not properly configured.

HTH

Rick

HTH

Rick
Review Cisco Networking products for a $25 gift card