首页 > 服务器 > Linux服务器 > 正文

详解linux为阿里云ECS(CentOS7)配置IPv6地址

2024-09-05 23:03:51
字体:
来源:转载
供稿:网友

环境为:ECS“经典网络”类型

步骤:

1. 编辑 /etc/sysctl.conf 文件,将其中三条禁用IPv6的设置更改为:

net.ipv6.conf.all.disable_ipv6 = 0net.ipv6.conf.default.disable_ipv6 = 0net.ipv6.conf.lo.disable_ipv6 = 0

2.再运行 sysctl -p 的命令,启用IPv6

阿里云,ecs,ipv6,centos7,阿里云ecs配置ipv6

3. 转到 tunnelbroker.net 网站,在 Example Configurateions 里选择 Linux-route2 的配置方法,示例命令如下:

modprobe ipv6ip tunnel add he-ipv6 mode sit remote 216.218.221.6 local 121.43.110.72 ttl 255ip link set he-ipv6 upip addr add 2001:470:18:401::2/64 dev he-ipv6ip route add ::/0 dev he-ipv6ip -f inet6 addr

4. 在境外机子,使用Ping6及curl测试IPv6隧道地址访问,结果正常:

 

阿里云,ecs,ipv6,centos7,阿里云ecs配置ipv6

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持VEVB武林网。


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表