On Mon, Dec 20, 2004 at 03:59:15PM -0500, H. S. wrote: > I then realized that I had updated discover just recently. Maybe that > detected the NICs in a different way and made eth0 as eth1 and vice versa.
That sounds like what happened. When you move between kernel versions (atleast a 2.4 to a 2.6) the order in which modules load might change. If you use a kernel with modules for your NICs, I would suggest using aliases to explicitly name your ethernet cards. Something like: # echo "alias eth0 3c59x" >> /etc/modprobe.d/alias # echo "alias eth1 tulip" >> /etc/modprobe.d/alias # update-modules Replace "3c59x" and "tulip" with your NIC module names. Jeremy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

