nightmorph 10/07/29 12:59:48 Modified: vpnc-howto.xml Log: vpnc actually does overwrite resolv.conf, bug 330345
Revision Changes Path 1.10 xml/htdocs/doc/en/vpnc-howto.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?r1=1.9&r2=1.10 Index: vpnc-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- vpnc-howto.xml 21 Jul 2010 01:10:47 -0000 1.9 +++ vpnc-howto.xml 29 Jul 2010 12:59:47 -0000 1.10 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.9 2010/07/21 01:10:47 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.10 2010/07/29 12:59:47 nightmorph Exp $ --> <guide> <title>Gentoo vpnc HOWTO</title> @@ -30,8 +30,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2</version> -<date>2010-07-20</date> +<version>3</version> +<date>2010-07-29</date> <chapter> <title>Introduction</title> @@ -442,13 +442,11 @@ <p> At this point, your workstation is capable of communicating with hosts via the -VPN, but only by IP address. As you might have noticed, <c>vpnc</c> did not -alter your <path>/etc/resolv.conf</path>, thus not setting up DNS services for -the virtual link. Also, because <c>vpnc</c> sets your default route to your VPN -gateway, all network traffic will travel across the VPN, even if it destined -for the Internet or elsewhere not specifically specified by additional routes. -For some, this basic type of connection may be satisfactory, but for most, -additional steps need to be taken. +VPN. Because <c>vpnc</c> sets your default route to your VPN gateway, all +network traffic will travel across the VPN, even if it destined for the Internet +or elsewhere not specifically specified by additional routes. For some, this +basic type of connection may be satisfactory, but for most, additional steps +need to be taken. </p> <p> @@ -533,7 +531,7 @@ </note> <pre caption="Install dnsmasq"> -# <i> emerge dnsmasq</i> +# <i>emerge dnsmasq</i> </pre> <p>
