[4.743] Mixed Up NIC's During Install

Hardware:
Dell Dimension, 2.5GHz, 256MB RAM, 40GB HDD, Embedded Dell NIC, added Linksys NIC in PCI slot

During install I was asked which card I wanted my admin NIC to be and I chose the Dell NIC.

After install I could access the webmin no problem (plugged into the Dell NIC) but I could not pull an IP from my ISP (Roadrunner cable, standard ethernet).

I then noticed that the webadmin was showing the Linksys as the Internal interface, which was incorrect...I was clearly plugged into the embedded Dell NIC. I tried swapping cables/NIC's and then I could not access the webadmin and still no dynamic IP was pulled...I checked via the shell.

The Linksys card was not pulling an IP. So I looked into the shell for clues. I noticed that eth0 was showing in /etc/itfhw.conf as the Linksys NIC and eth1 as the Dell NIC. This was backwards??

I then replaced eth0 with eth1 and eth1 with eth0 in the /etc/itfhw.conf file and everything worked! I am plugged into the Dell NIC as my inside and the Linksys NIC is pulling an IP from my ISP. But the MAC addresses are incorrect in the webadmin.....they are swapped, the Dell's (00-0d-56-x-x-x) is showing under the Linksys and vica-versa. Anyone else run into these type of problems?? When I have some more time I will reinstall and try to duplicate.