Networking Forums

Networking Forums > Computer Networking > Windows Networking > IP addresses in a domain

Reply
Thread Tools Display Modes

IP addresses in a domain

 
 
George
Guest
Posts: n/a

 
      10-23-2006, 07:18 PM
I am a bit confused by the concept of the domain. Does every computer in a
domain using different IP address? Does it matter if two computers in two sub
domains using the same private IP addresses like 192.168.0.1?
 
Reply With Quote
 
 
 
 
Trumpeteer
Guest
Posts: n/a

 
      10-23-2006, 07:40 PM
I believe you should take a look at the basics for networking.....

On the network every IP-adress should allways be unique. This has
nothing to do with domains. Domains are a logical grouping of Windows
servers who can share security, so you can have a single point of
administration of userid's and passwords, and one login which can be
given accessrights to resources on one or more computer (server).

This link for more info:
http://www.windowsnetworking.com/art...als/tcpip.html

Cheers,

Trumpeteer.

 
Reply With Quote
 
George
Guest
Posts: n/a

 
      10-23-2006, 09:21 PM
Thanks for the information. Just a newbie here...

I am still confused with the following scenario.

If I have a domain Test.com with two sites A and B, there is a dc at each
site, can I use the same private network for both site A and B? For example:
192.168.0.x. How will the client computer on site A be able to contact the
client computer on site B?





"Trumpeteer" wrote:

> I believe you should take a look at the basics for networking.....
>
> On the network every IP-adress should allways be unique. This has
> nothing to do with domains. Domains are a logical grouping of Windows
> servers who can share security, so you can have a single point of
> administration of userid's and passwords, and one login which can be
> given accessrights to resources on one or more computer (server).
>
> This link for more info:
> http://www.windowsnetworking.com/art...als/tcpip.html
>
> Cheers,
>
> Trumpeteer.
>
>

 
Reply With Quote
 
OscarSotoCL
Guest
Posts: n/a

 
      10-23-2006, 11:23 PM
George:

You have at least two IP networks, with differents IP sets in order to
implement to routing to connect this two sites and enable the ip packet
routing between one site and another.

Example

Site 1 Ip subset: 192.168.1.0/24 (assuming less than 254 machines)
Site 2 Ip subset: 192.168.2.0/24

Hope this helps

Oscar Soto Casali
MVP Directory Services

"George" <(E-Mail Removed)> escribió en el mensaje de
noticias:66E583E1-66F7-4964-9D5C-(E-Mail Removed)...
> Thanks for the information. Just a newbie here...
>
> I am still confused with the following scenario.
>
> If I have a domain Test.com with two sites A and B, there is a dc at each
> site, can I use the same private network for both site A and B? For
> example:
> 192.168.0.x. How will the client computer on site A be able to contact the
> client computer on site B?
>
>
>
>
>
> "Trumpeteer" wrote:
>
>> I believe you should take a look at the basics for networking.....
>>
>> On the network every IP-adress should allways be unique. This has
>> nothing to do with domains. Domains are a logical grouping of Windows
>> servers who can share security, so you can have a single point of
>> administration of userid's and passwords, and one login which can be
>> given accessrights to resources on one or more computer (server).
>>
>> This link for more info:
>> http://www.windowsnetworking.com/art...als/tcpip.html
>>
>> Cheers,
>>
>> Trumpeteer.
>>
>>


 
Reply With Quote
 
George
Guest
Posts: n/a

 
      10-24-2006, 03:26 AM
I have two more questions:

1. If I still want to use 192.168.1.0/24 for both sites, will the client
computers in these two sites be able to join the domain (since they may have
the same IP address)? I know it's not applicable, just curious...

2. How do we normally connect these two sites? Do I have to use site to site
VPN connection? Can I just replicate the dcs in these two sites through
general TCP/IP?

Thanks in advance.

"OscarSotoCL" wrote:

> George:
>
> You have at least two IP networks, with differents IP sets in order to
> implement to routing to connect this two sites and enable the ip packet
> routing between one site and another.
>
> Example
>
> Site 1 Ip subset: 192.168.1.0/24 (assuming less than 254 machines)
> Site 2 Ip subset: 192.168.2.0/24
>
> Hope this helps
>
> Oscar Soto Casali
> MVP Directory Services
>
> "George" <(E-Mail Removed)> escribió en el mensaje de
> noticias:66E583E1-66F7-4964-9D5C-(E-Mail Removed)...
> > Thanks for the information. Just a newbie here...
> >
> > I am still confused with the following scenario.
> >
> > If I have a domain Test.com with two sites A and B, there is a dc at each
> > site, can I use the same private network for both site A and B? For
> > example:
> > 192.168.0.x. How will the client computer on site A be able to contact the
> > client computer on site B?
> >
> >
> >
> >
> >
> > "Trumpeteer" wrote:
> >
> >> I believe you should take a look at the basics for networking.....
> >>
> >> On the network every IP-adress should allways be unique. This has
> >> nothing to do with domains. Domains are a logical grouping of Windows
> >> servers who can share security, so you can have a single point of
> >> administration of userid's and passwords, and one login which can be
> >> given accessrights to resources on one or more computer (server).
> >>
> >> This link for more info:
> >> http://www.windowsnetworking.com/art...als/tcpip.html
> >>
> >> Cheers,
> >>
> >> Trumpeteer.
> >>
> >>

