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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

3600 router config help

Status
Not open for further replies.

brian2112

IS-IT--Management
Aug 17, 2002
15
0
0
US
I have 2 T-1's connected to my 3600 Router, everything seems to work ok, however my web server is not resolving DNS, only from the outside looking in. I can ping the server from the outside, but not bring up the domain ( all the computers in the workgroup of either server are able to surf from behind the router. The router config is below. the Domain server is e-smith at 64.146.66.4, and a windows 2K computer at 192.168.0.50. I know the servers are setup correctly, I believe the router config. is the problem. any thoughts anyone?


hostname Fatman
!
enable secret 5 $1$JZ6x$FBZ8k8cyvxOKzHwPHvJef/
enable password *****
!
ip subnet-zero
!
!
!
!
!
!
interface FastEthernet0/0
ip address 64.146.66.1 255.255.0.0
ip nat inside
no ip route-cache
no ip mroute-cache
speed auto
full-duplex
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.0.0
ip nat inside
no ip route-cache
no ip mroute-cache
speed auto
full-duplex
!
interface Serial1/0
no ip address
encapsulation frame-relay IETF
no ip route-cache
no ip mroute-cache
frame-relay lmi-type ansi
!
interface Serial1/0.16 point-to-point
ip address 216.171.145.22 255.255.255.252
ip nat outside
no ip route-cache
no ip mroute-cache
frame-relay interface-dlci 16
!
interface Serial1/1
no ip address
encapsulation frame-relay IETF
no ip route-cache
no ip mroute-cache
frame-relay lmi-type ansi
!
interface Serial1/1.16 point-to-point
ip address 216.171.145.18 255.255.255.252
ip nat outside
no ip route-cache
no ip mroute-cache
frame-relay interface-dlci 16
!
ip default-gateway 216.171.145.17
ip nat inside source list 10 interface Serial1/0.16 overload
ip nat inside source list 20 interface Serial1/1.16 overload
ip classless
ip route 0.0.0.0 0.0.0.0 216.171.145.17
ip route 0.0.0.0 0.0.0.0 216.171.145.21
no ip http server
ip pim bidir-enable
!
access-list 10 permit 192.168.0.0 0.0.255.255
access-list 20 permit 64.146.0.0 0.0.255.255
access-list 30 permit any
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
snmp-server community public RO
!
line con 0
line aux 0
line vty 0 4
password ******
login
!
end
 
I changed my domain server IP to 64.146.66.5. I also added a few lines for ip name-server and domain-name, but it didn't help. if I type a ping of the 64.146.66.5 address it pings. if I ping the domain-name " it resolves to "64.146.66.5", just like it's supposed to, but won't come up in a browser outside the internal network behind the router. Here is the changed config:

Building configuration...

Current configuration : 1730 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Fatman
!
enable secret 5 $1$JZ6x$FBZ8k8cyvxOKzHwPHvJef/
enable password *****
!
ip subnet-zero
!
!
ip domain-name nicommnet.com
ip name-server 64.146.66.5
!
!
!
!
interface FastEthernet0/0
ip address 64.146.66.1 255.255.0.0
ip nat inside
no ip route-cache
no ip mroute-cache
speed auto
full-duplex
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.0.0
ip nat inside
no ip route-cache
no ip mroute-cache
speed auto
full-duplex
!
interface Serial1/0
no ip address
encapsulation frame-relay IETF
no ip route-cache
no ip mroute-cache
frame-relay lmi-type ansi
!
interface Serial1/0.16 point-to-point
ip address 216.171.145.22 255.255.255.252
ip nat outside
no ip route-cache
no ip mroute-cache
frame-relay interface-dlci 16
!
interface Serial1/1
no ip address
encapsulation frame-relay IETF
no ip route-cache
no ip mroute-cache
frame-relay lmi-type ansi
!
interface Serial1/1.16 point-to-point
ip address 216.171.145.18 255.255.255.252
ip nat outside
no ip route-cache
no ip mroute-cache
frame-relay interface-dlci 16
!
ip default-gateway 216.171.145.17
ip nat inside source list 10 interface Serial1/0.16 overload
ip nat inside source list 20 interface Serial1/1.16 overload
ip classless
ip route 0.0.0.0 0.0.0.0 216.171.145.17
ip route 0.0.0.0 0.0.0.0 216.171.145.21
no ip http server
ip pim bidir-enable
!
access-list 10 permit 192.168.0.0 0.0.255.255
access-list 20 permit 64.146.0.0 0.0.255.255
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
snmp-server community public RO
!
line con 0
line aux 0
line vty 0 4
password *****
login
!
end
 
Interestingly, I can't ping that FastEthernet0/0 address of 64.146.66.1 , I hope that helps
 
I can now ping 64.146.66.1, I didn't do anything.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top