美文网首页
怎么在linux 系统下,禁用和启用网卡(up/down), s

怎么在linux 系统下,禁用和启用网卡(up/down), s

作者: zhoujj2013 | 来源:发表于2019-11-21 10:28 被阅读0次

    启用

    ifconfig -a (不加-a参数,只能查启用的网卡)
    例如:网卡名 eth0
    启用网卡命名 ifconfig eth0 up
    禁用网卡命名 ifconfig eth0 down
    验证了 suse系统/redhat系统/ubuntu系统/Frdora系统/CentOS系统,均能使用。

    Setting IP

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

    service network restart

    相关文章

      网友评论

          本文标题:怎么在linux 系统下,禁用和启用网卡(up/down), s

          本文链接:https://www.haomeiwen.com/subject/kvogictx.html