I'm helping a friend with his new small office network. Replacing linksys home router with Cisco 2801. He has x2 bonded T1''s to a Cisco 1700(csu/dsu)216.37.xx.37 not config. for router. This is the ISP's equipment. 1700, currently connects to the linksys (216.37.xx.38). The 2801 will simply replace the linksys. so I have just given the 2801 all the static info from the linksys WAN & LAN interfaceS. I've config's NAT and when I hooked up the 2801 I could ping all the way to the 1700 (csu/dsu) and I see translations via the ip nat translations command, but I cannot ping the dns servers or get onto the internet. Can someone please look at the current running config.Also, when the 2801 (216.37.xx.38)connected to the csu/dsu (216.37.xx.37) an error message comes up on the 2801 for a double 216.37.xx.37 addy, the 1700 csu/dsu is the only .37 address config'd!! Any help is much appreciated. Thx
Current configuration : 2128 bytes
!
version 12.4
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname TrueWirelessR1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $xxxxxxxxxxx
enable password 7 xxxxxxxxxx
!
no aaa new-model
clock timezone CST -6
clock summer-time CDT recurring
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool TrueWirelessNetwork
default-router 192.168.1.1
!
ip dhcp pool TrueWirelessLAN
network 192.168.1.0 255.255.255.0
dns-server 216.37.64.2 216.37.64.3
default-router 192.168.1.1
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
voice-card 0
!
archive
log config
hidekeys
!
!
!
interface FastEthernet0/0
description Fa 0/0 to TrueWireless LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description Fa0/1 to WAN T1
ip address 216.37.xx.38 255.255.255.252
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
ip default-gateway 216.37.xx.37
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 216.37.xx.37
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/1 overload
ip nat inside source static tcp 192.168.1.5 80 216.37.xx.37 80 extendable
ip nat inside source static tcp 192.168.1.5 110 216.37.xx.38 110 extendable
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
!
!
!
!
control-plane
!
!
!
gateway
timer receive-rtp 1200
!
!
line con 0
exec-timeout 0 0
password 7
logging synchronous
login
line aux 0
line vty 0 4
password 7
login
!
scheduler allocate 20000 1000
end
Current configuration : 2128 bytes
!
version 12.4
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname TrueWirelessR1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $xxxxxxxxxxx
enable password 7 xxxxxxxxxx
!
no aaa new-model
clock timezone CST -6
clock summer-time CDT recurring
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool TrueWirelessNetwork
default-router 192.168.1.1
!
ip dhcp pool TrueWirelessLAN
network 192.168.1.0 255.255.255.0
dns-server 216.37.64.2 216.37.64.3
default-router 192.168.1.1
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
voice-card 0
!
archive
log config
hidekeys
!
!
!
interface FastEthernet0/0
description Fa 0/0 to TrueWireless LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description Fa0/1 to WAN T1
ip address 216.37.xx.38 255.255.255.252
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
ip default-gateway 216.37.xx.37
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 216.37.xx.37
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/1 overload
ip nat inside source static tcp 192.168.1.5 80 216.37.xx.37 80 extendable
ip nat inside source static tcp 192.168.1.5 110 216.37.xx.38 110 extendable
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
!
!
!
!
control-plane
!
!
!
gateway
timer receive-rtp 1200
!
!
line con 0
exec-timeout 0 0
password 7
logging synchronous
login
line aux 0
line vty 0 4
password 7
login
!
scheduler allocate 20000 1000
end