| … | |
… | |
| 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-net-modules.xml,v 1.11 2006/01/03 07:32:56 rane Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.12 2006/01/03 07:47:17 fox2mike Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.6</version> |
11 | <version>1.7</version> |
| 12 | <date>2006-01-03</date> |
12 | <date>2006-01-03</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Network Modules</title> |
15 | <title>Network Modules</title> |
| 16 | <body> |
16 | <body> |
| … | |
… | |
| 340 | <body> |
340 | <body> |
| 341 | |
341 | |
| 342 | <p> |
342 | <p> |
| 343 | You don't need to emerge anything for changing the MAC address of your |
343 | You don't need to emerge anything for changing the MAC address of your |
| 344 | interface if you have <c>sys-apps/baselayout-1.11.14</c> or newer and want to |
344 | interface if you have <c>sys-apps/baselayout-1.11.14</c> or newer and want to |
| 345 | change to a specific address. However, if you need to change to a random |
345 | change to a specific MAC address. However, if you need to change to a random MAC |
| 346 | address, a random address of a given type or have an older baselayout, you have |
346 | address or have a baselayout older than the version mentioned above, you have |
| 347 | to emerge <c>net-analyzer/macchanger</c>. |
347 | to emerge <c>net-analyzer/macchanger</c> to be able to make use of this feature. |
| 348 | </p> |
348 | </p> |
| 349 | |
349 | |
| 350 | <pre caption="MAC Address change example"> |
350 | <pre caption="MAC Address change example"> |
| 351 | <comment># To set the MAC address of the interface</comment> |
351 | <comment># To set the MAC address of the interface</comment> |
| 352 | mac_eth0="00:11:22:33:44:55" |
352 | mac_eth0="00:11:22:33:44:55" |