-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] schrieb:
...
>> Define "wrong order". What is the first nic? Simply give each of them
>> a PERSISTENT_NAME like "wlan" and "wired" or something like that.
>> The kernel decides which nic gets which eth* name and that depends
>> on pci bus ordering and modprobe ordering, among other things.
> 
> If I am using yast would the PERSISTENT_NAME be the field "Module Name"?

No, that's to force the driver to use for that NIC.
("module" = "linux kernel driver", more or less ;))

PERSISTENT_NAME is a variable to put into the ifcfg file for the interface, in
/etc/sysconfig/network/ifcfg-eth0.... (for example)

As an example, here's the content of my 
/etc/sysconfig/network/ifcfg-eth-id-00:04:23:a7:bf:f4
(that weird number is the hardware identifier of the NIC (i.e. the MAC address))

- --->8---snip----------------------------------
BOOTPROTO='dhcp'
MTU=''
NAME='Intel PRO/1000 MT Server Adapter'
REMOTE_IPADDR=''
STARTMODE='auto'
UNIQUE='rBUF.zpcgp5it344'
USERCONTROL='no'
_nm_name='bus-pci-0000:01:08.0'
- --->8---snip----------------------------------

Just add PERSISTENT_NAME in there with your favourite text editor, like this:

- --->8---snip----------------------------------
BOOTPROTO='dhcp'
MTU=''
NAME='Intel PRO/1000 MT Server Adapter'
REMOTE_IPADDR=''
STARTMODE='auto'
UNIQUE='rBUF.zpcgp5it344'
USERCONTROL='no'
_nm_name='bus-pci-0000:01:08.0'
PERSISTENT_NAME="wired"
- --->8---snip----------------------------------

PS: omg, is this lotus notes that fscks up your mails to an almost unreadable 
point ? ;)

cheers
- --
  -o) Pascal Bleser     http://linux01.gwdg.de/~pbleser/
  /\\ <[EMAIL PROTECTED]>       <[EMAIL PROTECTED]>
 _\_v ===> FOSDEM 2006 -- February 2006 in Brussels <===
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFDIZr+r3NMWliFcXcRAu8YAJwPoChBImqipHYYMLIPiZ39v7FIKwCeJXj7
IQtYXJbdCoCXeRkjhcSnA+k=
=6dJd
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to