vapier 05/05/10 22:41:31 Modified: xml/htdocs/doc/en home-router-howto.xml Log: fix network settings ifconfig_IFACE -> config_IFACE
Revision Changes Path 1.25 +6 -6 xml/htdocs/doc/en/home-router-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.25&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.25&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml.diff?r1=1.24&r2=1.25&cvsroot=gentoo Index: home-router-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- home-router-howto.xml 29 Apr 2005 22:16:26 -0000 1.24 +++ home-router-howto.xml 10 May 2005 22:41:31 -0000 1.25 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.24 2005/04/29 22:16:26 vapier Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.25 2005/05/10 22:41:31 vapier Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/home-router-howto.xml"> @@ -15,8 +15,8 @@ for connecting your home network to the internet. </abstract> -<version>1.4</version> -<date>2005-03-07</date> +<version>1.5</version> +<date>2005-05-10</date> <chapter> <title>Introduction</title> @@ -204,8 +204,8 @@ <comment># client server secret</comment> "vla9h924" * "password" # <i>nano /etc/conf.d/net</i> -<comment>Add an entry for ifconfig_eth1 and set it to adsl:</comment> -ifconfig_eth1=( "adsl" ) +<comment>Add an entry for config_eth1 and set it to adsl:</comment> +config_eth1=( "adsl" ) # <i>ln -s net.eth0 /etc/init.d/net.eth1</i> # <i>rc-update add net.eth1 default</i> # <i>/etc/init.d/net.eth1 start</i> @@ -235,7 +235,7 @@ # <i>emerge dhcpcd</i> # <i>nano /etc/conf.d/net</i> <comment>You'll need an entry like so:</comment> -ifconfig_eth1=( "dhcp" ) +config_eth1=( "dhcp" ) <comment>Static IP Users:</comment> # <i>nano /etc/conf.d/net</i> -- [email protected] mailing list
