#! /bin/bash # # mac initalization script # ifconfig eth1 down ifconfig eth1 hw ether 00:33:33:33:33:33 ifconfig eth1 up # reset default gateway cuz MAC change route add default gw 172.16.0.254