更改IP更改MAC:修订间差异
来自三线的随记
(创建页面,内容为“=== 使用nmcli或者nmtui工具 === network-manager === Ubuntu === IP配置文件 /etc/network/interfaces 分类:Linux”) |
小无编辑摘要 |
||
第4行: | 第4行: | ||
=== Ubuntu === | === Ubuntu === | ||
IP配置文件 /etc/network/interfaces | IP配置文件 /etc/network/interfaces | ||
[[分类:Linux]] | [[分类:Linux]] | ||
ifconfig eth0 down "关闭网卡” | |||
ifconfig eth0 hw ether F4:8E:38:E7:CC:63 "MAC地址" | |||
ifconfig eth0 up "启用网卡” |
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 "启用网卡”