Networking Forums

Networking Forums > Computer Networking > Windows Networking > Join domain in different subnet

Reply
Thread Tools Display Modes

Join domain in different subnet

 
 
slickric
Guest
Posts: n/a

 
      10-03-2008, 03:41 AM
I have a DC which is running 2k3R2, DNS and proxy service. I had installed
2 NICs 192.168.0.1 and 192.168.1.1. 0 is our corporate network and 1's
network is for public use (ie: internet surfing for customer). My goal is (1.
Isolate the public pcs not to allow access production network), (2. Public
pcs use
the same ADSL line for internet surfing) and (3. Running the group policy
on all public pc which limit the desktop setting being changed by user.) The
first 2 problems hv been solved but when i tried to join the public pcs
into domain in order to run group policy. DC cannot be located. It prompts
something _ldap._tcp.dc._msdcs.domain.com. Below is result of running
nslookup test.

_ldap._tcp.dc._msdcs.domain.com
Server: server004.domain.com
Address: 192.168.0.4
_ldap._tcp.dc._msdcs.tmd.com.hk SRV service location:
priority = 0
weight = 100
port = 389
svr hostname = server004.domain.com
server004.domain.com internet address = 192.168.0.1
server004.domain.com internet address = 192.168.1.1

Would really appreciate help on this.

 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      10-03-2008, 06:36 AM


"slickric" <(E-Mail Removed)> wrote in message
news:252F32CE-EA2A-42C9-9D6E-(E-Mail Removed)...
> I have a DC which is running 2k3R2, DNS and proxy service. I had installed
> 2 NICs 192.168.0.1 and 192.168.1.1. 0 is our corporate network and 1's
> network is for public use (ie: internet surfing for customer). My goal is
> (1.
> Isolate the public pcs not to allow access production network), (2. Public
> pcs use
> the same ADSL line for internet surfing) and (3. Running the group policy
> on all public pc which limit the desktop setting being changed by user.)
> The
> first 2 problems hv been solved but when i tried to join the public pcs
> into domain in order to run group policy. DC cannot be located. It prompts
> something _ldap._tcp.dc._msdcs.domain.com. Below is result of running
> nslookup test.
>
> _ldap._tcp.dc._msdcs.domain.com
> Server: server004.domain.com
> Address: 192.168.0.4
> _ldap._tcp.dc._msdcs.tmd.com.hk SRV service location:
> priority = 0
> weight = 100
> port = 389
> svr hostname = server004.domain.com
> server004.domain.com internet address = 192.168.0.1
> server004.domain.com internet address = 192.168.1.1
>
> Would really appreciate help on this.


You should not run a DC/DNS server with multiple NICs (for exactly the
reason you see in the message).

If there are multiple IP addresses associated with the DC you get all
sorts of odd problems with name resolution. Running a proxy server is fine,
but not on your DC!



 
Reply With Quote
 
slickric
Guest
Posts: n/a

 
      10-03-2008, 09:55 AM
Hi Bill, thx for help and advice. I had switched a member server now. But
still couldn't accomplish my goal. Is there any solution could solve my
problem?

Appreciate help again~~


"Bill Grant" wrote:

>
>
> "slickric" <(E-Mail Removed)> wrote in message
> news:252F32CE-EA2A-42C9-9D6E-(E-Mail Removed)...
> > I have a DC which is running 2k3R2, DNS and proxy service. I had installed
> > 2 NICs 192.168.0.1 and 192.168.1.1. 0 is our corporate network and 1's
> > network is for public use (ie: internet surfing for customer). My goal is
> > (1.
> > Isolate the public pcs not to allow access production network), (2. Public
> > pcs use
> > the same ADSL line for internet surfing) and (3. Running the group policy
> > on all public pc which limit the desktop setting being changed by user.)
> > The
> > first 2 problems hv been solved but when i tried to join the public pcs
> > into domain in order to run group policy. DC cannot be located. It prompts
> > something _ldap._tcp.dc._msdcs.domain.com. Below is result of running
> > nslookup test.
> >
> > _ldap._tcp.dc._msdcs.domain.com
> > Server: server004.domain.com
> > Address: 192.168.0.4
> > _ldap._tcp.dc._msdcs.tmd.com.hk SRV service location:
> > priority = 0
> > weight = 100
> > port = 389
> > svr hostname = server004.domain.com
> > server004.domain.com internet address = 192.168.0.1
> > server004.domain.com internet address = 192.168.1.1
> >
> > Would really appreciate help on this.

