更改IP更改MAC
来自三线的随记
使用nmcli或者nmtui工具
network-manager
Ubuntu
IP配置文件 /etc/network/interfaces
ifconfig eth0 down "关闭网卡”
ifconfig eth0 hw ether F4:8E:38:E7:CC:63 "MAC地址"
ifconfig eth0 up "启用网卡”
network-manager
IP配置文件 /etc/network/interfaces
ifconfig eth0 down "关闭网卡”
ifconfig eth0 hw ether F4:8E:38:E7:CC:63 "MAC地址"
ifconfig eth0 up "启用网卡”