Bridge for clients in different networks
Posted: Mon Dec 19, 2011 7:46 am
Hello!
I'm configuring openvpn for clients (user:password auth). One client connected to br0 (network one), two client connected to br1 (network two). When a client connects to the queue (not both) - everything is fine, with the help of scripts (command brctl) to bridge br0 add or br1, but when at the same time - does not work. I think this is all due to the fact that it creates one device tap0. Is it possible for each connection to create their device tapX?
something like this:
user1 -> tap0 -> br0
user2 -> tap1 -> br1
....
userX -> tapX -> brX
Thank you, Yours faithfully Alex.
I'm configuring openvpn for clients (user:password auth). One client connected to br0 (network one), two client connected to br1 (network two). When a client connects to the queue (not both) - everything is fine, with the help of scripts (command brctl) to bridge br0 add or br1, but when at the same time - does not work. I think this is all due to the fact that it creates one device tap0. Is it possible for each connection to create their device tapX?
something like this:
user1 -> tap0 -> br0
user2 -> tap1 -> br1
....
userX -> tapX -> brX
Thank you, Yours faithfully Alex.