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

Cisco827

dmanigo
Level 1
Level 1

I configured the C827 to route. I can ping the router from the pc, ping my ISP's DNS server from the router. but cannot ping the DNS server from the pc.

Can you someone take look at the config to see what I missed?

2 Replies 2

globalnettech
Level 5
Level 5

Hello Derrick,

I think the problem is with your access list 1:

access-list 1 permit 192.168.1.0 0.0.0.255

This access list is needed for your NAT:

ip nat inside source list 1 interface BVI1 overload

Yet your inside interface Ethernet 0 is configured with subnet 192.168.2.1/24, which means that your inside addresses never get translated:

interface Ethernet0

ip address 192.168.2.1 255.255.255.0

So, change access list 1 to:

access-list 1 permit 192.168.2.0 0.0.0.255

and see if that makes a difference.

Regards,

GNT

You also have "no ip domain-lookup" configured on the router.

Review Cisco Networking products for a $25 gift card