Re: 2 NIC's, assigned in wrong order

2003-12-29 Thread Dean Allen Provins
Jan: On Mon, Dec 29, 2003 at 12:33:17AM +0100, Jan Minar wrote: On Sun, Dec 28, 2003 at 12:56:47PM -0700, Dean Allen Provins wrote: I have two Ethernet cards (NICs) in a PII-300. The first recognized is an NE2000 ISA clone at IRQ10, and the second is a PCI at (shared) IRQ 12. I would

Re: 2 NIC's, assigned in wrong order

2003-12-29 Thread Jan Minar
Morning! Please don't CC me, I'm subscribed. On Sun, Dec 28, 2003 at 07:22:04PM -0700, Dean Allen Provins wrote: nameif (8) - name network interfaces based on MAC addresses But I couldn't find nameif called from anywhere--so I guess the right thing to do would be to call it

Re: 2 NIC's, assigned in wrong order: thanks

2003-12-29 Thread Dean Allen Provins
Jan: On Mon, Dec 29, 2003 at 03:41:29PM +0100, Jan Minar wrote: Morning! Please don't CC me, I'm subscribed. Sorry about the CC, when I hit Reply, you were there first and I failed to delete you. Shouldn't happen this time... On Sun, Dec 28, 2003 at 07:22:04PM -0700, Dean Allen Provins

Re: 2 NIC's, assigned in wrong order

2003-12-29 Thread Laurence J. Lane
On Sun, Dec 28, 2003 at 07:22:04PM -0700, Dean Allen Provins wrote: [ parts omitted ] That seemed like such a good suggestion. I created scripts to assign the desired names to the desired MAC addresses and placed them in /etc/network/if-pre-up.d/, and then added invocation in the interfaces

Re: 2 NIC's, assigned in wrong order

2003-12-29 Thread Jan Minar
On Mon, Dec 29, 2003 at 03:41:29PM +0100, Jan Minar wrote: Dec 28 19:11:31 ve6wvc nameif: cannot change name of eth1 to eth0: File exists The `file' here is the network device `eth0' -- ``ifconfig -a'' will show both eth1 and eth0 are there, waiting to be upped. This looks like a kernel

2 NIC's, assigned in wrong order

2003-12-28 Thread Dean Allen Provins
Hello: I have two Ethernet cards (NICs) in a PII-300. The first recognized is an NE2000 ISA clone at IRQ10, and the second is a PCI at (shared) IRQ 12. I would like the second (the PCI) to be assigned as ETH0, and the first (ISA) to be ETH1. I've fiddled with the ether= append line for the

Re: 2 NIC's, assigned in wrong order

2003-12-28 Thread vidarlo
On Sun, 28 Dec 2003, Dean Allen Provins wrote: Hello: I have two Ethernet cards (NICs) in a PII-300. The first recognized is an NE2000 ISA clone at IRQ10, and the second is a PCI at (shared) IRQ 12. I would like the second (the PCI) to be assigned as ETH0, and the first (ISA) to be ETH1.

Re: 2 NIC's, assigned in wrong order

2003-12-28 Thread Johann Koenig
On Sunday December 28 at 12:56pm Dean Allen Provins [EMAIL PROTECTED] wrote: Anyone know how to force the assignment without resorting to ifconfig and route directly? Go on-site and swap the cables? -- -johann koenig Now Playing: Miami Sound Machine - Hot Summer Nights : Top Gun Today is

Re: 2 NIC's, assigned in wrong order

2003-12-28 Thread Jan Minar
On Sun, Dec 28, 2003 at 12:56:47PM -0700, Dean Allen Provins wrote: I have two Ethernet cards (NICs) in a PII-300. The first recognized is an NE2000 ISA clone at IRQ10, and the second is a PCI at (shared) IRQ 12. I would like the second (the PCI) to be assigned as ETH0, and the first (ISA)

Re: 2 NIC's, assigned in wrong order

2003-12-28 Thread Micha Feigin
On Mon, Dec 29, 2003 at 12:33:17AM +0100, Jan Minar wrote: On Sun, Dec 28, 2003 at 12:56:47PM -0700, Dean Allen Provins wrote: I have two Ethernet cards (NICs) in a PII-300. The first recognized is an NE2000 ISA clone at IRQ10, and the second is a PCI at (shared) IRQ 12. I would like