nightmorph 07/08/15 23:26:04 Modified: vpnc-howto.xml Log: updates and fixes for bug 188111
Revision Changes Path 1.3 xml/htdocs/doc/en/vpnc-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?r1=1.2&r2=1.3 Index: vpnc-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vpnc-howto.xml 27 Jun 2007 20:18:57 -0000 1.2 +++ vpnc-howto.xml 15 Aug 2007 23:26:04 -0000 1.3 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.2 2007/06/27 20:18:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.3 2007/08/15 23:26:04 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/vpnc-howto.xml"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.0</version> -<date>2007-06-27</date> +<version>1.1</version> +<date>2007-08-15</date> <chapter> <title>Introduction</title> @@ -612,14 +612,16 @@ </p> <pre caption="Adding a route for dns"> -# <i>route add -net 192.168.160.0 netmask 255.255.255.0 dev tun0</i> +# <i>route add -net 192.168.125.0 netmask 255.255.255.0 dev tun0</i> </pre> <p> -At this point, you should add any additional routes for known networks. If your -friendly network administrator gave you the required info, great. Otherwise, -you might need to ping hosts you will be connecting to frequently, to give -yourself an idea about what your routing table should look like. +At this point, you should add any additional routes for known networks (such as +for the subnet 192.168.160.0, which includes the IP address received by the +TUN/TAP virtual device). If your friendly network administrator gave you the +required info, great. Otherwise, you might need to ping hosts you will be +connecting to frequently, to give yourself an idea about what your routing table +should look like. </p> <note> @@ -632,7 +634,7 @@ PING intranet1.example.org (172.25.230.29) 56(84) bytes of data. ---- intranet.example.org ping statistics --- +--- intranet1.example.org ping statistics --- 18 packets transmitted, 0 received, 100% packet loss, time 16997ms </pre> -- [EMAIL PROTECTED] mailing list
