All of lore.kernel.org
 help / color / mirror / Atom feed
* Subject: Re: OT: curious about eth0/eth1
@ 2003-01-08 23:18 Ian Batterbee
  2003-01-08 23:36 ` Tommy McNeely
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Batterbee @ 2003-01-08 23:18 UTC (permalink / raw)
  To: netfilter; +Cc: Tommy.McNeely

> On a side note... the case you speak of is easily averted by using 
> different cards :)
> 
> [root@pickles root]# cat /etc/modules.conf
> alias parport_lowlevel parport_pc
> alias eth0 3c59x
> alias eth1 eepro100
> alias eth2 tulip


I'm probably missing something here, but how does that help ?  The 
problem is that if that the eth0 module fails to load for whatever 
reason, then the card that would normally be eth1 would be known as eth0.

If you provide aliases... all that means is that you can do

modprobe eth0
modprobe eth1

but ... as far as I understand it, those module aliases names have no 
link to the name the kernel allocates to the interface, so if eth0 
failed, it would load eth1 (aliased to eepro100), and the eepro100 would 
be known as eth0 to the kernel.

Or is there some kludgy relationship between module alias names and 
interface names ?





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-08 23:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-08 23:18 Subject: Re: OT: curious about eth0/eth1 Ian Batterbee
2003-01-08 23:36 ` Tommy McNeely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.