Ubuntu 桌面可以获取 ipv6 但是 Ubuntuserver 无法获取 ipv6 地址

2023-12-17 17:56:21 +08:00
 wangbin11

配置文件如下

cat /etc/netplan/00-installer-config.yaml 
network:
  version: 2
  renderer: networkd
  ethernets:
    ens160:
      dhcp4: false
      dhcp6: true
      addresses:
      - 192.168.3.104/24
      routes: 
        - to: 0.0.0.0/0
          via: 192.168.3.1
      nameservers:
        addresses:
        - 192.168.3.1
        search: []
1190 次点击
所在节点    宽带症候群
10 条回复
yyzh
2023-12-17 18:08:07 +08:00
🤔同一个网络里么?
HTDit
2023-12-17 18:09:23 +08:00
把桌面配置导出来看下,有没有区别
wangbin11
2023-12-17 18:23:12 +08:00
@HTDit 桌面不用 netplan ,只有 server 用这个,
wangbin11
2023-12-17 18:23:28 +08:00
@yyzh 肯定同一个内容啊二层通的,你这话说的
wangbin11
2023-12-17 18:35:40 +08:00
我是 esxi 虚拟机,如果我安装的时候选择开启 ipv6 第一个镜像可以,克隆就不行了,但是克隆的机器 mac 都不相同,搞不懂
A01514035
2023-12-17 19:00:52 +08:00
racknerd 工单给我的回复,有兴趣可以试一下。
We have successfully added the IPV6 address for your server, please allow some time for the configuration.
And also please note For Ubuntu & Debian instance needs to enable IPV6 manually after configuring. Kindly follow the below-mentioned steps to enable the IPv6 address for your server.
Login to your server via ssh connection and adding the below entries in sysctl.conf file:
nano /etc/sysctl.conf
Scroll all the way down, and add the following lines at the end:
net.ipv6.conf.all.autoconf = 0
net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.eth0.autoconf = 0
net.ipv6.conf.eth0.accept_ra = 0
To check run:
sysctl -p
Then try to restart network
systemctl restart networking
Then check with
ping6 google.com
If its still not working try to reboot your VPS once.
wangbin11
2023-12-17 19:25:52 +08:00
@A01514035 配置好了,但是也是无法获取,就很难
ZeroZreo
211 天前
你说的问题我也遇到了,经过反复实验和对比,我发现问题在于需要用 networkmanager 替代 netplan ,Ubuntu 服务器版本使用的是 netplan ,而桌面版是 networkmanager 。我的环境是仅 SLAAC ,在 networkmanager 下终于正常拿到 IPv6.
wangbin11
210 天前
@ZeroZreo 大佬你猛啊,这都测试出来了,加个好友
wangbin11
210 天前
@ZeroZreo 这种新生代的 netplan 好用是好用,但是功能方面的确没有 networkmanager 稳

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1001119

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX