Networking Forums

Networking Forums > Computer Networking > Windows Networking > Multiple subnet Domain

Reply
Thread Tools Display Modes

Multiple subnet Domain

 
 
Mark
Guest
Posts: n/a

 
      04-27-2007, 08:49 PM
Looking for some step-by-step instructions for accomplishing the following.

I have 2 locations.

Location #1 has a Windows 2003 Server w/AD. It's IP address is 192.168.1.10
Location #2 has a Windows 2003 Server (without AD). It's IP address is
192.168.0.10
The 2 locations talk to each other through a secure VPN tunnel (SonicWall
Firewall boxes).

I want to be able to join the server in location #2 to the domain at
location #1. Server #2 has Server #1's ip address for it's primary DNS. I
can ping the servers in both directions but when I try to join the domain it
says that "a domain controller for the domain could not be contacted".

DNS issue maybe?? Any ideas?

Thanks.


 
Reply With Quote
 
 
 
 
Herb Martin
Guest
Posts: n/a

 
      04-27-2007, 10:29 PM
No especially big deal -- you only have to be able to
route freely to ignore the routers for everything except
browsing which is a practical requirement for WINS
Servers.

"Mark" <(E-Mail Removed)> wrote in message
news:On%(E-Mail Removed)...
> Looking for some step-by-step instructions for accomplishing the
> following.
>
> I have 2 locations.
>
> Location #1 has a Windows 2003 Server w/AD. It's IP address is
> 192.168.1.10
> Location #2 has a Windows 2003 Server (without AD). It's IP address is
> 192.168.0.10
> The 2 locations talk to each other through a secure VPN tunnel (SonicWall
> Firewall boxes).
>
> I want to be able to join the server in location #2 to the domain at
> location #1. Server #2 has Server #1's ip address for it's primary DNS. I
> can ping the servers in both directions but when I try to join the domain
> it says that "a domain controller for the domain could not be contacted".


That's almost certanly a DNS problem if you can route fully.

> DNS issue maybe?? Any ideas?


Yes. If it is not routing.

Where are you DNS servers? Do both (all of) the DNS Servers know
how to find ALL of the records for your domain, all DCs?


--
Herb Martin, MCSE, MVP
http://www.LearnQuick.Com
(phone on web site)


 
Reply With Quote
 
maxmalaw
Guest
Posts: n/a

 
      04-30-2007, 09:38 AM


"Mark" wrote:

> Looking for some step-by-step instructions for accomplishing the following.
>
> I have 2 locations.
>
> Location #1 has a Windows 2003 Server w/AD. It's IP address is 192.168.1.10
> Location #2 has a Windows 2003 Server (without AD). It's IP address is
> 192.168.0.10
> The 2 locations talk to each other through a secure VPN tunnel (SonicWall
> Firewall boxes).
>
> I want to be able to join the server in location #2 to the domain at
> location #1. Server #2 has Server #1's ip address for it's primary DNS. I
> can ping the servers in both directions but when I try to join the domain it
> says that "a domain controller for the domain could not be contacted".
>
> DNS issue maybe?? Any ideas?
>
> Thanks.
>
>
>

 
Reply With Quote
 
Mark
Guest
Posts: n/a

 
      04-30-2007, 04:32 PM
The Server at location #1 is the DNS server. It is also the ONLY DC as of
now.

"Herb Martin" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> No especially big deal -- you only have to be able to
> route freely to ignore the routers for everything except
> browsing which is a practical requirement for WINS
> Servers.
>
> "Mark" <(E-Mail Removed)> wrote in message
> news:On%(E-Mail Removed)...
>> Looking for some step-by-step instructions for accomplishing the
>> following.
>>
>> I have 2 locations.
>>
>> Location #1 has a Windows 2003 Server w/AD. It's IP address is
>> 192.168.1.10
>> Location #2 has a Windows 2003 Server (without AD). It's IP address is
>> 192.168.0.10
>> The 2 locations talk to each other through a secure VPN tunnel (SonicWall
>> Firewall boxes).
>>
>> I want to be able to join the server in location #2 to the domain at
>> location #1. Server #2 has Server #1's ip address for it's primary DNS. I
>> can ping the servers in both directions but when I try to join the domain
>> it says that "a domain controller for the domain could not be contacted".

>
> That's almost certanly a DNS problem if you can route fully.
>
>> DNS issue maybe?? Any ideas?

>
> Yes. If it is not routing.
>
> Where are you DNS servers? Do both (all of) the DNS Servers know
> how to find ALL of the records for your domain, all DCs?
>
>
> --
> Herb Martin, MCSE, MVP
> http://www.LearnQuick.Com
> (phone on web site)
>



 
Reply With Quote
 
Herb Martin
Guest
Posts: n/a

 
      05-01-2007, 02:51 AM

"Mark" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> The Server at location #1 is the DNS server. It is also the ONLY DC as of
> now.


DCDiag /c on the (every) DC -- save output to text file, search for FAIL
or WARN messages --- and fix those.

Makes sure news server (every Domain machine) NIC->IP settings DNS
is set to ONLY the internal DNS (don't mix in the ISP etc.)

Check time -- must be within five minues UTC (not necessarily the display
time if time zone or DST is wrong.)

Check intervening firewalls and firewalls settings on DC --must be open
enough for DNS and authentication.

Try NetDiag /v on the NON-DC with trouble.


--
Herb Martin, MCSE, MVP
http://www.LearnQuick.Com
(phone on web site)

> "Herb Martin" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> No especially big deal -- you only have to be able to
>> route freely to ignore the routers for everything except
>> browsing which is a practical requirement for WINS
>> Servers.
>>
>> "Mark" <(E-Mail Removed)> wrote in message
>> news:On%(E-Mail Removed)...
>>> Looking for some step-by-step instructions for accomplishing the
>>> following.
>>>
>>> I have 2 locations.
>>>
>>> Location #1 has a Windows 2003 Server w/AD. It's IP address is
>>> 192.168.1.10
>>> Location #2 has a Windows 2003 Server (without AD). It's IP address is
>>> 192.168.0.10
>>> The 2 locations talk to each other through a secure VPN tunnel
>>> (SonicWall Firewall boxes).
>>>
>>> I want to be able to join the server in location #2 to the domain at
>>> location #1. Server #2 has Server #1's ip address for it's primary DNS.
>>> I can ping the servers in both directions but when I try to join the
>>> domain it says that "a domain controller for the domain could not be
>>> contacted".

>>
>> That's almost certanly a DNS problem if you can route fully.
>>
>>> DNS issue maybe?? Any ideas?

>>
>> Yes. If it is not routing.
>>
>> Where are you DNS servers? Do both (all of) the DNS Servers know
>> how to find ALL of the records for your domain, all DCs?
>>
>>
>> --
>> Herb Martin, MCSE, MVP
>> http://www.LearnQuick.Com
>> (phone on web site)
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple NICS on same subnet andrew.bell.ia@gmail.com Linux Networking 4 03-15-2006 06:59 PM
Multiple subnet and WINS server Dani Camps Linux Networking 0 02-24-2005 06:07 PM
Multiple interfaces on one subnet prg Linux Networking 3 12-22-2004 07:22 PM
Moving a domain 2003 domain controller to a different subnet John zhang Windows Networking 1 07-27-2004 01:41 PM
multiple NIC / same subnet ssk Linux Networking 1 07-29-2003 06:46 AM



1 2 3 4 5 6 7 8 9 10 11