Connecting Offices with VPN
Company with 55 (max) different locations.
Each location has a static public IP address.
Each location has max 13 PCs in the internal network.
Locations need to be able to connect via VPN thus have the same Sub Net:
I’m thinking (IP) Class B/ (SN) 255.255.252.0 /22
Q1: is this SNM a good choice?
For the internal network at each location:
For the 1st location:
Internet
Router
• Public IP (Static)
• Private IP 172.16.0.1 / SN 255.255.252.0
Firewall with 2 NIC (Linux)
• Router facing NIC – IP OPEN / SN 255.255.252.0/ Gate Way 172.16.0.1 (or blank)
• LAN facing NIC – IP 172.16.0.10/ SN 255.255.252.0/ GW 172.16.0.1 (???)
Hub/Switch
Data Server (Linux) IP 172.16.2.1/ SN 255.255.252.0/ GW 172.16.0.10
File Server (Linux) IP 172.16.2.2/ SN 255.255.252.0/ GW 172.16.0.10
Switch / Switches
all PCs with XP
PC1
PC2
PC3
Etc
IP adds 172.16.3.x/ SN 255.255.252.0/ GW 172.16.0.10
Q2: Is this the right configuration? If not what should I change?
For the 2nd location:
Q3 Should I use the 2nd SN?
Internet
Router
• Public IP (Static)
• Private IP 172.16.4.1 / SN 255.255.252.0
Firewall with 2 NIC (Linux)
• Router facing NIC – IP OPEN / SN 255.255.252.0/ GW 172.16.4.1
• LAN facing NIC – IP 172.16.4.10/ SN 255.255.252.0/ GW 172.16.4.1
Hub/Switch
Data Server (Linux) IP 172.16.5.1/ SN 255.255.252.0/ GW 72.16.4.10
File Server (Linux) IP 172.16.5.2/ SN 255.255.252.0/ GW 72.16.4.10
Switch / Switches
all PCs with XP
PC1
PC2
PC3
Etc
IP adds 172.16.6.x/ SN 255.255.252.0/ GW 72.16.4.10
Q4 What kind of other conflicts might i encounter?
Thank you for taking the time.
Alton