1、先 ifconfig 查看IP地址和MAC地址(这边MAC被绑定)对不对
2、再把eth0先关掉: ifconfig eth0 down
3、然后修改IP和MAC: sudo ifconfig eth0 192.168.10.80 hw ether 00:e0:.......(MAC地址) up
4、然后: route add default gw 192.168.10.1
搞定!!
1、先 ifconfig 查看IP地址和MAC地址(这边MAC被绑定)对不对
2、再把eth0先关掉: ifconfig eth0 down
3、然后修改IP和MAC: sudo ifconfig eth0 192.168.10.80 hw ether 00:e0:.......(MAC地址) up
4、然后: route add default gw 192.168.10.1
搞定!!