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