Gentoo Archives: gentoo-doc-cvs

From: vapier <vapier@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: home-router-howto.xml
Date: Mon, 21 Aug 2006 10:47:49
Message-Id: 20060821104737.B10CE645A8@smtp.gentoo.org
1 vapier 06/08/21 10:47:37
2
3 Modified: home-router-howto.xml
4 Log:
5 add a small section on ip_dynaddr for Kristian
6
7 Revision Changes Path
8 1.50 xml/htdocs/doc/en/home-router-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.50&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.50&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?r1=1.49&r2=1.50
13
14 Index: home-router-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v
17 retrieving revision 1.49
18 retrieving revision 1.50
19 diff -u -r1.49 -r1.50
20 --- home-router-howto.xml 21 Aug 2006 10:21:57 -0000 1.49
21 +++ home-router-howto.xml 21 Aug 2006 10:47:36 -0000 1.50
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.49 2006/08/21 10:21:57 vapier Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.50 2006/08/21 10:47:36 vapier Exp $ -->
27
28 <guide link="/doc/en/home-router-howto.xml" lang="en">
29 <title>Home Router Guide</title>
30 @@ -17,8 +17,8 @@
31 <!-- The content of this document is released into the public domain -->
32 <license/>
33
34 -<version>1.30</version>
35 -<date>2006-08-12</date>
36 +<version>1.31</version>
37 +<date>2006-08-21</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -444,9 +444,12 @@
42 # <i>/etc/init.d/iptables save</i>
43 # <i>rc-update add iptables default</i>
44 # <i>nano /etc/sysctl.conf</i>
45 -<comment>Add/Uncomment the following lines:
46 +<comment>Add/Uncomment the following lines:</comment>
47 net.ipv4.ip_forward = 1
48 -net.ipv4.conf.default.rp_filter = 1</comment>
49 +net.ipv4.conf.default.rp_filter = 1
50 +
51 +<comment>If you have a dynamic internet address you probably want to enable this:</comment>
52 +net.ipv4.ip_dynaddr = 1
53 </pre>
54
55 <p>
56 @@ -454,6 +457,13 @@
57 to use the internet as if they were directly connected themselves.
58 </p>
59
60 +<p>
61 +The ip_dynaddr option is useful for dial on demand systems or when your ISP
62 +gives out dynamic addresses. This works around the problem where a connection
63 +is attempted before the internet interface is fully setup. Really this just
64 +provides for a smoother network experience for users behind your router.
65 +</p>
66 +
67 </body>
68 </section>
69 </chapter>
70
71
72
73 --
74 gentoo-doc-cvs@g.o mailing list