Network Design diagram
i need to join 2 networks over public internet
Internal IP:
Network1 ip starting 10.0.0.1, 255.0.0.0, gg 10.0.0.10
Network 2 ip starting 100.100.180.1, 255.255.0.0. dg 100.100.160.10
I can chnage network ip2 from 100.100.x.x to 10.x.x.x
what is the best ip start network2 ?
10.0.10.1 or
10.0.100.1
or 10.0.? .?
Any recommandations?
Regards
June 2nd, 2010 1:38am
Hi,
Thank you for your post here.
From the description, you have two sites that will be joined together through public internet.
Why not assigning other private IPv4 subnets such as 192.168.0.0/24 or 172.16.0.0/16? Am I missing something?
Free Windows Admin Tool Kit Click here and download it now
June 3rd, 2010 8:52am
192.168.x.x or 172.16.x.x is ok
The reason i ask is i may have to trust both network(2 -dc's),create VPN
May me if i would assignto second DC 10.0.100.1 it will be easy to configure?
Thnaks for replay
June 3rd, 2010 1:16pm
I suggest you to use 192.168.1.0/24 and 192.168.2.0/24 (or any other private network that have enough host addresses) - both VPN sites must be in different subnets otherwise you'll get troubles with routing. You may use
single subnet only if VPN is made through a hardware tunnel (most ISP offer this option but it's quite expensive).
You cannot assign 2nd DC an IP 10.0.100.1 while using /8 network mask - it will be the same subnet.Valeriy Shevtsov, MCT
Free Windows Admin Tool Kit Click here and download it now
June 3rd, 2010 2:24pm
Great
Thnaks
June 4th, 2010 12:05am