My linux box is running IP Masquerade to share my cable modem with my
PC and my iMac. It has two NIC's in it, one going to the cable modem,
one going to my internal network. Unfortunately, I'm having a problem
with netatalk that I think is related to the particular NIC in my
machine (a RealTek 8029). I want to swap the NIC's. I want to make
eth0 use the card currently used by eth1 and vice-versa. Will opening
my box and physically swapping the two cards do this? When there are
two or more NIC's in the box, how does Linux decide which to call
eth0? I don't want to change my software setup (ie I want to keep
eth0 going to the internet and eth1 going to my internal network), I
just want to change which piece of hardware is associated with which
interface.
steve