Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-net-management.xml
Date: Wed, 07 Mar 2007 00:08:09
Message-Id: E1HOjhA-000135-Vc@stork.gentoo.org
1 nightmorph 07/03/07 00:07:52
2
3 Modified: hb-net-management.xml
4 Log:
5 updated multiple network management section of the handbook, bug 169029
6
7 Revision Changes Path
8 1.9 xml/htdocs/doc/en/handbook/hb-net-management.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml?r1=1.8&r2=1.9
13
14 Index: hb-net-management.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- hb-net-management.xml 28 Oct 2006 09:17:55 -0000 1.8
21 +++ hb-net-management.xml 7 Mar 2007 00:07:52 -0000 1.9
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v 1.8 2006/10/28 09:17:55 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-management.xml,v 1.9 2007/03/07 00:07:52 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -12,8 +12,8 @@
32 For laptop users or people who move their computer around different networks.
33 </abstract>
34
35 -<version>7.0</version>
36 -<date>2006-08-30</date>
37 +<version>7.1</version>
38 +<date>2007-03-06</date>
39
40 <section>
41 <title>Network Management</title>
42 @@ -21,18 +21,20 @@
43
44 <p>
45 If you and your computer are always on the move, you may not always have an
46 -ethernet cable or plugged in or an access point available. Also, we may want
47 +ethernet cable or plugged in or an access point available. Also, you may want
48 networking to automatically work when an ethernet cable is plugged in or an
49 access point is found.
50 </p>
51
52 <p>
53 -Here you can find some tools that helps you manage this.
54 +Here you can find some tools that help you manage this.
55 </p>
56
57 <note>
58 -This document only talks about <c>ifplugd</c>, but there are alternatives you
59 -can look into like <c>quickswitch</c>.
60 +This document only talks about <c>ifplugd</c>, but there are alternatives such
61 +as <c>netplug</c>. <c>netplug</c> is a lightweight alternative to
62 +<c>ifplugd</c>, but it relies on your kernel network drivers working correctly,
63 +and many drivers do not.
64 </note>
65
66 </body>
67 @@ -54,36 +56,34 @@
68
69 <p>
70 Configuration for ifplugd is fairly straightforward too. The configuration file
71 -is held in <path>/etc/conf.d/ifplugd</path>. Run <c>man ifplugd</c> for details
72 -on what the variables do.
73 +is held in <path>/etc/conf.d/net</path>. Run <c>man ifplugd</c> for details on
74 +the available variables. Also, see <path>/etc/conf.d/net.example</path> for more
75 +examples.
76 </p>
77
78 -<pre caption="sample ifplug configuration">
79 -<comment># Define which interfaces we monitor</comment>
80 -INTERFACES="eth0"
81 -
82 -AUTO="no"
83 -BEEP="yes"
84 -IGNORE_FAIL="yes"
85 -IGNORE_FAIL_POSITIVE="no"
86 -IGNORE_RETVAL="yes"
87 -POLL_TIME="1"
88 -DELAY_UP="0"
89 -DELAY_DOWN="0"
90 -API_MODE="auto"
91 -SHUTDOWN="no"
92 -WAIT_ON_FORK="no"
93 -MONITOR="no"
94 -ARGS=""
95 -
96 -<comment># Additional parameters for ifplugd for the specified interface. Note that
97 -# the global variable is ignored, when a variable like this is set for an
98 -# interface</comment>
99 -MONITOR_wlan0="yes"
100 -DELAY_UP_wlan0="5"
101 -DELAY_DOWN_wlan0="5"
102 +<pre caption="Sample ifplug configuration">
103 +<comment>(Replace eth0 with the interface to be monitored)</comment>
104 +ifplugd_eth0="..."
105 +
106 +<comment>(To monitor a wireless interface)</comment>
107 +ifplugd_eth0="--api-mode=wlan"
108 </pre>
109
110 +<p>
111 +In addition to managing multiple network connections, you may want to add a tool
112 +that makes it easy to work with multiple DNS servers and configurations. This is
113 +very handy when you receive your IP address via DHCP. Simply emerge
114 +<c>resolvconf-gentoo</c>.
115 +</p>
116 +
117 +<pre caption="Installing resolvconf-gentoo">
118 +# <i>emerge resolvconf-gentoo</i>
119 +</pre>
120 +
121 +<p>
122 +See <c>man resolvconf-gentoo</c> to learn more about its features.
123 +</p>
124 +
125 </body>
126 </section>
127
128
129
130
131 --
132 gentoo-doc-cvs@g.o mailing list