πρόβλημα με interfaces

JoKo jokogr at gmail.com
Mon Oct 2 20:27:08 EEST 2006


Panagiotis Palias wrote:
> Έχω 2 nic στο pc, 1 με module forcedeth (nForce2) και μία με e1000 
> (intel pro 1000). Και οι 2 σηκώνονται ως modules στο 
> /etc/rc.d/rc.modules σε slackware current. Ανεξάρτητα του ποια θα βάλω 
> πρώτη στο rc.modules και αν βάλω sleep X ανάμεσά τους, μερικές φορές 
> αλλάζουν θέσεις στα ethX με αποτέλεσμα να μην έχω δίκτυο. Υπάρχει 
> κάποιος τρόπος να δηλώνω εκ του ασφαλούς ποια θα πάρει ποιο νούμερο στα eth;
>
>
>   
Με udev ίσως; Ρίξε μια ματιά στο παράδειγμα για τους κανόνες με βάση τη 
MAC address:

Examples using udev

Example: Three network interfaces being present on a computer, setting a 
fixed eth0, eth1 and eth2 as their names.

KERNEL==”eth*”, SYSFS{address}==”00:12:34:fe:dc:ba”, NAME=”eth0″
KERNEL==”eth*”, SYSFS{address}==”00:56:78:98:76:54″, NAME=”eth1″
KERNEL==”eth*”, SYSFS{address}==”00:90:ab:32:10:fe”, NAME=”eth2″Example: 
Three network interfaces (one Intel, one NVIDIA, and one 3Com) being 
present on a computer, naming them after the manufacturer of the interfaces.

KERNEL==”eth*”, SYSFS{address}==”00:12:34:fe:dc:ba”, NAME=”eth-intel”
KERNEL==”eth*”, SYSFS{address}==”00:56:78:98:76:54″, NAME=”eth-nv”
KERNEL==”eth*”, SYSFS{address}==”00:90:ab:32:10:fe”, NAME=”eth-3com”

Το παράδειγμα το πήρα από τη σελίδα 
http://www.debianadmin.com/rename-network-interface-using-udev-in-linux.html.




More information about the Linux-greek-users mailing list