Here are two simple commands to fix the problem:
# remove 70-persistent-cd.rules sudo rm /etc/udev/rules.d/70-persistent-cd.rules #reboot sudo reboot # do the following \---- Start Script - macaddr=`ifconfig -a | grep "HWaddr" | cut -d " " -f 11` echo "eth0 mac $macaddr arp 1" > /etc/iftab \---- End Script ifconfig eth0 up dhclient eth0Sometimes, you may only need the last two steps.
No comments:
Post a Comment