为阿里云ECS(CentOS7)配置IPv6隧道地址
Re为阿里云ECS(CentOS7)配置IPv6隧道地址
[root@iZ23hhzee89Z ~]# modprobe ipv6
FATAL: Module off not found.
[root@iZ23hhzee89Z ~]# ip tunnel add he-ipv6 mode sit remote 216.218.221.6 local 114.55.106.92 ttl 255
[root@iZ23hhzee89Z ~]# ip link set he-ipv6 up
[root@iZ23hhzee89Z ~]# ip addr add 2001:470:18:a26::2/64 dev he-ipv6
RTNETLINK answers: Operation not supported
[root@iZ23hhzee89Z ~]# ip route add ::/0 dev he-ipv6
RTNETLINK answers: Operation not supported
[root@iZ23hhzee89Z ~]# ip -f inet6 addr
赞0
踩0