更改IP更改MAC:修订间差异
来自三线的随记
小无编辑摘要 |
小无编辑摘要 |
||
(未显示同一用户的2个中间版本) | |||
第5行: | 第5行: | ||
IP配置文件 /etc/network/interfaces | IP配置文件 /etc/network/interfaces | ||
ifconfig eth0 down "关闭网卡” | ifconfig eth0 down "关闭网卡” | ||
第11行: | 第16行: | ||
ifconfig eth0 up "启用网卡” | ifconfig eth0 up "启用网卡” | ||
{{DEFAULTSORT:genggai}} | |||
[[分类:Linux]] |
2018年7月3日 (二) 16:33的最新版本
使用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 "启用网卡”