更改IP更改MAC:修订间差异
来自三线的随记
小无编辑摘要 |
小无编辑摘要 |
||
第5行: | 第5行: | ||
IP配置文件 /etc/network/interfaces | IP配置文件 /etc/network/interfaces | ||
ifconfig eth0 down "关闭网卡” | ifconfig eth0 down "关闭网卡” | ||
第11行: | 第16行: | ||
ifconfig eth0 up "启用网卡” | ifconfig eth0 up "启用网卡” | ||
[[分类:Linux]] |
2018年5月17日 (四) 13:57的版本
使用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 "启用网卡”