[Bug 516016] Re: [karmic] openvpn service starts before dhclient
imagine
516016 at bugs.launchpad.net
Fri Oct 29 10:27:21 BST 2010
Problem still exists in 10.04 (probably also 10.10).
Another workaround: Add a sleep time at the autostart section of /etc/init.d/openvpn before the "start_vpn" command.
if ! ip addr show dev eth0 | grep -q 'inet' ; then
sleep 10
fi
Of course change eth0 to whatever device OpenVPN is listening on.
--
[karmic] openvpn service starts before dhclient
https://bugs.launchpad.net/bugs/516016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.
More information about the Ubuntu-server-bugs
mailing list