hi all, i have a cisco router that was working fine before. now i cant ping the dns server(was able to before) i
checked the config everything looks fine but i cant ping the dns
server for some reason. i'm getting this error:
jackbenny8#ping Translating " server (10.0.0.2)
% Unrecognized host or address, or protocol not running.
i am able to ping internal ip's but not external ip's and i can ping
the gateway if i put a satic ip on e1/0 same result.
could the file be corrupt? any suggestions would be helpful.
this is my config file below:
jackbenny8#sh config
Using 988 out of 30712 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug datetime msec
service timestamps log datetime
service password-encryption
!
hostname jackbenny8
!
no logging buffered
no logging rate-limit
no logging console
enable secret 5 $1$x8NH$LLCv0i0PfxWyfr3ykyBw1.
!
ip subnet-zero
!
!
no ip finger
ip name-server 10.2.2.2
!
ip audit notify log
ip audit po max-events 100
!
!
!
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
half-duplex
!
interface Serial0/0
no ip address
shutdown
!
interface Ethernet1/0
ip address dhcp 255.255.255.0
ip nat outside
half-duplex
!
ip default-gateway 67.57.32.1
ip nat inside source list 1 interface Ethernet1/0 overload
ip classless
no ip http server
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.21.0 0.0.0.255
access-list 2 permit 192.168.1.0 0.0.0.255
!
line con 0
transport input none
line aux 0
line vty 0 4
access-class 2 in
password 7 000A155
F0803
login
!
end
jackbenny8#
checked the config everything looks fine but i cant ping the dns
server for some reason. i'm getting this error:
jackbenny8#ping Translating " server (10.0.0.2)
% Unrecognized host or address, or protocol not running.
i am able to ping internal ip's but not external ip's and i can ping
the gateway if i put a satic ip on e1/0 same result.
could the file be corrupt? any suggestions would be helpful.
this is my config file below:
jackbenny8#sh config
Using 988 out of 30712 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug datetime msec
service timestamps log datetime
service password-encryption
!
hostname jackbenny8
!
no logging buffered
no logging rate-limit
no logging console
enable secret 5 $1$x8NH$LLCv0i0PfxWyfr3ykyBw1.
!
ip subnet-zero
!
!
no ip finger
ip name-server 10.2.2.2
!
ip audit notify log
ip audit po max-events 100
!
!
!
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
half-duplex
!
interface Serial0/0
no ip address
shutdown
!
interface Ethernet1/0
ip address dhcp 255.255.255.0
ip nat outside
half-duplex
!
ip default-gateway 67.57.32.1
ip nat inside source list 1 interface Ethernet1/0 overload
ip classless
no ip http server
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.21.0 0.0.0.255
access-list 2 permit 192.168.1.0 0.0.0.255
!
line con 0
transport input none
line aux 0
line vty 0 4
access-class 2 in
password 7 000A155
login
!
end
jackbenny8#