Difference between revisions of "Binding Network Devices"
From Amahi Wiki
(Created page with "To change the assignement from a network card to what device comes up as (eth0, eth1 ...), you can manually edit this file: /etc/udev/rules.d/70-persistent-net.rules...") |
|||
| Line 1: | Line 1: | ||
| − | + | You can manually force the assignment from a network card to what device comes up as (eth0, eth1 ...), you can manually edit this file: | |
/etc/udev/rules.d/70-persistent-net.rules | /etc/udev/rules.d/70-persistent-net.rules | ||
| − | Please exercise care | + | This maps MAC address to device name. |
| + | |||
| + | Please exercise care. Improperly modifying this file may render your system without network or even not boot properly. | ||
Revision as of 16:46, 18 May 2011
You can manually force the assignment from a network card to what device comes up as (eth0, eth1 ...), you can manually edit this file:
/etc/udev/rules.d/70-persistent-net.rules
This maps MAC address to device name.
Please exercise care. Improperly modifying this file may render your system without network or even not boot properly.
