#!/bin/bash
# Update MAC Address for Ether Card eth0 to work in SJTU LAN
ifconfig eth0 down
ifconfig eth0 hw ether 00:00:00:00:00:00
ifconfig eth0 up
#!/bin/bash
# Update MAC Address for Ether Card eth0 to work in SJTU LAN
ifconfig eth0 down
ifconfig eth0 hw ether 00:00:00:00:00:00
ifconfig eth0 up