I have a 1600 Cisco Router that is connected to an ISP (171.198.252.32). I’ve newly configured the router through telnet (192.168.200.10). See below. When I’m in the router I can ping the DNS (4.2.2.1 or 68.238.112.12). However, from the PC’s, on the 200-subnet I can’t ping the DNS. I can’t ping beyond the gateway.
==--==
Cisco1605R#sh run
Building configuration...
Current configuration:
!
version 12.0
service config
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname Cisco1605R
!
enable secret 5 $1$XBAu$XrR4jWcvW30Jty8/PR.980
!
!
!
!
!
ip subnet-zero
ip name-server 68.238.112.12
ip name-server 68.238.96.12
ip dhcp excluded-address 192.168.200.1 192.168.200.20
!
ip dhcp pool mydhcppool200
network 192.168.200.0 255.255.255.0
netbios-name-server 192.168.1.14 192.168.1.108
default-router 192.168.200.10
dns-server 68.238.112.12 68.238.96.12
lease 0 1
!
!
!
process-max-time 200
!
interface Ethernet0
description 1605R Router Ethernet0 to 1900 Switch.
ip address 171.198.252.32 255.255.255.0
no ip directed-broadcast
no cdp enable
!
interface Ethernet1
ip address 192.168.200.10 255.255.255.0
no ip directed-broadcast
no cdp enable
!
router rip
version 2
network 192.168.0.0
!
ip default-gateway 171.198.252.1
ip classless
ip route 0.0.0.0 0.0.0.0 171.198.252.1
ip route 10.1.2.0 255.255.255.0 192.168.1.6
ip route 192.168.2.0 255.255.255.0 192.168.1.6
ip route 192.168.3.0 255.255.255.0 192.168.1.10
ip http server
!
no cdp run
banner motd ^C
This is Todd's 1605R Router with (2) Ethernet ports. Welcome!!!
^C
!
line con 0
exec-timeout 0 0
password cisco
logging synchronous
transport input none
line vty 0 4
exec-timeout 20 0
password cisco
login
!
end
Cisco1605R#
==--==
Can someone where I’m going wrong in my configuration?
Thanks
Any help would be appreciated.
==--==
Cisco1605R#sh run
Building configuration...
Current configuration:
!
version 12.0
service config
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname Cisco1605R
!
enable secret 5 $1$XBAu$XrR4jWcvW30Jty8/PR.980
!
!
!
!
!
ip subnet-zero
ip name-server 68.238.112.12
ip name-server 68.238.96.12
ip dhcp excluded-address 192.168.200.1 192.168.200.20
!
ip dhcp pool mydhcppool200
network 192.168.200.0 255.255.255.0
netbios-name-server 192.168.1.14 192.168.1.108
default-router 192.168.200.10
dns-server 68.238.112.12 68.238.96.12
lease 0 1
!
!
!
process-max-time 200
!
interface Ethernet0
description 1605R Router Ethernet0 to 1900 Switch.
ip address 171.198.252.32 255.255.255.0
no ip directed-broadcast
no cdp enable
!
interface Ethernet1
ip address 192.168.200.10 255.255.255.0
no ip directed-broadcast
no cdp enable
!
router rip
version 2
network 192.168.0.0
!
ip default-gateway 171.198.252.1
ip classless
ip route 0.0.0.0 0.0.0.0 171.198.252.1
ip route 10.1.2.0 255.255.255.0 192.168.1.6
ip route 192.168.2.0 255.255.255.0 192.168.1.6
ip route 192.168.3.0 255.255.255.0 192.168.1.10
ip http server
!
no cdp run
banner motd ^C
This is Todd's 1605R Router with (2) Ethernet ports. Welcome!!!
^C
!
line con 0
exec-timeout 0 0
password cisco
logging synchronous
transport input none
line vty 0 4
exec-timeout 20 0
password cisco
login
!
end
Cisco1605R#
==--==
Can someone where I’m going wrong in my configuration?
Thanks
Any help would be appreciated.