| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.64 2011/09/04 17:53:40 swift Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.65 2011/10/30 11:56:08 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide lang="en"> |
5 | <guide lang="en"> |
| 6 | <title>Home Router Guide</title> |
6 | <title>Home Router Guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 15 | </abstract> |
15 | </abstract> |
| 16 | |
16 | |
| 17 | <!-- The content of this document is released into the public domain --> |
17 | <!-- The content of this document is released into the public domain --> |
| 18 | <license/> |
18 | <license/> |
| 19 | |
19 | |
| 20 | <version>1.40</version> |
20 | <version>2</version> |
| 21 | <date>2009-09-18</date> |
21 | <date>2011-10-30</date> |
| 22 | |
22 | |
| 23 | <chapter> |
23 | <chapter> |
| 24 | <title>Introduction</title> |
24 | <title>Introduction</title> |
| 25 | <section> |
25 | <section> |
| 26 | <body> |
26 | <body> |
| … | |
… | |
| 214 | link_ppp0="eth1" |
214 | link_ppp0="eth1" |
| 215 | plugins_ppp0=( "pppoe" ) |
215 | plugins_ppp0=( "pppoe" ) |
| 216 | pppd_ppp0=( |
216 | pppd_ppp0=( |
| 217 | "defaultroute" |
217 | "defaultroute" |
| 218 | "usepeerdns" |
218 | "usepeerdns" |
| 219 | <comment>There may be other settings you want, see /etc/conf.d/net.example</comment> |
219 | <comment>There may be other settings you want, see /usr/share/doc/openrc-*/net.example.bz2</comment> |
| 220 | ) |
220 | ) |
| 221 | username_ppp0="vla9h924" |
221 | username_ppp0="vla9h924" |
| 222 | password_ppp0="boogie" |
222 | password_ppp0="boogie" |
| 223 | |
223 | |
| 224 | # <i>ln -s net.lo /etc/init.d/net.ppp0</i> |
224 | # <i>ln -s net.lo /etc/init.d/net.ppp0</i> |