I'm replacing my home cable router with a 3620. I have nat working but I am unable to get to the net. Here is the config, any suggestions? I did see some misses on the nat translations.
Thanks
-----------------------------------------------------
Building configuration...
Current configuration : 1081 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 10router
!
boot system flash slot0:c3620-io3-mz.122-15.T12.bin
logging queue-limit 100
!
ip subnet-zero
!
!
ip name-server 192.246.69.2
ip name-server 192.246.69.173
ip name-server 66.88.81.177
ip dhcp excluded-address 10.1.1.1 10.1.1.100
ip dhcp excluded-address 10.1.1.254
ip dhcp pool 10network
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
domain-name pulver.com
dns-server 192.246.69.2 192.246.69.173 66.88.81.177
!
ip audit notify log
ip audit po max-events 100
!
!
!
!
interface Ethernet0/0
ip address dhcp
ip nat outside
no ip route-cache
no ip mroute-cache
half-duplex
!
interface Ethernet0/1
ip address 10.1.1.1 255.255.255.0
ip nat inside
no ip route-cache
no ip mroute-cache
ip nat inside source list 1 interface Ethernet0/0 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0/0
!
!
!
access-list 1 permit 10.1.1.0 0.0.0.255
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
Thanks
-----------------------------------------------------
Building configuration...
Current configuration : 1081 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 10router
!
boot system flash slot0:c3620-io3-mz.122-15.T12.bin
logging queue-limit 100
!
ip subnet-zero
!
!
ip name-server 192.246.69.2
ip name-server 192.246.69.173
ip name-server 66.88.81.177
ip dhcp excluded-address 10.1.1.1 10.1.1.100
ip dhcp excluded-address 10.1.1.254
ip dhcp pool 10network
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
domain-name pulver.com
dns-server 192.246.69.2 192.246.69.173 66.88.81.177
!
ip audit notify log
ip audit po max-events 100
!
!
!
!
interface Ethernet0/0
ip address dhcp
ip nat outside
no ip route-cache
no ip mroute-cache
half-duplex
!
interface Ethernet0/1
ip address 10.1.1.1 255.255.255.0
ip nat inside
no ip route-cache
no ip mroute-cache
ip nat inside source list 1 interface Ethernet0/0 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0/0
!
!
!
access-list 1 permit 10.1.1.0 0.0.0.255
!
line con 0
line aux 0
line vty 0 4
login
!
!
end