ubuntu server设置固定ip
参考链接:
https://cloud.tencent.com/developer/article/1711887
https://www.psay.cn/toss/182.html
文件位置:
1 | /etc/netplan |
文件:
1 | 00-installer-config.yaml |
里面的内容:
1 | # This is the network config written by 'subiquity' |
生效:
1 | sudo netplan apply |
修改后
1 | # This is the network config written by 'subiquity' |
修改前
1 | # This is the network config written by 'subiquity' |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 记录我自己!
评论