Tag: IPv6的

(Ubuntu 16.04)IPv6无法正常工作

我还是linux / ubuntu的新手,所以请耐心等待。 我正在尝试让IPv6工作。 IPv4(和我的互联网)工作正常,但是当我在ipv6-test.com上测试IPv6时,它说我没有IPv6: 我的Windows机器(在同一网络上)工作大多很好但是: 我试过这段代码: test -f /proc/net/if_inet6 && echo “Running kernel is IPv6 ready” 这带来了“运行内核已准备好IPv6” 不知道从哪里开始(仍在学习这个)。 谢谢你的帮助。

IPV6自动配置不起作用

在Windows 7中,我的计算机可以自动获取IPV6全局地址并使用IPV6网络,但在Ubuntu Natty中,我无法找到如何让无状态配置工作。 我的网络是大学校园网,所以我不需要隧道。 我认为如果有一件事可以在Windows中无声地成功完成,那么在linux中应该不可能。 我尝试手动编辑/ etc / network / interfaces并使用静态IPV6地址,我可以这样使用IPV6,但我只想使用自动配置。 我发现这篇post: https : //superuser.com/questions/33196/how-to-disable-autoconfiguration-on-ipv6-in-linux 并尝试过 sudo sysctl -w net.ipv6.conf.all.autoconf=1 sudo sysctl -w net.ipv6.conf.all.accept_ra=1 但没有任何运气。 我在dmesg得到了这个: root@natty-150:~# dmesg |grep IPv6 [ 26.239607] eth0: no IPv6 routers present [ 657.365194] eth0: no IPv6 routers present [ 719.101383] eth0: no IPv6 routers present [32864.604234] eth0: no IPv6 […]

为什么我在ifconfig中列出了多个全局IPv6地址?

这可能是一个明智的选择,但是当我查看ifconfig它会列出两个不同的全局 IPv6地址。 我有两个被分配的理由吗? 我不应该只获得一个地址吗? valorin@gandalf:~$ ifconfig eth0 Link encap:Ethernet HWaddr e8:9a:8f:6d:6a:aa inet addr:172.10.10.1 Bcast:172.10.10.255 Mask:255.255.255.0 inet6 addr: 2400:4000:cafe:2014:48c8:f262:ebe8:297b/64 Scope:Global inet6 addr: 2400:4000:cafe:2014:ea9a:8fff:fe6d:6aaa/64 Scope:Global inet6 addr: fe80::ea9a:8fff:fe6d:6aaa/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:258 errors:0 dropped:0 overruns:0 frame:0 TX packets:313 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:78280 (78.2 KB) TX bytes:46173 (46.1 KB) […]