Openvpn: Difference between revisions

From DWIKI
Line 9: Line 9:


==Push DNS to linux clients==
==Push DNS to linux clients==
http://blog.milford.io/2011/02/setting-up-an-openvpn-client-for-ubuntudebianmint-cli-edition/
  echo "up /etc/openvpn/update-resolv-conf" >> ~/client/client.conf  
  echo "up /etc/openvpn/update-resolv-conf" >> ~/client/client.conf  
  echo "down /etc/openvpn/update-resolv-conf" >> ~/client/client.conf
  echo "down /etc/openvpn/update-resolv-conf" >> ~/client/client.conf

Revision as of 13:39, 15 January 2013

FAQ

NOTE: FlushIpNetTable failed on interface

This happens on windows, ignore it.


Push DNS to linux clients

http://blog.milford.io/2011/02/setting-up-an-openvpn-client-for-ubuntudebianmint-cli-edition/

echo "up /etc/openvpn/update-resolv-conf" >> ~/client/client.conf 
echo "down /etc/openvpn/update-resolv-conf" >> ~/client/client.conf