美文网首页
ubuntu16.04 static ip

ubuntu16.04 static ip

作者: xun2019 | 来源:发表于2018-12-15 20:31 被阅读0次

ip route show 找到当前使用的网卡

编辑/etc/network/interfaces
auto enx00e04c68424e
iface enx00e04c68424e inet static
address 192.168.5.91
netmask 255.255.255.0
gateway 192.168.5.1
dns-nameserver 202.102.227.68
重启网卡
/etc/init.d/networking restart

相关文章

网友评论

      本文标题:ubuntu16.04 static ip

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