Re: swapping interfaces - Update

2004-03-09 Thread CW Harris
On Mon, Mar 08, 2004 at 01:17:36PM -0700, CW Harris wrote: > On Mon, Mar 08, 2004 at 01:34:44PM -0600, Michael Robokoff wrote: > > We have the driver compiled into the kernel and we have tried the ether= > > command at startup but that is not working either. I have also change the > > irq assigned

Re: swapping interfaces - Update

2004-03-08 Thread CW Harris
On Mon, Mar 08, 2004 at 01:34:44PM -0600, Michael Robokoff wrote: > We have the driver compiled into the kernel and we have tried the ether= > command at startup but that is not working either. I have also change the > irq assigned to each by the bios. The gigabit card is still coming up as > eth0

Re: swapping interfaces

2004-03-08 Thread Michael Robokoff
Unfortunately this did not work. But thanks for the response anyway. --Mike stephen parkinson wrote: Michael Robokoff wrote: I have a machine with 2 ethernet interfaces installed. The systems installed with the Gigabit interface as eth0 and 100MB interface as eth1. Can someone tell me how to c

Re: swapping interfaces

2004-03-05 Thread Daniel Teichert
And I heard Michael Robokoff exclaim: > I have a machine with 2 ethernet interfaces installed. The systems > installed > with the Gigabit interface as eth0 and 100MB interface as eth1. > Can someone tell me how to change this so the 100MB interface is > eth0 and the gigabit interface is eth1? As I

Re: swapping interfaces

2004-03-05 Thread stephen parkinson
Michael Robokoff wrote: I have a machine with 2 ethernet interfaces installed. The systems installed with the Gigabit interface as eth0 and 100MB interface as eth1. Can someone tell me how to change this so the 100MB interface is eth0 and the gigabit interface is eth1? Thanks --Mike edit /et

Re: swapping interfaces

2004-03-05 Thread CW Harris
On Fri, Mar 05, 2004 at 01:28:26PM -0800, Rodney D. Myers wrote: > On Fri, 05 Mar 2004 14:46:58 -0600 > Michael Robokoff <[EMAIL PROTECTED]> wrote: > > > I have a machine with 2 ethernet interfaces installed. The systems > > installed > > with the Gigabit interface as eth0 and 100MB interface as

Re: swapping interfaces

2004-03-05 Thread Colin
Michael Robokoff wrote: I have a machine with 2 ethernet interfaces installed. The systems installed with the Gigabit interface as eth0 and 100MB interface as eth1. Can someone tell me how to change this so the 100MB interface is eth0 and the gigabit interface is eth1? 1) Compile those two drivers

Re: swapping interfaces

2004-03-05 Thread Jonathan Schmitt
>I may be off here, and someone will let me know. > >It should be as simple as shutting down the interfaces "ifdown -a" > >Then editing the /etc/network/interface file, and swapping the "eth0" & >"eth1" This would result in a configuration change (i.e. if You configure static IP addresses) but w

Re: swapping interfaces

2004-03-05 Thread Jonathan Schmitt
>I have a machine with 2 ethernet interfaces installed. The systems >installed >with the Gigabit interface as eth0 and 100MB interface as eth1. >Can someone tell me how to change this so the 100MB interface is >eth0 and the gigabit interface is eth1? Hallo, try to compile the drivers as modules,

Re: swapping interfaces

2004-03-05 Thread Rodney D. Myers
On Fri, 05 Mar 2004 14:46:58 -0600 Michael Robokoff <[EMAIL PROTECTED]> wrote: > I have a machine with 2 ethernet interfaces installed. The systems > installed > with the Gigabit interface as eth0 and 100MB interface as eth1. > Can someone tell me how to change this so the 100MB interface is > et