Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] Cambiare nome eth1 - wlan0
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
rakim
Apprentice
Apprentice


Joined: 08 Mar 2005
Posts: 231

PostPosted: Tue May 02, 2006 12:34 pm    Post subject: [OT] Cambiare nome eth1 - wlan0 Reply with quote

Qualcuno sa in base a quale criterio il sistema scelga di chiamare un'interfaccia di rete eth1 piuttosto che wlan0...?
E' possibile inoltre cambiare (a nostro piacimento) il nome dei device?
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Tue May 02, 2006 1:27 pm    Post subject: Reply with quote

Moved from Forum italiano (Italian) to Forum di discussione italiano.

Mi spieghi perché posti un thread che tu stesso consideri OT nel forum principale? :roll:
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Tue May 02, 2006 1:31 pm    Post subject: Re: [OT] Cambiare nome eth1 - wlan0 Reply with quote

rakim wrote:
Qualcuno sa in base a quale criterio il sistema scelga di chiamare un'interfaccia di rete eth1 piuttosto che wlan0...?


credo che il nome ha il solo criterio del buon senso... chiamare eth0 la prima ethernet ha senso.. come chiamare un wireless lan, wlan ecc...
alla fine il nome del device deve essere il più coerente possibile con la periferica.. se poi tu la vuoi chiamare pippo credo che sia possibile..
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
earcar
Guru
Guru


Joined: 20 Sep 2004
Posts: 425
Location: Bologna, Italy

PostPosted: Tue May 02, 2006 8:01 pm    Post subject: Re: [OT] Cambiare nome eth1 - wlan0 Reply with quote

rakim wrote:
E' possibile inoltre cambiare (a nostro piacimento) il nome dei device?

Ci sono principalmente due modi per farlo, ma ne riporto un terzo in attesa che il nuovo baselayout divenga stabile.


Primo: utilizzare l'utility nameif contenuta in sys-apps/net-tools. Basta conoscere il mac address del'interfaccia (ifconfig è sufficiente) e lanciare un
Code:
nameif nuovonomeinterfaccia macaddress
Questo naturalmente non dura in eterno, al prossimo reboot dovrete cambiare di nuovo il nome dell'interfaccia. Per ovviare a questo c'è il secondo o il terzo(beta) metodo.


Secondo: scrivere una regola udev. Si, con le versioni più recenti di udev si può :) E il sistema per rinominare le interfacce è uguale a quello che usiamo per rinominare i nostri device. Per i pigri riporto qui il procedimento:
ad esempio se voglio rinominare l'interfaccia eth0:
Code:
# udevinfo -a -p /sys/class/net/eth0/ | grep address
    SYSFS{address}=="00:52:8b:d5:04:48"

La regola di esempio, che andremo a mettere nel file /etc/udev/rules.d/10-local.rules, sarà quindi:
Code:
KERNEL=="eth*", SYSFS{address}=="00:52:8b:d5:04:48", NAME="lan"

Ricarichiamo il driver della nostra interfaccia di rete o rebootiamo et voilà la nostra interfaccia di rete sarà "lan" :D


Terzo(beta): usare il nuovo baselayout. Il baselyout 1.12 (in test) permette di farlo semplicemente impostando una variabile nel etc/conf.d/net. Per il nostro mac address di esempio la variabile sarà:
Code:
rename_00528bd50448="lan"
o se preferite...
Code:
rename_eth0="lan"


Ciauz
_________________
Bip... bip... bip... -- Sputnik 1
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Tue May 02, 2006 8:41 pm    Post subject: Reply with quote

il pacchetto ip (iproute2) permette di farlo.

Coda
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum