| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.73 2005/09/21 19:30:32 jkt Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.74 2005/11/19 09:31:05 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.14</version> |
11 | <version>2.15</version> |
| 12 | <date>2005-09-21</date> |
12 | <date>2005-11-19</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Filesystem Information</title> |
15 | <title>Filesystem Information</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>What is fstab?</title> |
17 | <title>What is fstab?</title> |
| … | |
… | |
| 275 | To enter your own IP address, netmask and gateway, you need |
275 | To enter your own IP address, netmask and gateway, you need |
| 276 | to set both <c>config_eth0</c> and <c>routes_eth0</c>: |
276 | to set both <c>config_eth0</c> and <c>routes_eth0</c>: |
| 277 | </p> |
277 | </p> |
| 278 | |
278 | |
| 279 | <pre caption="Manually setting IP information for eth0"> |
279 | <pre caption="Manually setting IP information for eth0"> |
| 280 | config_eth0=( "192.168.0.2 netmask 255.255.255.0" ) |
280 | config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" ) |
| 281 | routes_eth0=( "default gw 192.168.0.1" ) |
281 | routes_eth0=( "default gw 192.168.0.1" ) |
| 282 | </pre> |
282 | </pre> |
| 283 | |
283 | |
| 284 | <p> |
284 | <p> |
| 285 | To use DHCP and add specific DHCP options, define <c>config_eth0</c> and |
285 | To use DHCP and add specific DHCP options, define <c>config_eth0</c> and |