I have a single Windows 2003 client connected to a 1710 which is getting a dhcp address from Roadrunner through a cable modem. The client can ping the default gateway assigned to the 1710's outside interface (E0), and nslookup works fine,
but it cannot get to any websites. Maybe NAT is not setup properly? Thanks for any advice--my config is as follows:
router1#sh run
Building configuration...
Current configuration : 1467 bytes
!
version 12.2
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
service password-encryption
!
hostname router1
!
logging buffered 4096 debugging
enable secret xxx.
!
memory-size iomem 15
clock timezone CST -6
clock summer-time CDT recurring
ip subnet-zero
!
!
no ip domain-lookup
ip name-server 24.93.40.62
ip name-server 24.93.40.63
no ip dhcp conflict logging
!
ip audit notify log
ip audit po max-events 100
ip ssh time-out 120
ip ssh authentication-retries 3
ip dhcp-client network-discovery informs 2 discovers 2 period 15
!
!
!
!
interface Ethernet0
description outside_int
ip address dhcp
ip nat outside
full-duplex
no cdp enable
!
interface FastEthernet0
description inside_int
ip address 192.168.7.250 255.255.255.0
no ip proxy-arp
ip nat inside
speed auto
full-duplex
no cdp enable
!
ip nat inside source list 101 interface Ethernet0 overload
ip classless
no ip http server
ip pim bidir-enable
!
!
access-list 101 permit ip any any
no cdp run
!
snmp-server community public RO
banner login ^C
*** Unauthorized use of this system is prohibited. ***
*** Usage may be subject to security testing and monitoring, ***
*** and abuse is subject to criminal prosecution. ***
^C
!
line con 0
password xxxx
login
line aux 0
password xxx
login
line vty 0 4
access-class 2 in
password xxx
login
!
end