Michael Robokoff wrote:
I have a machine with 2 ethernet interfaces installed. The systems installedwith 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 /etc/network/interfaces change eth1->eth0 and eth0->eth1 simple as thatthere are other ways, like lspci and trying to figure out which way it scans the bus. typically by putting another card between the network cards, like a sound card
but the previous worked for me :-) stephen