swift 12/06/29 15:32:13 Modified: hb-net-start.xml Log: Fix bug #416543 - Update starters instructions on networking to include DNS servers for static IP address configuration
Revision Changes Path 1.11 xml/htdocs/doc/en/handbook/hb-net-start.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml?r1=1.10&r2=1.11 Index: hb-net-start.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- hb-net-start.xml 14 Aug 2011 16:12:13 -0000 1.10 +++ hb-net-start.xml 29 Jun 2012 15:32:13 -0000 1.11 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml,v 1.10 2011/08/14 16:12:13 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml,v 1.11 2012/06/29 15:32:13 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ environments. </abstract> -<version>9</version> -<date>2011-08-13</date> +<version>10</version> +<date>2012-06-29</date> <section> <title>Getting started</title> @@ -52,10 +52,12 @@ <comment># For static IP using CIDR notation</comment> config_eth0="192.168.0.7/24" routes_eth0="default via 192.168.0.1" +dns_servers_eth0="192.168.0.1 8.8.8.8" <comment># For static IP using netmask notation</comment> config_eth0="192.168.0.7 netmask 255.255.255.0" routes_eth0="default via 192.168.0.1" +dns_servers_eth0="192.168.0.1 8.8.8.8" </pre> <note>