|
|
John A. Sullivan III wrote: > However, we do have one nagging problem for our Windows users (OVPN > 2.1_beta7, GUI 1.0.3). If they have both a wireless and a wired > connection, OpenVPN regularly fails. It appears that the tun interface > is binding to the wrong physical interface. Is there a configuration > parameter to force the tun adapter to bind to the wireless or wired > interface specifically? > > I perused the man page again and took a little while to search the mail > list archives but did not see a solution. Thanks - John You can select the interface the OpenVPN daemon binds to with the "local" directive, and can control the tap adapter the OpenVPN daemon binds to with the dev-node directive. (Unfortunately, --local takes an IP address rather than a device name -- but a little bit of scriptage ought to be able to retrieve the former given the latter... though thinking about it, OpenVPN ought to have the relevant OS-specific logic for finding the IP address associated with a device already) ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-09/msg00035.html on line 194 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-09/msg00035.html on line 194 |