Jayrock523
MIS
I have a 806 router behind a non-cisco cable modem. I used the same configuration as the one posted on the cisco web site.
Building configuration...
Current configuration : 1673 bytes
!
version 12.2
no parser cache
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging rate-limit console 10 except errors
enable secret 5 $1$1m1W$uRyUMZQpUAp31C9OM2HQR.
!
username Router password 7 08325C5C00170247425D5506382E2523
username Cisco privilege 15 password 7
134146563C5D020B6F2B793C060703061E2A16706F7E62470C3416
ip subnet-zero
ip name-server 24.29.99.81
ip name-server 24.29.99.82
ip dhcp excluded-address 10.10.10.1
!--- Issue the ip dhcp excluded-address command to exclude IP
!--- addresses from being assigned by the DHCP server. This excludes
!--- E0 IP address.
ip dhcp excluded-address 10.10.10.2
ip dhcp excluded-address 10.10.10.10
ip dhcp excluded-address 10.10.10.3
ip dhcp excluded-address 10.10.10.4
ip dhcp excluded-address 10.10.10.5
ip dhcp excluded-address 10.10.10.6
ip dhcp excluded-address 10.10.10.7
ip dhcp excluded-address 10.10.10.8
ip dhcp excluded-address 10.10.10.9
!
ip dhcp pool CLIENT
!--- Configures a DHCP address pool.
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 24.29.99.82
!
no ip dhcp-client network-discovery
lcp max-session-starts 0
!
!
!
interface Ethernet0
!--- This interface connects to the internal network, including CPE.
ip address 10.10.10.1 255.255.255.0
ip nat inside
!--- IP NAT configuration.
no ip route-cache
no cdp enable
!
interface Ethernet1
!--- This interface connects to the same Ethernet segment as the CM.
ip address dhcp
!--- This command allows the router to obtain IP address dynamically.
ip nat outside
!--- IP NAT configuration.
no ip route-cache
no cdp enable
!
ip nat inside source list 102 interface Ethernet1 overload
!--- IP NAT configuration.
ip classless
ip route 0.0.0.0 0.0.0.0 66.108.112.1
!--- IP address 66.108.112.1 is the next hop IP address, also called
!--- the default gateway. Your ISP can tell you what IP address to
!--- configure as the next hop address.
ip http server
!
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
line con 0
exec-timeout 120 0
stopbits 1
line vty 0 4
exec-timeout 30 0
login local
length 0
!
scheduler max-task-time 5000
end
Router#
I had used this configuration for years in New York, now that I moved to Florida. It's not working. I can ping the default gateway and the Dns server that Adelphia (the cable company) gave me. However the web sites will not open.
I used the command show ip nat trans to see what happens when I open the broswer. I goes to the web site but doesn't open it.
Does anyone know how to fix this problem?
Building configuration...
Current configuration : 1673 bytes
!
version 12.2
no parser cache
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging rate-limit console 10 except errors
enable secret 5 $1$1m1W$uRyUMZQpUAp31C9OM2HQR.
!
username Router password 7 08325C5C00170247425D5506382E2523
username Cisco privilege 15 password 7
134146563C5D020B6F2B793C060703061E2A16706F7E62470C3416
ip subnet-zero
ip name-server 24.29.99.81
ip name-server 24.29.99.82
ip dhcp excluded-address 10.10.10.1
!--- Issue the ip dhcp excluded-address command to exclude IP
!--- addresses from being assigned by the DHCP server. This excludes
!--- E0 IP address.
ip dhcp excluded-address 10.10.10.2
ip dhcp excluded-address 10.10.10.10
ip dhcp excluded-address 10.10.10.3
ip dhcp excluded-address 10.10.10.4
ip dhcp excluded-address 10.10.10.5
ip dhcp excluded-address 10.10.10.6
ip dhcp excluded-address 10.10.10.7
ip dhcp excluded-address 10.10.10.8
ip dhcp excluded-address 10.10.10.9
!
ip dhcp pool CLIENT
!--- Configures a DHCP address pool.
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 24.29.99.82
!
no ip dhcp-client network-discovery
lcp max-session-starts 0
!
!
!
interface Ethernet0
!--- This interface connects to the internal network, including CPE.
ip address 10.10.10.1 255.255.255.0
ip nat inside
!--- IP NAT configuration.
no ip route-cache
no cdp enable
!
interface Ethernet1
!--- This interface connects to the same Ethernet segment as the CM.
ip address dhcp
!--- This command allows the router to obtain IP address dynamically.
ip nat outside
!--- IP NAT configuration.
no ip route-cache
no cdp enable
!
ip nat inside source list 102 interface Ethernet1 overload
!--- IP NAT configuration.
ip classless
ip route 0.0.0.0 0.0.0.0 66.108.112.1
!--- IP address 66.108.112.1 is the next hop IP address, also called
!--- the default gateway. Your ISP can tell you what IP address to
!--- configure as the next hop address.
ip http server
!
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
line con 0
exec-timeout 120 0
stopbits 1
line vty 0 4
exec-timeout 30 0
login local
length 0
!
scheduler max-task-time 5000
end
Router#
I had used this configuration for years in New York, now that I moved to Florida. It's not working. I can ping the default gateway and the Dns server that Adelphia (the cable company) gave me. However the web sites will not open.
I used the command show ip nat trans to see what happens when I open the broswer. I goes to the web site but doesn't open it.
Does anyone know how to fix this problem?