先禁用网卡ifconfig eth0 down再用ifconfig eth0 hw ether 新地址这样就可以了要想永久修改的话,在/etc/rc.d/rc.local里加上下面三句(/etc/init.d/network里面也可以)ifconfig eth0 downifconfig eth0 hw ether 新地址ifconfig eth0 up