bridging multiple openvpn networks

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
tushar.gangwal
OpenVpn Newbie
Posts: 5
Joined: Sun Dec 29, 2013 9:12 am

bridging multiple openvpn networks

Post by tushar.gangwal » Tue Dec 31, 2013 11:24 am

Is it possible to bridge multiple openvpn networks like following -

Code: Select all

                      root
                        |
      ----------------------------------
    S1        C1          C2         S4
     |                                 |
 ----------                 ---------------------------------
 C1.1      C1.2             C4.1         C4.2           C4.3 
here root, S1 and S4 have public IPs. all three are openVPN servers. C2, C3, C1.1, C1.2 and so on are all clients and road warriors. is it possible to have a bridge at S1/S4 which connects the upper network with the lower one. I need a way to have a communication between C2 and C1.1.
Note : The root network and the child networks needs to be part of one large network. same network address/series, same subnet basically.

The reason for such a configuration is we want the system to work for C1.2 even if root is down. and we want S1 to take the load for its own child. the servers S1, S4 and so on comes from different organizations. we want certain services hosted on C1.2 to be available at both root and S1. and at the same time allow backups of C1.2 at both S1 and root.

Post Reply