View Single Post
Old 08-22-2009, 06:52 AM   #9 (permalink)
BryanFry
Newbie
 
Join Date: Aug 2009
Posts: 4
BryanFry is on a distinguished road
Default

This thread perfectly describes the problem we are having -- we can access everything inside the network via IP, but not by name.

Basic network layout:
Code:
                                   Internet
                                        |
                                   UT Box  (192.168.10.1 and 192.168.11.1)
                                       /\
                                      /  \
                                     /    \
                         Win2000Server    Win2003Server
                       192.168.11.2            192.168.10.2
                            /                           \
                           /                             \
      About 25 computers                          About 25 computers
     192.168.11.X                                          192.168.10.X
Both of the servers run their own DHCP/DNS services. The tracert does what I would expect it to do:

From outside (172.16.0.5) to inside (192.168.10.20):
Code:
172.16.0.1
192.168.10.20
From inside (192.168.10.74) to outside (172.16.0.5):
Code:
192.168.10.1
172.16.0.5
Thanks for your prompt help!
BryanFry is offline