Many ISPs bind the MAC Address. If the NIC card changes, the internet stops working. To correct this problem:
Note down your old MAC address
# ifconfig eth0 hw ether
This unbinds the old NIC and you can put the new MAC next.
Knowledge not shared benefits no one.
Many ISPs bind the MAC Address. If the NIC card changes, the internet stops working. To correct this problem:
Note down your old MAC address
# ifconfig eth0 hw ether
This unbinds the old NIC and you can put the new MAC next.