| 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.58 2007/04/07 02:16:43 vapier Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.59 2007/07/27 17:50:59 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/home-router-howto.xml" lang="en"> |
5 | <guide link="/doc/en/home-router-howto.xml" 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.37</version> |
20 | <version>1.38</version> |
| 21 | <date>2007-04-06</date> |
21 | <date>2007-07-27</date> |
| 22 | |
22 | |
| 23 | <chapter> |
23 | <chapter> |
| 24 | <title>Introduction</title> |
24 | <title>Introduction</title> |
| 25 | <section> |
25 | <section> |
| 26 | <body> |
26 | <body> |
| … | |
… | |
| 34 | </p> |
34 | </p> |
| 35 | |
35 | |
| 36 | <p> |
36 | <p> |
| 37 | This guide will show you how to setup Network Address Translation (NAT) on the |
37 | This guide will show you how to setup Network Address Translation (NAT) on the |
| 38 | router (kernel and iptables), add and configure common services (Domain Name |
38 | router (kernel and iptables), add and configure common services (Domain Name |
| 39 | System (DNS) via dnsmasq, dhcp via dhcpcd, ADSL via rp-pppoe), and conclude |
39 | System (DNS) via dnsmasq, dhcp via dhcpcd, ADSL via ppp), and conclude |
| 40 | with more elaborate and fun things that can be done (port forwarding, traffic |
40 | with more elaborate and fun things that can be done (port forwarding, traffic |
| 41 | shaping, proxies/caching, etc...). |
41 | shaping, proxies/caching, etc...). |
| 42 | </p> |
42 | </p> |
| 43 | |
43 | |
| 44 | <p> |
44 | <p> |