>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      10-24-2006, 07:11 AM
If you use site to site VPN, the two sites will normally need to be in
different IP subnets, so that the routing will work.
..
"George" <(E-Mail Removed)> wrote in message
news:1190F99A-8546-4B8C-8882-(E-Mail Removed)...
>I have two more questions:
>
> 1. If I still want to use 192.168.1.0/24 for both sites, will the client
> computers in these two sites be able to join the domain (since they may
> have
> the same IP address)? I know it's not applicable, just curious...
>
> 2. How do we normally connect these two sites? Do I have to use site to
> site
> VPN connection? Can I just replicate the dcs in these two sites through
> general TCP/IP?
>
> Thanks in advance.
>
> "OscarSotoCL" wrote:
>
>> George:
>>
>> You have at least two IP networks, with differents IP sets in order to
>> implement to routing to connect this two sites and enable the ip packet
>> routing between one site and another.
>>
>> Example
>>
>> Site 1 Ip subset: 192.168.1.0/24 (assuming less than 254 machines)
>> Site 2 Ip subset: 192.168.2.0/24
>>
>> Hope this helps
>>
>> Oscar Soto Casali
>> MVP Directory Services
>>
>> "George" <(E-Mail Removed)> escribió en el mensaje de
>> noticias:66E583E1-66F7-4964-9D5C-(E-Mail Removed)...
>> > Thanks for the information. Just a newbie here...
>> >
>> > I am still confused with the following scenario.
>> >
>> > If I have a domain Test.com with two sites A and B, there is a dc at
>> > each
>> > site, can I use the same private network for both site A and B? For
>> > example:
>> > 192.168.0.x. How will the client computer on site A be able to contact
>> > the
>> > client computer on site B?
>> >
>> >
>> >
>> >
>> >
>> > "Trumpeteer" wrote:
>> >
>> >> I believe you should take a look at the basics for networking.....
>> >>
>> >> On the network every IP-adress should allways be unique. This has
>> >> nothing to do with domains. Domains are a logical grouping of Windows
>> >> servers who can share security, so you can have a single point of
>> >> administration of userid's and passwords, and one login which can be
>> >> given accessrights to resources on one or more computer (server).
>> >>
>> >> This link for more info:
>> >> http://www.windowsnetworking.com/art...als/tcpip.html
>> >>
>> >> Cheers,
>> >>
>> >> Trumpeteer.
>> >>
>> >>

>>
>>



 
Reply With Quote
 
Trumpeteer
Guest
Posts: n/a

 
      10-24-2006, 07:20 AM

George schreef:

> I have two more questions:
>
> 1. If I still want to use 192.168.1.0/24 for both sites, will the client
> computers in these two sites be able to join the domain (since they may have
> the same IP address)? I know it's not applicable, just curious...


As soon as there are equal IP-adresses in the network, both clients
will have connectivity problems. They will not be able to communicate
with the DC in an orderly fashion. It might work for a brief moment in
which you are able to join the domain, but there will allways be
trouble very soon...

>
> 2. How do we normally connect these two sites? Do I have to use site to site
> VPN connection? Can I just replicate the dcs in these two sites through
> general TCP/IP?


This is more a routing question. If you have two locations connected by
the internet, you could use a VPN tunnel over the internet to connect
both sides. This could be accomplished by placing two servers with
routing and remote access enabled. This is some configuration, and if
you do not even understand the concept of TCP/IP networking I advise
you to get someone to help you setting this up.

>
> Thanks in advance.
>

No problem,

Trumpeteer

 
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
DHCP Server Leasing Addresses to MAC Addresses of 00-00-00-00-00-00 nomorespameventhoughthejapanesespamgivesmeachuckle Linux Networking 9 12-05-2006 09:49 PM
VPN: unable to connect to the shares in a Win2003 Domain Server of a child domain Stefano Del Furia Windows Networking 5 11-02-2005 06:23 PM
Child domain IP addresses Mike Windows Networking 1 05-14-2005 03:40 PM
Windows Server 2003 loses domain membership in NT domain... Paul Konchar Windows Networking 4 02-08-2005 08:40 PM
Static Ip's and BT - I have just recieved A BT router with 5 static IP Addresses. However, I want 5 computers in the office to use only one of the addresses. ery Difficult Question Nattasian Broadband 3 07-13-2004 08:55 AM



1 2 3 4 5 6 7 8 9 10 11