Noam Rathaus wrote:
Hi,
I moved an HD from one computer to another (not related to the grub issue :D),
and because there is a different network card, eth0 is not longer present and
now eth1 is the deacto network card.
I don't want to reconfigure a few products I have bounded to eth0 (mainly
firewall rules).
How can I "force" it to use the new network card driver on eth0 instead of
eth1?
Or basically, where is it written that eth0 is 'thismodule' while eth1
is 'thisothermodule'?
I tried modprobe.conf/modules.conf:
alias eth0 e1000e
Without success - it still - after modprobe e1000e - gives me access to it
only through eth1
On Debian systems, check out /etc/udev/rules.d/z25-persistent-network.
Just delete the lines for the old and the new network card, and let it
choose automatically eth0.
Shachar
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]