Openvpn: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
Line 6: | Line 6: | ||
==NOTE: FlushIpNetTable failed on interface== | ==NOTE: FlushIpNetTable failed on interface== | ||
This happens on windows, ignore it. | This happens on windows, ignore it. | ||
==Push DNS to linux clients== | |||
echo "up /etc/openvpn/update-resolv-conf" >> ~/client/client.conf | |||
echo "down /etc/openvpn/update-resolv-conf" >> ~/client/client.conf |
Revision as of 13:29, 15 January 2013
FAQ
NOTE: FlushIpNetTable failed on interface
This happens on windows, ignore it.
Push DNS to linux clients
echo "up /etc/openvpn/update-resolv-conf" >> ~/client/client.conf echo "down /etc/openvpn/update-resolv-conf" >> ~/client/client.conf