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