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

Setting up a domain with multiple subnets in windows 2000 server 2

Status
Not open for further replies.

bobpcgeeks4hire

Technical User
Joined
Feb 23, 2005
Messages
1
Location
US
I have 2 offices connected by a high speed connection over a frame relay. Office 1 has a 2000 server with ip 192.168.1.254 and other machines in the subnet of 192.168.1.xxx. They all work fine. Another office has a subnet of 192.168.2.xxx. I can connect to the internet fine from both locations, I can ping the server from the 2nd location by using the ip address. I can not ping by the domain / server name. I have the DNS set to the server address. What else can I check or set up to get the 2nd site to recognize the 1st site so I can have it join the domain?

Thanks
 
It's a common problem that domain membership across a routed connection doesn't work or works badly. I used to get around it by adding a line like the following line to the LMHOSTS file of the client machines:

192.168.1.254 <servername> #PRE #DOM:<domainname>

That usually allows the clients find the server. You may have to reload the netbios table

nbtstat -R
 
do both the servers handle internal dns ? on server 1 make it the primary dns and server 2 the secondary and vice-versa

 
Also, if you go with the idea castor66 has, remember the lmhosts file only works on pre w2k machines. If you're running only w2k and after, use the hosts file. The pre shouuldn't be needed. Good luck.

Click here to learn How to help with tsunami relief... Glen A. Johnson
"An investment in knowledge always pays the best interest."
Benjamin Franklin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top