cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
328
Views
10
Helpful
3
Replies

Routing Issue_please need help

mhasabal
Level 1
Level 1

i am configuring a cisco2611 and in need of help please.the layout as follow:cable modem > cisco851 (service provider router-i believe in bridge mode) > cisco2611.

i am not able to:

1-get internet connection.

2-not able to get dhcp address on vista laptop. was working and stopped.

router config, extended ping and tracert attached.

thank you for all your help

3 Replies 3

Laurent Aubert
Cisco Employee
Cisco Employee

Hi,

If you can't have a DHCP address, you will not be able to reach the Internet so this is the first issue to fix.

You can run deb ip dhcp server events and deb ip dhcp server packets to see what's going on.

Then you need to translate your traffic so all your traffic will use your true public WAN IP address as the source address:

ip nat inside source list 101 interface Ethernet0/1 overload

!

access-list 101 permit ip 172.20.1.0 0.0.0.255 any

!

also access-list 1 is useless in your config

HTH

Laurent.

Laurent,

thank you so much. you solved my problem.

can you please help me understand why my access list 1 usless and why 101 worked.

thanks again.

Hi,

I'm glad to read that !!!

Applying an ACL on an interface which permit anything is like not applying the ACL at all.

ACL 101 filters which packets should be natted and as a best practice I prefer specifying the source subnet.

You can notice ACL 101 is not apply to any interface but to the NAT rule statement.

Don't hesitate to rate my post if it was helpful ;-)

Thanks

Laurent.

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