>
> You should not run a DC/DNS server with multiple NICs (for exactly the
> reason you see in the message).
>
> If there are multiple IP addresses associated with the DC you get all
> sorts of odd problems with name resolution. Running a proxy server is fine,
> but not on your DC!
>
>
>
>

 
Reply With Quote
 
Meinolf Weber
Guest
Posts: n/a

 
      10-03-2008, 10:53 AM
Hello slickric,

Multihoming DC's is a bad solution which results in problems like yours.
If you need a connection to the internet, connect all machines to a switch
and the switch to the router. Configure FORWARDERS in the DNS server properties
in the DNS management console to your ISP's DNS server. Also a proxy server
should no trun on a DC.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> I have a DC which is running 2k3R2, DNS and proxy service. I had
> installed
> 2 NICs 192.168.0.1 and 192.168.1.1. 0 is our corporate network and 1's
> network is for public use (ie: internet surfing for customer). My goal
> is (1.
> Isolate the public pcs not to allow access production network), (2.
> Public
> pcs use
> the same ADSL line for internet surfing) and (3. Running the group
> policy
> on all public pc which limit the desktop setting being changed by
> user.) The
> first 2 problems hv been solved but when i tried to join the public
> pcs
> into domain in order to run group policy. DC cannot be located. It
> prompts
> something _ldap._tcp.dc._msdcs.domain.com. Below is result of running
> nslookup test.
> _ldap._tcp.dc._msdcs.domain.com
> Server: server004.domain.com
> Address: 192.168.0.4
> _ldap._tcp.dc._msdcs.tmd.com.hk SRV service location:
> priority = 0
> weight = 100
> port = 389
> svr hostname = server004.domain.com
> server004.domain.com internet address = 192.168.0.1
> server004.domain.com internet address = 192.168.1.1
> Would really appreciate help on this.
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      10-03-2008, 01:43 PM
"slickric" <(E-Mail Removed)> wrote in message
news:C8E0A528-689D-4110-9C13-(E-Mail Removed)...
> Hi Bill, thx for help and advice. I had switched a member server now. But
> still couldn't accomplish my goal. Is there any solution could solve my
> problem?


"I had switched a member server now"..? I don't know what that means.

It just comes down to this:
1. DCs should not be multi-homed (also means no RRAS).
2. DCs commonly run DNS, DHCP, and WINS on the same box. That is fine.
3. Run everything else on a different box.

The Public Use segment should connect into a Tri-homed DMZ interface on the
"firewall". It doesn't matter if the firewall is "proxy based" or "nat
based". It also does not matter if the firewall is an "appliance" or a
"PC",..a firewall is still a firewall.

Since you have DSL you might already have a NAT Firewall on the end of the
DSL to begin with,...in which case causes you to have [possibly unkowingly]
a Back-to-Back DMZ between the "proxy" and the DSL NAT Firewall. This also
can make a big difference in how this is approached,...so knowing those
details is important.

There's probably a bunch of other things to deal with and look out for but I
don't know enough about the situation to comment futher.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
slickric
Guest
Posts: n/a

 
      10-04-2008, 02:45 AM
Hello All,

Since we hv 2 DCs in corporate network so i took yrs advice replaced a
member server instead of DC server to be multihomed pc. I found a little
trick on other forum that could accomplish my 3rd task. Place all the public
pcs into production network to join the domain and loaded the group policy
first. Then switch it back to 1's network. It is working perfectly and
accomplished my goal.

Again.. thanks for the suggestion and solution, I'm really appreciated
Ricky

"Meinolf Weber" wrote:

