|
|
Howdy, Does anyone know how to bridge two interfaces on Mac OS X (specifically 10.4)? The OpenVPN documentation is pretty clear on how to do this under Linux (the brctl command) and Windows (via the Network Connections control panel), but there's no mention of doing it on Darwin and most of my searching around hasn't found anything. Here's what I have found. The ifconfig command on Tiger has some options called 'bonddev' and 'vlandev' and these seem to be designed for a purpose similar to device bridging, but the manual page says these are for use with "vlan pseudo interfaces" and "bond pseudo devices". The command I tried was ifconfig tap0 bonddev en1 but alas I just got an error along the lines of "Operation not supported". Anyone know how to bring interfaces on Mac OS X? For that matter, what are 'vlandev', 'bonddev', and for that matter the "tunnel" options for in ifconfig? For reference, here's the Mac OS X 'ifconfig' man page: http://developer.apple.com/documentation/Darwin/Reference/ManPages/ man8/ifconfig.8.html Thanks, -Michael Askew ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |