久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      centos怎么設(shè)置靜態(tài)ip地址

      centos怎么設(shè)置靜態(tài)ip地址

      環(huán)境:

      Centos7.4_x64

      設(shè)置方法如下:

      進(jìn)入到網(wǎng)卡配置目錄

      cd /etc/sysconfig/network-scripts/

      ifconfig查看網(wǎng)卡信息并獲取到網(wǎng)卡的名稱位ens32

      centos怎么設(shè)置靜態(tài)ip地址

      (推薦教程:centos使用教程)

      找到配置文件ifcfg-ens32

      centos怎么設(shè)置靜態(tài)ip地址

      進(jìn)行如下修改:

      vim ifcfg-ens32 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=static IPADDR=192.168.1.149 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=yes IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes IPV6_FAILURE_FATAL=no IPV6_ADDR_GEN_MODE=stable-privacy NAME=ens32 UUID=d16fe359-9256-4414-a557-19d751b4fc72 DEVICE=ens32 ONBOOT=yes

      重啟網(wǎng)卡

      systemctl restart network

      相關(guān)視頻教程推薦:linux視頻教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號