怎么在linux 系统下,禁用和启用网卡(updown), setting IP

怎么在linux 系统下,禁用和启用网卡(updown), setting IP,第1张

ifconfig -a (不加-a参数,只能查启用网卡)

例如:网卡名 eth0

启用网卡命名 ifconfig eth0 up

禁用网卡命名 ifconfig eth0 down

验证了 suse系统/redhat系统/ubuntu系统/Frdora系统/CentOS系统,均能使用。

https://linuxconfig.org/how-to-configure-static-ip-address-on-ubuntu-18-10-cosmic-cuttlefish-linux

service network restart

第一种:\x0d\x0a/etc/init.d/network stop 关闭\x0d\x0a/etc/init.d/network restart 重启\x0d\x0a第二种:\x0d\x0aifup eth* *代表网卡,第一块网卡为0 ifup eth0开启,ifdown eth0 关闭\x0d\x0a第三种:\x0d\x0aservice network stop/start 关闭 or 启动\x0d\x0aservice network restart 重启\x0d\x0a望采纳,lznmvp


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/7505663.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-06
下一篇 2023-04-06

发表评论

登录后才能评论

评论列表(0条)

保存