Hi,

I'm trying to set up a Bering uclibc (ver. 2.0 beta3) box with OpenVPN in bridging mode. I've done this on a "standard" linux before, so I'm familiar with most of the tasks, but I can't seem to find a solution for the bridging part.

The OpenVPN docs describe how to set up bridging of the tap and eth interfaces with a shell script using commands like:

  ifconfig tap0 0.0.0.0 promisc up
  ifconfig eth1 0.0.0.0 promisc up
  ifconfig br0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255

Now, I've been trying to convert these commands to route2 syntax only to find that route2 no longer supports putting the interfaces in promiscuous mode.

Any ideas about how to get around this would be appreciated.

Thanks in advance.

/Claus




------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click ------------------------------------------------------------------------ leaf-user mailing list: leaf-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to