> Hello slickric,
>
> Multihoming DC's is a bad solution which results in problems like yours.
> If you need a connection to the internet, connect all machines to a switch
> and the switch to the router. Configure FORWARDERS in the DNS server properties
> in the DNS management console to your ISP's DNS server. Also a proxy server
> should no trun on a DC.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and confers
> no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>
> > I have a DC which is running 2k3R2, DNS and proxy service. I had
> > installed
> > 2 NICs 192.168.0.1 and 192.168.1.1. 0 is our corporate network and 1's
> > network is for public use (ie: internet surfing for customer). My goal
> > is (1.
> > Isolate the public pcs not to allow access production network), (2.
> > Public
> > pcs use
> > the same ADSL line for internet surfing) and (3. Running the group
> > policy
> > on all public pc which limit the desktop setting being changed by
> > user.) The
> > first 2 problems hv been solved but when i tried to join the public
> > pcs
> > into domain in order to run group policy. DC cannot be located. It
> > prompts
> > something _ldap._tcp.dc._msdcs.domain.com. Below is result of running
> > nslookup test.
> > _ldap._tcp.dc._msdcs.domain.com
> > Server: server004.domain.com
> > Address: 192.168.0.4
> > _ldap._tcp.dc._msdcs.tmd.com.hk SRV service location:
> > priority = 0
> > weight = 100
> > port = 389
> > svr hostname = server004.domain.com
> > server004.domain.com internet address = 192.168.0.1
> > server004.domain.com internet address = 192.168.1.1
> > Would really appreciate help on this.
> >

>
>
>

 
Reply With Quote
 
Meinolf Weber
Guest
Posts: n/a

 
      10-04-2008, 02:39 PM
Hello slickric,

Nice to hear that you solved it.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Hello All,
>
> Since we hv 2 DCs in corporate network so i took yrs advice replaced a
> member server instead of DC server to be multihomed pc. I found a
> little trick on other forum that could accomplish my 3rd task. Place
> all the public pcs into production network to join the domain and
> loaded the group policy first. Then switch it back to 1's network. It
> is working perfectly and accomplished my goal.
>
> Again.. thanks for the suggestion and solution, I'm really appreciated
> Ricky
>
> "Meinolf Weber" wrote:
>
>> Hello slickric,
>>
>> Multihoming DC's is a bad solution which results in problems like
>> yours. If you need a connection to the internet, connect all machines
>> to a switch and the switch to the router. Configure FORWARDERS in the
>> DNS server properties in the DNS management console to your ISP's DNS
>> server. Also a proxy server should no trun on a DC.
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers
>> no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>> I have a DC which is running 2k3R2, DNS and proxy service. I had
>>> installed
>>> 2 NICs 192.168.0.1 and 192.168.1.1. 0 is our corporate network and
>>> 1's
>>> network is for public use (ie: internet surfing for customer). My
>>> goal
>>> is (1.
>>> Isolate the public pcs not to allow access production network), (2.
>>> Public
>>> pcs use
>>> the same ADSL line for internet surfing) and (3. Running the group
>>> policy
>>> on all public pc which limit the desktop setting being changed by
>>> user.) The
>>> first 2 problems hv been solved but when i tried to join the public
>>> pcs
>>> into domain in order to run group policy. DC cannot be located. It
>>> prompts
>>> something _ldap._tcp.dc._msdcs.domain.com. Below is result of
>>> running
>>> nslookup test.
>>> _ldap._tcp.dc._msdcs.domain.com
>>> Server: server004.domain.com
>>> Address: 192.168.0.4
>>> _ldap._tcp.dc._msdcs.tmd.com.hk SRV service location:
>>> priority = 0
>>> weight = 100
>>> port = 389
>>> svr hostname = server004.domain.com
>>> server004.domain.com internet address = 192.168.0.1
>>> server004.domain.com internet address = 192.168.1.1
>>> Would really appreciate help on this



 
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
Cannot join domain...very odd MLT-TECH Windows Networking 4 05-21-2009 03:13 PM
Clients can't join domain-new Primary Domain Controller installed blinton25 Windows Networking 7 06-23-2008 09:58 PM
Cannot join domain simonm Windows Networking 5 02-01-2007 01:56 PM
can't join xp sp2 to ad domain GPRookie Windows Networking 8 01-26-2006 10:56 PM
Moving a domain 2003 domain controller to a different subnet John zhang Windows Networking 1 07-27-2004 01:41 PM



1 2 3 4 5 6 7 8 9 10 11