Due to the unusual way my ISP set up Internet, I need to manually set up MAC address to go online. So far I've been using:
sudo ifconfig eth0 down
sudo ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
sudo ifconfig eth0 up
However, I have to enter this command every time I start my computer. How to set MAC address permanently?