- Apr 4, 2014
- 640
- 0
- 0
I wish to implement the following VPN system:
There is a central site in one location. This location has one OpenVPN server.
There will be several remote locations (clients) that connect to this OpenVPN server to create a VPN. These clients have two NICs with different networks on each NIC.
The client will be running WES7 and the OpenVPN client.
Each client as I mentioned has two NICs. The top port connects to the client's network (which also has internet access) and the bottom port connect to a network that only the central site can access. No other person can access that network other than people in the central site.
This would be a diagram (IPs are created on the spot so they are fake/false):
As you see, the central site has a 192.168.100.x network and the client side has internally a 192.168.10.x network.
From a second NIC on the client device, there is another device connected directly to it with a 172.16.9.10 address. That would also be accessible.
Other clients will have the same layout but will be 172.16.10.x, 172.16.11.x, etc.
How exactly would I start building this VPN?
There is a central site in one location. This location has one OpenVPN server.
There will be several remote locations (clients) that connect to this OpenVPN server to create a VPN. These clients have two NICs with different networks on each NIC.
The client will be running WES7 and the OpenVPN client.
Each client as I mentioned has two NICs. The top port connects to the client's network (which also has internet access) and the bottom port connect to a network that only the central site can access. No other person can access that network other than people in the central site.
This would be a diagram (IPs are created on the spot so they are fake/false):

As you see, the central site has a 192.168.100.x network and the client side has internally a 192.168.10.x network.
From a second NIC on the client device, there is another device connected directly to it with a 172.16.9.10 address. That would also be accessible.
Other clients will have the same layout but will be 172.16.10.x, 172.16.11.x, etc.
How exactly would I start building this VPN?