Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DNS not Resolving on 2621

Status
Not open for further replies.

jpapanik

Technical User
Mar 20, 2002
27
0
0
US
Hello I just loaded 12.2 IOS on a Cisco 2621 Router. It all worked fine for the 2 servers that I have but every other client cannot resolve the DNS. Here is my configuration. I can ping anything by IP address however I cannot browse via name. Please assist:

Using 1409 out of 29688 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Papas-Inc
!
aaa new-model
enable secret
enable password
!
username xxxxx password xxxxx
clock timezone EST -3
ip subnet-zero
!
!
ip name-server 24.93.67.240
ip name-server 24.93.67.64
ip name-server 24.93.67.65
no ip dhcp conflict logging
ip dhcp excluded-address 192.168.0.1 192.168.0.9
!
!
ip dhcp pool DHCP-POOL
network 192.168.0.0 255.255.255.0
domain-name nc.rr.com
dns-server 24.93.67.240
default-router 192.168.0.1
!
!
!
!
interface FastEthernet0/0
description Outside interface to RoadRunner
ip address dhcp
ip access-group 107 in
ip nat outside
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
description Inside interface to your network
ip address 192.168.0.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
!
ip nat inside source list 1 interface FastEthernet0/0 overload
ip classless
no ip http server
ip pim bidir-enable
!
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 107 deny icmp any any echo log
access-list 107 deny tcp any any eq finger
access-list 107 permit ip any any
access-list 107 permit tcp any any
access-list 107 permit udp any any
!
line con 0
line aux 0
line vty 0 4
!
!
end

Please help me!!!
 
Do you still have this problem? “Reserve your right to think, for even to think wrongly is better than not to think at all”

Fisher CCNA
[americanflag]
 
No I created a DNS server and that took care of the problem. Thank you very much :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top