Comment 20 for bug 1309754

Revision history for this message
Tim Gardner (timg-tpi) wrote :

Erik - perhaps the simplest workaround is to change the name of your network interfaces. For example,

sudo sed -i '/exit 0/d' /etc/rc.local
echo "ip link set dev em1 name eth0" | sudo tee -a /etc/rc.local
echo "ip link set dev em2 name eth1" | sudo tee -a /etc/rc.local
echo "exit 0" | sudo tee -a /etc/rc.local