Re: 2 eth and boot

2006-01-05 Thread Sven Arvidsson
Matt Zagrabelny wrote: > i found in the martin f krafft debian system book: > > (i havent tried it though, so i cant comment if it works or not) > > # grep eth /etc/udev/rules.d/local-netifaces > KERNEL="eth*", SYSFS{address}="00:00:de:ad:be:ef", NAME="eth0" > KERNEL="eth*", SYSFS{address}="00:00

Re: 2 eth and boot

2006-01-04 Thread Matt Zagrabelny
> > How i make to alwais be the same? > > i have read that udev can do this for you, but have never done it > myself. > i found in the martin f krafft debian system book: (i havent tried it though, so i cant comment if it works or not) # grep eth /etc/udev/rules.d/local-netifaces KERNEL="eth*

Re: 2 eth and boot

2006-01-04 Thread Matt Zagrabelny
On Tue, 2006-01-03 at 11:42 -0800, Enrique Morfin wrote: > Hi! > > Happy new year! > > I have a box with 2 eth (1 intel, 1 3com) > > each time it boot, eth0 and eth1 are different: > > boot one: intel=eth0 3com=eth1 > boot two: intel=eth1 3com=eth0 > > well, not alwais change, it seams to be r

Re: 2 eth and boot

2006-01-03 Thread Linas Zvirblis
I have a box with 2 eth (1 intel, 1 3com) each time it boot, eth0 and eth1 are different: boot one: intel=eth0 3com=eth1 boot two: intel=eth1 3com=eth0 well, not alwais change, it seams to be random. How i make to alwais be the same? Interesting... i have two identical cards and they are alw

Re: 2 eth and boot

2006-01-03 Thread David Kirchner
On 1/3/06, Enrique Morfin <[EMAIL PROTECTED]> wrote: > Hi! > > Happy new year! > > I have a box with 2 eth (1 intel, 1 3com) > > each time it boot, eth0 and eth1 are different: > > boot one: intel=eth0 3com=eth1 > boot two: intel=eth1 3com=eth0 > > well, not alwais change, it seams to be random. >

Re: 2 eth and boot

2006-01-03 Thread Andrei Popescu
On Tue, 3 Jan 2006 11:42:34 -0800 (PST) Enrique Morfin <[EMAIL PROTECTED]> wrote: > Hi! > > Happy new year! > > I have a box with 2 eth (1 intel, 1 3com) > > each time it boot, eth0 and eth1 are different: > > boot one: intel=eth0 3com=eth1 > boot two: intel=eth1 3com=eth0 > > well, not alwai

2 eth and boot

2006-01-03 Thread Enrique Morfin
Hi! Happy new year! I have a box with 2 eth (1 intel, 1 3com) each time it boot, eth0 and eth1 are different: boot one: intel=eth0 3com=eth1 boot two: intel=eth1 3com=eth0 well, not alwais change, it seams to be random. How i make to alwais be the same? Thanks ___