Ubuntu下启用IPV6

以下是我的路由表

内核 IPv6 路由表
Destination                    Next Hop                   Flag Met Ref Use If
ip6-localhost/128              [::]                       U    256 1     0 lo
fe80::/64                      [::]                       U    100 1     0 ens33
fe80::/64                      [::]                       U    256 1     0 ens33
[::]/0                         [::]                       !n   -1  1     1 lo
ip6-localhost/128              [::]                       Un   0   6    15 lo
liuf2-virtual-machine/128      [::]                       Un   0   2     0 ens33
ip6-mcastprefix/8              [::]                       U    256 5    33 ens33
[::]/0                         [::]                       !n   -1  1     1 lo

可以看到没有公共的ipv6地址。  fe80::/64 是本地地址

 

ifconfig查看

Ubuntu下启用IPV6_第1张图片

 

 

执行安装

$sudo apt-get install miredo

再次ifconfig查看

Ubuntu下启用IPV6_第2张图片

 

重启网络

 

sudo service networking restart

 

Ubuntu下启用IPV6_第3张图片

发现可以使用ipv6功能

 

转载于:https://www.cnblogs.com/tcppdu/p/10157208.html

你可能感兴趣的:(Ubuntu下启用IPV6)