|
|
On Sun, 2003-10-12 at 10:15, Micha Silver wrote: > Do I need to create separate bridges (br0, br1, etc) for each tapX virtual > device? No, a bridge contains the devices more than one device and routes packets appropriately. You just need to create br0 and then do a brctl addif br0 tapX for each tap device to add it to the bridge. From there a few packets should let the bridge know what's up. That is, of course, assuming you want to bridge all the connections in to a single bridge, as if they were all plugged in to the local LAN. Rob ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |