ubuntu22.04添加静态IPv6地址示例 2023-11-232023-11-23| 凡叔凡叔| 0 Comments| 09:30 Categories: ? 1 thought on “ubuntu22.04添加静态IPv6地址示例” 或者使用这个格式 sudo cat /etc/netplan/00-installer-config.yaml # This is the network config written by 'subiquity' network: version: 2 renderer: NetworkManager 以上使用NetworkManager管理网络 nmcli device status sudo nmcli connection modify netplan-ens192 ipv4.addresses 10.8.0.19/16 ipv4.gateway 10.8.0.1 ipv4.dns 192.168.50.2 ipv4.method manual ipv4.dns-search a.v ipv6.addresses feee:8000::19/64 ipv6.gateway feee:8000::1 ipv6.dns feee:5000::5 ipv6.method manual ipv6.dns-search a.v sudo nmcli connection down netplan-ens192 && sudo nmcli connection up netplan-ens192 回复 Leave a Reply 取消回复您的邮箱地址不会被公开。 必填项已用 * 标注评论 * 显示名称 * 邮箱 * 网站 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。 通过邮件订阅评论 Δ 这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理。 文章导航 PREVIOUS Previous post: 处理组策略失败。(LDAP 绑定函数调用失败)NEXT Next post: Sing-box笔记 Related Post 文件权限和文件夹权限文件权限和文件夹权限 2015-06-172015-06-17| 凡叔凡叔| 0 Comment| 11:48 摘自:https://technet.microsoft.com/zh-cn/library/cc732880 […] Read MoreRead More nginx 子目录 301nginx 子目录 301 2013-07-262013-07-26| 凡叔凡叔| 0 Comments| 13:19 server { listen 80 default; rewrite ^/bbs/(.*)$ http:// […] Read MoreRead More 华为AR101W-S路由器映射回流华为AR101W-S路由器映射回流 2020-09-072020-09-07| 凡叔凡叔| 0 Comment| 16:29 参考连接:https://support.huawei.com/hedex/hdx.do?docid=EDOC […] Read MoreRead More
或者使用这个格式 sudo cat /etc/netplan/00-installer-config.yaml # This is the network config written by 'subiquity' network: version: 2 renderer: NetworkManager 以上使用NetworkManager管理网络 nmcli device status sudo nmcli connection modify netplan-ens192 ipv4.addresses 10.8.0.19/16 ipv4.gateway 10.8.0.1 ipv4.dns 192.168.50.2 ipv4.method manual ipv4.dns-search a.v ipv6.addresses feee:8000::19/64 ipv6.gateway feee:8000::1 ipv6.dns feee:5000::5 ipv6.method manual ipv6.dns-search a.v sudo nmcli connection down netplan-ens192 && sudo nmcli connection up netplan-ens192 回复
文件权限和文件夹权限文件权限和文件夹权限 2015-06-172015-06-17| 凡叔凡叔| 0 Comment| 11:48 摘自:https://technet.microsoft.com/zh-cn/library/cc732880 […] Read MoreRead More
nginx 子目录 301nginx 子目录 301 2013-07-262013-07-26| 凡叔凡叔| 0 Comments| 13:19 server { listen 80 default; rewrite ^/bbs/(.*)$ http:// […] Read MoreRead More
华为AR101W-S路由器映射回流华为AR101W-S路由器映射回流 2020-09-072020-09-07| 凡叔凡叔| 0 Comment| 16:29 参考连接:https://support.huawei.com/hedex/hdx.do?docid=EDOC […] Read MoreRead More
或者使用这个格式
sudo cat /etc/netplan/00-installer-config.yaml
# This is the network config written by 'subiquity'
network:
version: 2
renderer: NetworkManager
以上使用NetworkManager管理网络
nmcli device status
sudo nmcli connection modify netplan-ens192 ipv4.addresses 10.8.0.19/16 ipv4.gateway 10.8.0.1 ipv4.dns 192.168.50.2 ipv4.method manual ipv4.dns-search a.v ipv6.addresses feee:8000::19/64 ipv6.gateway feee:8000::1 ipv6.dns feee:5000::5 ipv6.method manual ipv6.dns-search a.v
sudo nmcli connection down netplan-ens192 && sudo nmcli connection up netplan-ens192