How can I configure two seprates vpn tunels on one server

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
sebol2934
OpenVpn Newbie
Posts: 2
Joined: Mon Oct 22, 2018 7:55 pm

How can I configure two seprates vpn tunels on one server

Post by sebol2934 » Mon Oct 22, 2018 8:02 pm

Hi,

could you help me how to configure somethink like one the schema?:

10.8.0.1 client1 - user1
/
10.8.0.0 users of client1 can ping each other
/ \
/ 10.8.0.2 client1 - user2
/
VPS Users client1 and client 2 can't see each other
\
\ 10.8.2.1 client2- user1
\ /
10.8.2.0 client2's user can ping to each other
\
10.8.2.2 client2 - user2

sebol2934
OpenVpn Newbie
Posts: 2
Joined: Mon Oct 22, 2018 7:55 pm

Re: How can I configure two seprates vpn tunels on one server

Post by sebol2934 » Sun Oct 28, 2018 8:37 am

sebol2934 wrote:
Mon Oct 22, 2018 8:02 pm
Hi,

could you help me how to configure somethink like one the schema?:

Code: Select all

                                10.8.0.1 client1 - user1
                               /
            10.8.0.0   users of client1 can ping each other
          /                   \
       /                      10.8.0.2 client1 - user2
    /
VPS            Users client1 and client 2 can't see each other
    \
       \                      10.8.2.1 client2- user1
          \                   /
            10.8.2.0  client2's user can ping to each other
                               \
                              10.8.2.2 client2 - user2
This is not possible?

Post Reply