|
|
> My question is: Is ist possible to add on each client 4 > openvpn interfaces > (?tap/tun?) and connect them to each other, set up routes and > everything is > working ? I think this should work. You have to configure a separate port (eg. 5000 to 5003) for each connection. on other solution would be building a ring. /--[A]----[B]----[C]----[D]----[E]--\ | | \-----------------------------------/ Then each box has only two connections, and if one fails, it should still work. I just don't know how to setup the routing for this. maybe just define two gateways (the neighbours) and then the packets should be routed... ;-) The question is what you want to do. Do you need bandwith? fast answers? But one box with bandwith = 4 * dialup would be best, regarding reliability, speed and complexity of configuration. Regards Dani ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |