I found a fix.
When you run "dmesg | grep eth" you can see that the clones are colliding with the old instance of the card from the base machine and being assigned a new ETH number. you can either go into your /etc/network/interfaces file and change the interface to ethX to match the message (or what you see in "ifconfig -a") or you can delete the following file and reboot:
/etc/udev/rules.d/70-persistent-net.rules
I found most of this information at this article: http://askubuntu.com/questions/9375/new-mac-address-now-i-have-no-network-access
I hope that helps someone.