ubuntu 设置IP 本文共有986个字,关键词: Ubuntu Server 21.10静态IP地址的设置和以前不同了ifconfig cd /etc/netplan ll vim -----.yaml# This is the network config written by 'subiquity' network: ethernets: eth0: dhcp4: no addresses: [192.168.200.41/24] optional: true gateway4: 192.168.200.1 nameservers: addresses: [192.168.200.1,114.114.114.114] version: 2一定要注意 :后面加个空格sudo netplan apply 「一键投喂 软糖/蛋糕/布丁/牛奶/冰阔乐!」 赞赏 × 梦白沙 (๑>ڡ<)☆谢谢老板~ 1元 2元 5元 10元 50元 任意金额 2元 使用微信扫描二维码完成支付 版权声明:本文为作者原创,如需转载须联系作者本人同意,未经作者本人同意不得擅自转载。 ubuntu系统 2022-04-11 评论 305 次浏览