Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: vpnc-howto.xml
Date: Thu, 29 Jul 2010 12:59:53
Message-Id: 20100729125948.47ABA2CF3E@corvid.gentoo.org
1 nightmorph 10/07/29 12:59:48
2
3 Modified: vpnc-howto.xml
4 Log:
5 vpnc actually does overwrite resolv.conf, bug 330345
6
7 Revision Changes Path
8 1.10 xml/htdocs/doc/en/vpnc-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?r1=1.9&r2=1.10
13
14 Index: vpnc-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- vpnc-howto.xml 21 Jul 2010 01:10:47 -0000 1.9
21 +++ vpnc-howto.xml 29 Jul 2010 12:59:47 -0000 1.10
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.9 2010/07/21 01:10:47 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.10 2010/07/29 12:59:47 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo vpnc HOWTO</title>
30 @@ -30,8 +30,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2</version>
35 -<date>2010-07-20</date>
36 +<version>3</version>
37 +<date>2010-07-29</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -442,13 +442,11 @@
42
43 <p>
44 At this point, your workstation is capable of communicating with hosts via the
45 -VPN, but only by IP address. As you might have noticed, <c>vpnc</c> did not
46 -alter your <path>/etc/resolv.conf</path>, thus not setting up DNS services for
47 -the virtual link. Also, because <c>vpnc</c> sets your default route to your VPN
48 -gateway, all network traffic will travel across the VPN, even if it destined
49 -for the Internet or elsewhere not specifically specified by additional routes.
50 -For some, this basic type of connection may be satisfactory, but for most,
51 -additional steps need to be taken.
52 +VPN. Because <c>vpnc</c> sets your default route to your VPN gateway, all
53 +network traffic will travel across the VPN, even if it destined for the Internet
54 +or elsewhere not specifically specified by additional routes. For some, this
55 +basic type of connection may be satisfactory, but for most, additional steps
56 +need to be taken.
57 </p>
58
59 <p>
60 @@ -533,7 +531,7 @@
61 </note>
62
63 <pre caption="Install dnsmasq">
64 -# <i> emerge dnsmasq</i>
65 +# <i>emerge dnsmasq</i>
66 </pre>
67
68 <p>