回 2楼(eason_zhang) 的帖子
您好,
例子中的第7个步骤,是测试目标的IPv6网址是否可用的啊。
-------------------------
回 3楼(eason_lin) 的帖子
您好,
您需要检查一下tomcat是否在IPv6的端口里监听喔(例子中的第6个步骤)。
-------------------------
回 8楼(eason_zhang) 的帖子
您好,
是能ping通Ipv6地址,但web不能访问。
建议您检查web服务是否在ipv6的网络端口里使用。
-------------------------
回 10楼(eason_zhang) 的帖子
您好,
如果您的苹果APP资源是由tomcat的,那是需要tomcat支持Ipv6访问啊。
-------------------------
回 11楼(eason_zhang) 的帖子
您好,
根据图中的信息,80端口仅在ipv4里监听,并不包括ipv6。
-------------------------
回 14楼(eason_zhang) 的帖子
您好,
现在测试,是成功了的,恭喜您喔。
root@los:~# wget -6
http://smmj.smmjyl.com
converted 'http://smmj.smmjyl.com' (ANSI_X3.4-1968) -> 'http://smmj.smmjyl.com' (UTF-8)
--2016-11-10 22:23:36--
http://smmj.smmjyl.com/
Resolving smmj.smmjyl.com (smmj.smmjyl.com)... 2001:470:18:172::2
Connecting to smmj.smmjyl.com (smmj.smmjyl.com)|2001:470:18:172::2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'index.html.1'
-------------------------
回 17楼(ap6554s5w) 的帖子
您好,
抱歉延时回复。
图中显示的,是IPv6 Web Server拒绝连接,可以尝试排除以下因素:
a. 是否成功在系统里设置了IPv6隧道地址
b. Web服务是否在IPv6地址里监听
-------------------------
回 19楼(ap6554s5w) 的帖子
您好,
好象不行呢。
root@los:~# ping6 2001:470:18:16d::2
PING 2001:470:18:16d::2(2001:470:18:16d::2) 56 data bytes
From 2001:470:0:ba::2 icmp_seq=1 Destination unreachable: Address unreachable
From 2001:470:0:ba::2 icmp_seq=2 Destination unreachable: Address unreachable
From 2001:470:0:ba::2 icmp_seq=3 Destination unreachable: Address unreachable
From 2001:470:0:ba::2 icmp_seq=4 Destination unreachable: Address unreachable
From 2001:470:0:ba::2 icmp_seq=5 Destination unreachable: Address unreachable
-------------------------
回 21楼(ap6554s5w) 的帖子
您好,
可以ping通ipv6地址,但ipv6 80端口无法访问。
root@los:~# curl [2001:470:18:16d::2]
curl: (7) Failed to connect to 2001:470:18:16d::2 port 80: Connection refused
root@los:~# ping6 2001:470:18:16d::2
PING 2001:470:18:16d::2(2001:470:18:16d::2) 56 data bytes
64 bytes from 2001:470:18:16d::2: icmp_seq=1 ttl=56 time=560 ms
64 bytes from 2001:470:18:16d::2: icmp_seq=2 ttl=56 time=565 ms
-------------------------
回 23楼(ap6554s5w) 的帖子
您好,
应该是的,恭喜您。
-------------------------
回 26楼(东哥来了) 的帖子
您好,
抱歉延时回复。
请问您有按帖子里的操作顺序操作吗?如第2步里的将禁用的模块设置去掉。
-------------------------
回 28楼(airzhangfish) 的帖子
您好,
欢迎来到阿里云论坛。
抱歉给您带来困惑,
请问您的IPv6隧道地址是:2001:470:c:d53::2 吗?
-------------------------
回 30楼(airzhangfish) 的帖子
您好,
感谢您的更新回复喔,这可以为其他云友提供参考。
-------------------------
回 32楼(fswing) 的帖子
您好,
第五步里的命令是Linux系统有的,不需借助其它网站,tunnelbroker.net 提供这些命令,是方便用户操作。
-------------------------
回 35楼(fswing) 的帖子
您好,
或许例子中,您ping测试时,目标主机地址不应该带http,
或许如这样的:
ping6 ipv6.google.com
-------------------------
回 40楼(fswing) 的帖子
您好,
或许具体到您的情况,第五步中其中的一条命令,应该是:
ifconfig sit1 inet6 add 216:3eff:fe02:8609/64
而不是:ifconfig sit1 inet6 add fe80::216:3eff:fe02:8609/64
-------------------------
回 42楼(fswing) 的帖子
您好,
看起来, 216:3eff:fe02:8609 不是一个有效的IPv6地址,能截图看一下HE分配给您IPv6隧道地址的页面内容吗?
nginx不是必须的,例子中仅是用于测试web访问而已。
-------------------------
回 44楼(fswing) 的帖子
您好,
就是在您申请IPv6地址的那个网站的配置信息里,会有显示分配给您的IPv6隧道地址是什么的喔,如下图:
-------------------------
回 46楼(fswing) 的帖子
您好,
从截图上的测试信息来看,您的ipv6隧道地址应该是配置成功了喔。
恭喜。
-------------------------
回 48楼(eason_zhang) 的帖子
您好,
您的IPv6地址,好象可以ping通,但网页的80端口访问不了喔:
root@los:~# ping6 srmj.mhhdkj.com
PING srmj.mhhdkj.com(Easonzhanglin-3-pt.tunnel.tserv20.hkg1.ipv6.he.net) 56 data bytes
64 bytes from Easonzhanglin-3-pt.tunnel.tserv20.hkg1.ipv6.he.net: icmp_seq=1 ttl=57 time=1131 ms
64 bytes from Easonzhanglin-3-pt.tunnel.tserv20.hkg1.ipv6.he.net: icmp_seq=2 ttl=56 time=516 ms
64 bytes from Easonzhanglin-3-pt.tunnel.tserv20.hkg1.ipv6.he.net: icmp_seq=3 ttl=56 time=516 ms
64 bytes from Easonzhanglin-3-pt.tunnel.tserv20.hkg1.ipv6.he.net: icmp_seq=4 ttl=56 time=516 ms
64 bytes from Easonzhanglin-3-pt.tunnel.tserv20.hkg1.ipv6.he.net: icmp_seq=5 ttl=56 time=522 ms
64 bytes from Easonzhanglin-3-pt.tunnel.tserv20.hkg1.ipv6.he.net: icmp_seq=6 ttl=56 time=516 ms
--- srmj.mhhdkj.com ping statistics ---
7 packets transmitted, 6 received, 14% packet loss, time 6005ms
rtt min/avg/max/mdev = 516.354/620.077/1131.474/228.713 ms, pipe 2
root@los:~# curl -6 'http://srmj.mhhdkj.com' -so - | grep -iPo '(?<=<title>)(.*)(?=</title>)'
root@los:~# curl -6 'http://srmj.mhhdkj.com'
curl: (7) Failed to connect to srmj.mhhdkj.com port 80: Permission denied
-------------------------
回 51楼(eason_zhang) 的帖子
您好,
如上边测试提到的,Permission denied,
这是否是您的Web服务或防火墙设置不正确呢?因为现在在浏览器里访问
http://14.29.47.23/ 也是显示不出来页面内容。
-------------------------
回 53楼(eason_zhang) 的帖子
您好,
您自己能正常访问您的Web站点内容吗?
或许您需要联系一下您的服务器管理员,这样处理起来,较顺手些:
liujia@hk2:~/test4$ wget
http://14.29.47.23/
--2017-01-03 10:22:38--
http://14.29.47.23/
Connecting to 14.29.47.23:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
--2017-01-03 10:22:39-- (try: 2)
http://14.29.47.23/
Connecting to 14.29.47.23:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
-------------------------
回 56楼(ap6554s5w) 的帖子
您好,
CentOS 5 的,我没有测试过喔,
但如果您要求,等有测试机时,为您测试一下喔。
-------------------------
回 58楼(song8528) 的帖子
您好,
第五步是设置隧道地址的,执行后影响的是当前的系统状态,
简单的方法是,重启一下系统,那系统会恢复到之前的状态(清除了IPv6的地址设置),您可以重新执行第五步。
-------------------------
回 60楼(song8528) 的帖子
您好,
测试提示您的站点能被访问,那说明当时的设置是有效的。
有其它用户反馈的现象是,有可能因为IPv6隧道地址的服务(HE)不稳定,出现有时不可以访问的结果。如果是这个原因,您可以尝试更换到另一个隧道节点(如将香港的转到美国的)。请别灰心喔。
-------------------------
回 62楼(song8528) 的帖子
您好,
一般几个小时后可以出审核的结果呢?
-------------------------
Re:回 56楼(ap6554s5w) 的帖子
您好,
我在CentOS 5上测试,可以正常添加iPv6隧道地址喔,
有可能是您没有成功为系统启用IPv6的地址:
[root@iZ23jyp275rZ ~]# ifconfig sit0 up
[root@iZ23jyp275rZ ~]# ifconfig sit0 inet6 tunnel ::216.218.221.6
[root@iZ23jyp275rZ ~]# ifconfig sit1 up
[root@iZ23jyp275rZ ~]# ifconfig sit1 inet6 add 2001:470:18:401::2/64
[root@iZ23jyp275rZ ~]# route -A inet6 add ::/0 dev sit1
[root@iZ23jyp275rZ ~]# ping6 ipv6.anqun.org
PING ipv6.anqun.org(liujia2-1-pt.tunnel.tserv20.hkg1.ipv6.he.net) 56 data bytes
64 bytes from liujia2-1-pt.tunnel.tserv20.hkg1.ipv6.he.net: icmp_seq=0 ttl=64 time=0.038 ms
64 bytes from liujia2-1-pt.tunnel.tserv20.hkg1.ipv6.he.net: icmp_seq=1 ttl=64 time=0.042 ms
--- ipv6.anqun.org ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 0.038/0.040/0.042/0.002 ms, pipe 2
[root@iZ23jyp275rZ ~]# cat /etc/redhat-release
CentOS release 5.11 (Final)
-------------------------
回 56楼(ap6554s5w) 的帖子
您好,
为您写了这个例子,希望对您有用:《为阿里云ECS(CentOS 5)配置IPv6隧道地址》 -
https://bbs.aliyun.com/read/304532.html
-------------------------
回 66楼(jidi) 的帖子
您好,
欢迎来到阿里云论坛,
请您在ECS本机,能ping6通自己的域名地址吗?如执行:
ping6 api2.imptrip.com
-------------------------
回 68楼(jidi) 的帖子
您好,
那 ping6 ipv6.google.com 呢?
-------------------------
回 70楼(jidi) 的帖子
您好,
如果您无法ping6通外网的ipv6地址,有可能您的ipv6路由设置不正确喔:
PING ipv6.google.com(hkg12s02-in-x0e.1e100.net) 56 data bytes
64 bytes from hkg12s02-in-x0e.1e100.net: icmp_seq=1 ttl=55 time=146 ms
64 bytes from hkg12s02-in-x0e.1e100.net: icmp_seq=2 ttl=55 time=146 ms
-------------------------
回 72楼(jidi) 的帖子
您好,
在第五步中的多个命令中,其中 route -A inet6 add ::/0 dev sit1 应该是的为ipv6网络添加默认路由的。
-------------------------
回 74楼(jidi) 的帖子
您好,
SIOCSIFDSTADDR: No buffer space available
如果您之前已经运行过类似的命令,建议您重启系统后,再执行。
-------------------------
回 76楼(jidi) 的帖子
您好,
很高兴听到您已经解决了问题,同时祝您新春大吉。
-------------------------
回 78楼(al2587946397) 的帖子
您好,
欢迎来到阿里云论坛,祝你新春大吉大利,
如果有绝色的勾号,那说明检测通过了。
至于显示“cannot identify web server”,可能是检测的程序没有识别的您的Web服务程序类别(如常见的nginx,apache,iis等)。但并不影响您的站点ipv6访问。
-------------------------
回 81楼(al2587946397) 的帖子
您好,
与是否识别到web服务程序类型好象无关,
现在我测试您的ipv6站点,返回来的是连接重置错误喔。或许您需要重点检查一下web服务的运行状态。
root@los:~/test# curl -6 zhibo.law7net.com/zhiboapp
curl: (56) Recv failure: Connection reset by peer
-------------------------
回 83楼(al2587946397) 的帖子
您好,
现在好象我加不加/,都不能成功访问到内容呢。
root@los:~# ping6 ipv6.google.com
PING ipv6.google.com(tk-in-x66.1e100.net) 56 data bytes
64 bytes from tk-in-x66.1e100.net: icmp_seq=1 ttl=46 time=144 ms
64 bytes from tk-in-x66.1e100.net: icmp_seq=2 ttl=46 time=145 ms
--- ipv6.google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 144.712/144.887/145.062/0.175 ms
root@los:~# curl -6 zhibo.law7net.com/zhiboapp/
root@los:~# curl -6 zhibo.law7net.com/zhiboapp
-------------------------
回 85楼(zw0472) 的帖子
您好,
从 ipv6 validation 的测试结果来看,您的ipv6隧道地址配置是正确的,
我在我的测试机里测试您的站点网址,看起来,也正常:
您可以尝试多向苹果提交几次,或换一个中转的IPv6隧道服务器地址后,再提交,因为有的用户反馈有时可能因为隧道服务器地址不稳定而导致苹果审核时失败。
root@los:~/test# wget
https://yishanggou.net/
converted 'https://yishanggou.net/' (ANSI_X3.4-1968) -> 'https://yishanggou.net/' (UTF-8)
--2017-02-12 23:09:38--
https://yishanggou.net/
Resolving yishanggou.net (yishanggou.net)... 2001:470:35:3eb::2
Connecting to yishanggou.net (yishanggou.net)|2001:470:35:3eb::2|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: user.php [following]
converted 'https://yishanggou.net/user.php' (ANSI_X3.4-1968) -> 'https://yishanggou.net/user.php' (UTF-8)
--2017-02-12 23:09:47--
https://yishanggou.net/user.php
Reusing existing connection to [yishanggou.net]:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'index.html.2'
-------------------------
回 89楼(六灵私家) 的帖子
您好,
看截图中的“IPv6 web server”是绿色打勾的,应该ipv6隧道地址配置成功了喔。
-------------------------
回 91楼(六灵私家) 的帖子
您好,
或许您需要添加A(IPv4)和AAAA(IPv6)记录。
请参考:
1.
https://help.aliyun.com/knowledge_detail/39787.html
2.
https://help.aliyun.com/knowledge_detail/39813.html
-------------------------
回 93楼(nodejs小白) 的帖子
您好,
欢迎来到阿里云论坛。
从您的截图来看,可能是外网无法访问到您的80端口(可能需要检查一下防火墙的设置或ECS实例的安全组规则)。
您在本地能打开ipv6的网址吗?
ot@los:~/test5# curl -6 http://[2001:470:35:bf7::1]
curl: (7) Failed to connect to 2001:470:35:bf7::1 port 80: Connection refused
-------------------------
回 95楼(nodejs小白) 的帖子
您好,
那您在本地测试,能正常显示网页的内容吗?
如
curl -6 http://[2001:470:35:bf7::1] 或:
curl -6 http://[::1]
-------------------------
回 97楼(nodejs小白) 的帖子
您好,
好象 curl 的命令测试不成功,提示有错误。您可以尝试修改一下,目的是想测试本地的 ipv6 网址是否能访问到。
-------------------------
回 99楼(nodejs小白) 的帖子
您好,
如在我的测试机里运行的结果如下:
root@los:~/test5# curl -6 -i http://[::1]
HTTP/1.1 200 OK
Server: nginx/1.6.2
Date: Mon, 20 Mar 2017 04:52:58 GMT
Content-Type: text/html
Content-Length: 867
Last-Modified: Sat, 06 Feb 2016 14:51:03 GMT
Connection: keep-alive
ETag: "56b60857-363"
Accept-Ranges: bytes
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx on Debian!</title>
<style>
body {
-------------------------
回 100楼(nodejs小白) 的帖子
您好,
看您的 netstat 命令,nginx 是已经在 ::80 端口上监听了。
我的 netstat 命令输出结果如下:
tcp6 0 0 :::80 :::* LISTEN off (0.00/0/0)
-------------------------
回 103楼(nodejs小白) 的帖子
您好,
可对比例子多测试几次,
如果多次测试后,还不行,可通过站内信提供临时的登录信息,我为您登录查看喔。
-------------------------
回 105楼(jianxun123) 的帖子
您好,
抱歉延时回复,
现在测试,好象web可以通过ipv6隧道地址访问喔。
root@los:~/test5# wget -i -6
http://www.chinahjz.cn
converted 'http://www.chinahjz.cn' (ANSI_X3.4-1968) -> 'http://www.chinahjz.cn' (UTF-8)
--2017-03-21 19:34:34--
http://www.chinahjz.cn/
Resolving
www.chinahjz.cn (www.chinahjz.cn)... 2001:470:35:c08::2, 112.74.131.2
Connecting to
www.chinahjz.cn (www.chinahjz.cn)|2001:470:35:c08::2|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: /shenzhen [following]
converted 'http://www.chinahjz.cn/shenzhen' (ANSI_X3.4-1968) -> 'http://www.chinahjz.cn/shenzhen' (UTF-8)
--2017-03-21 19:34:36--
http://www.chinahjz.cn/shenzhen
Reusing existing connection to [
www.chinahjz.cn]:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'index.html.1'
-------------------------
回 103楼(nodejs小白) 的帖子
您好,
经测试,好象您在解析域名到IPv6隧道地址时,是写错了,
正确的地址应该是 2001:470:35:bf7::2,而不是: 2001:470:35:bf7::1
root@los:~/test5# curl -6 -i http://[2001:470:35:bf7::2]
HTTP/1.1 200 OK
Content-Type: text/plain
Date: Wed, 22 Mar 2017 00:02:20 GMT
Connection: keep-alive
Transfer-Encoding: chunked
-------------------------
回 108楼(噜噜噜噜) 的帖子
您好,
欢迎来到阿里云论坛。
请问您是 ping6 哪个地址呢?
-------------------------
回 110楼(噜噜噜噜) 的帖子
您好,
请问您的ECS实例网络类型是什么呢?是专有网络吗?
-------------------------
回 112楼(nodejs小白) 的帖子
您好,
如果您仅是为了通过苹果手机的APP审核,那第三项的测试可暂不理会。
-------------------------
回 114楼(白鹿洞) 的帖子
您好,
现在从我的测试机里,好象能ping6通您的ipv6隧道地址喔。
root@los:~# ping6 2001:470:1f04:aaa::2
PING 2001:470:1f04:aaa::2(2001:470:1f04:aaa::2) 56 data bytes
64 bytes from 2001:470:1f04:aaa::2: icmp_seq=1 ttl=55 time=282 ms
64 bytes from 2001:470:1f04:aaa::2: icmp_seq=2 ttl=55 time=282 ms
64 bytes from 2001:470:1f04:aaa::2: icmp_seq=3 ttl=55 time=283 ms
-------------------------
回 116楼(超级猪包) 的帖子
您好,
提示 No route to host ,您是否已经成功执行 route -A inet6 add ::/0 dev sit1 的命令了呢。
一般AAAA记录是 Client IPv6 Address,即 您的 2001:470:c:100a::2 。
-------------------------
回 119楼(超级猪包) 的帖子
您好,
提示 No route to host 喔。
root@los:~/test5# curl -6
https://itf.fox008.com
curl: (7) Failed to connect to itf.fox008.com port 443: No route to host
-------------------------
回 121楼(zjlzbin) 的帖子
您好,
抱歉给您带来不便。
是的,目前已知的,“专有网络”不能使用HE提供的IPv6隧道地址(网上查资料,知HE提供的IPv6隧道地址是属于6in4,无法在“专有网络”中的SNAT使用)。
不能在帖子里上传图片的原因,有可能是因为论坛附件上传可能对某些线路的某些浏览器不兼容(如我用广东电信的宽带,在Firefox里不能成功上传附件)。
-------------------------
回 123楼(adsfdf) 的帖子
您好,
欢迎来到阿里云论坛。
如果您向苹果提交的审核地址是域名URL的,是需要为域名创建AAAA记录喔。
-------------------------
回 125楼(fswing) 的帖子
您好,
原因可能是IPv6隧道服务器(图中的216.218.221.6)不稳定,或许您可以考虑一下换一个IPv6隧道服务器的地址,如换成美国境内的来试试。
-------------------------
回 127楼(hbgzliyan) 的帖子
您好,
欢迎来到阿里云论坛。
请问您的ECS云服务器的网络类型是“经典网络”吗?
-------------------------
Re:回 130楼(hbgzliyan) 的帖子
您好,
现在测试,是可以访问:
--2017-04-11 00:41:16--
http://m.xiaozhubanjia.com/
Resolving m.xiaozhubanjia.com (m.xiaozhubanjia.com)... 2001:470:23:1101::2
Connecting to m.xiaozhubanjia.com (m.xiaozhubanjia.com)|2001:470:23:1101::2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 449 [text/html]
Saving to: 'index.html.9'
您可以尝试更换其它的IPv6服务器地址,假如您当前选择的是香港的,可以选择一下其它的,如美国的。
-------------------------
回 132楼(uatcre) 的帖子
您好,
抱歉延时回复,
已经通过站内信,发检测的结果给您喔。
-------------------------
回 134楼(山东周杰伦) 的帖子
您好,
现在测试,好象可以访问到内容喔:
--2017-04-19 06:35:46--
http://demo1.foxteam.cc/
Resolving demo1.foxteam.cc (demo1.foxteam.cc)... 2001:470:18:683::2
Connecting to demo1.foxteam.cc (demo1.foxteam.cc)|2001:470:18:683::2|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: ./web/index.php? [following]
converted 'http://demo1.foxteam.cc/./web/index.php?' (ANSI_X3.4-1968) -> 'http://demo1.foxteam.cc/./web/index.php?' (UTF-8)
--2017-04-19 06:35:49--
http://demo1.foxteam.cc/web/index.php?
Reusing existing connection to [demo1.foxteam.cc]:80.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: ./index.php?c=user&a=login& [following]
converted 'http://demo1.foxteam.cc/web/./index.php?c=user&a=login&' (ANSI_X3.4-1968) -> 'http://demo1.foxteam.cc/web/./index.php?c=user&a=login&' (UTF-8)
--2017-04-19 06:35:51--
http://demo1.foxteam.cc/web/index.php?c=user&a=login&
Reusing existing connection to [demo1.foxteam.cc]:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'index.html.17'
-------------------------
回 136楼(ywwj) 的帖子
您好,
请问您的金融云ECS,网络类型是“专有网络”的吗?
-------------------------
回 137楼(xd1412) 的帖子
您好,
好象现在没有返回AAAA地址了,
dig +nocmd +nostats app.nzhousechina.com AAAA
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 2896
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 8192
;; QUESTION SECTION:
;app.nzhousechina.com. IN AAAA
;; AUTHORITY SECTION:
nzhousechina.com. 28800 IN SOA ns.freeparking.co.nz. hostmaster.freeparking.co.nz. 2017042615 86400 7200 3600000 28800
-------------------------
回 140楼(daiwdddd) 的帖子
您好,
欢迎来到阿里云论坛。
请问您的ECS实例“网络类型”是哪种,是“专有网络”吗?
-------------------------
回 140楼(daiwdddd) 的帖子
您好,
抱歉延时回复。
现在测试,您的ipv6隧道地址还是ping不通,
PING 2001:470:18:886::2(2001:470:18:886::2) 56 data bytes
--- 2001:470:18:886::2 ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 4999ms
-------------------------
回 142楼(gt888) 的帖子
您好,
因为负载均衡的IP管理权限不在您这里,所以可能无法设置ipv6隧道地址喔。
但您可以尝试用其它方法来尝试,如其他网友提到过的,用国外的 ipv6 proxy 来转发,或用国外的 ipv6 CDN 来分发。
-------------------------
回 146楼(aquare) 的帖子
您好,
从国外的测试机来访问测试,http是不成功。
建议您检查一下系统的防火墙,看是否有阻止外网访问。
converted 'http://ipv6.51cs8.com' (ANSI_X3.4-1968) -> 'http://ipv6.51cs8.com' (UTF-8)
--2017-05-15 16:06:55--
http://ipv6.51cs8.com/
Resolving ipv6.51cs8.com (ipv6.51cs8.com)... 2001:470:18:fe::2
Connecting to ipv6.51cs8.com (ipv6.51cs8.com)|2001:470:18:fe::2|:80... failed: Connection timed out.
Retrying.
--2017-05-15 16:08:00-- (try: 2)
http://ipv6.51cs8.com/
Connecting to ipv6.51cs8.com (ipv6.51cs8.com)|2001:470:18:fe::2|:80...
-------------------------
回 148楼(chisj) 的帖子
您好,
可能对于ipv6的防火墙服务,是 ip6tables 。
-------------------------
回 149楼(chisj) 的帖子
您好,
嗯,可以再细心检查,检查。
现在您的ipv6隧道地址好象ping不通了,
PING 2001:470:18:fe::2(2001:470:18:fe::2) 56 data bytes
--- 2001:470:18:fe::2 ping statistics ---
47 packets transmitted, 0 received, 100% packet loss, time 46031ms
-------------------------
回 154楼(chisj) 的帖子
您好,
现在我从国外的测试机测试,无法ping通您的ipv6隧道地址喔。
在Linux系统里,有时ipv6隧道地址会在约30分钟后掉(ping不通),建议您可以用ping命令一直保持着,让ipv6隧道地址不掉。
-------------------------
回 156楼(chisj) 的帖子
您好,
是的,在服务器里ping一个ipv6地址,如ipv6.google.com是可以的。
-------------------------
回 157楼(chisj) 的帖子
您好,
是的,可以。但您的Shell会话退出后,可能这个ping进程也会退出,不能继续ping了喔。可以尝试结合使用 nohup 的命令。
-------------------------
回 158楼(chisj) 的帖子
您好,
现在测试,可以ping得通喔:
PING 2001:470:18:fe::2(2001:470:18:fe::2) 56 data bytes
64 bytes from 2001:470:18:fe::2: icmp_seq=1 ttl=57 time=620 ms
64 bytes from 2001:470:18:fe::2: icmp_seq=2 ttl=57 time=601 ms
64 bytes from 2001:470:18:fe::2: icmp_seq=3 ttl=57 time=595 ms
-------------------------
回 159楼(chisj) 的帖子
您好,
您指的是用 Mac + iPhone 搭建的 NAT64/DNS64 环境,无法ping通 ipv6.51cs8.com 吗?
请问是ping域名返回不到IP地址,还是路由不到目标地址呢?
-------------------------
回 165楼(chisj) 的帖子
您好,
从dig的信息来看,是能查询到域名的ipv6地址,
但在Mac里,ping命令是默认可以ping通ipv4或ipv6地址吗?在Linux中,需要ping6的命令来ping通ipv6地址的喔。
-------------------------
回 169楼(chisj) 的帖子
您好,
抱歉您的APP这次还是不能通过审核,
苹果的回复里提到,是尝试登录到APP时,弹出了错误信息(we received an error message when we attempted to log in the app),
具体的错误信息是什么呢?苹果还提供了截图,能否也贴上截图?
-------------------------
回 171楼(cxck) 的帖子
您好,
欢迎来到阿里云论坛。
当您填写的网址是https时,或许需要检查系统中的ipv6地址是否在443端口监听使用喔(并不是80端口)。
请运行 netstat -noa | grep 443 的端口试试哩。
-------------------------
回 173楼(cxck) 的帖子
您好,
在Web里的ssl配置文件里增加上ipv6的网络接口啊。
-------------------------
回 175楼(cxck) 的帖子
您好,
现在好象ping6不通您的ipv6隧道地址喔:
root@los:~# ping6
www.cxckquhuan.com
PING
www.cxckquhuan.com(Cxckquahuan-1-pt.tunnel.tserv20.hkg1.ipv6.he.net) 56 data bytes
---
www.cxckquhuan.com ping statistics ---
8 packets transmitted, 0 received, 100% packet loss, time 6999ms
-------------------------
回 178楼(cxb0dly0zz) 的帖子
您好,
欢迎来到阿里云论坛。
能否看一下您的当前路由表呢?如运行 route -6 的命令,看看输出结果。
-------------------------
回 180楼(cxb0dly0zz1) 的帖子
您好,
您指的两台机子互相ping6 ipv6的地址,不能通吗?
那这两台机子,能ping6通外网的,如 ipv6.google.com 的地址吗?
-------------------------
回 182楼(cxb0dly0zz1) 的帖子
您好,
是的,有可能是因为其中一台的ipv6默认路由不生效哩。
-------------------------
回 184楼(等火车) 的帖子
您好,
在另一个帖子里看到您说已经解决了喔:
https://bbs.aliyun.com/read/299254.html?displayMode=1&page=13#881075
-------------------------
回 186楼(等火车) 的帖子
您好,
请问能否查看一下当前的ipv6路由表呢?
-------------------------
回 189楼(法克金嗯嗯) 的帖子
您好,
欢迎来到阿里云论坛。
现在从我这里测试,好象返回的是403禁止访问的错误提示喔:
converted 'http://[2001:470:c:176::2]' (ANSI_X3.4-1968) -> 'http://[2001:470:c:176::2]' (UTF-8)
--2017-06-02 14:40:25-- http://[2001:470:c:176::2]/
Connecting to [2001:470:c:176::2]:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2017-06-02 14:40:25 ERROR 403: Forbidden.
-------------------------
回 191楼(法克金嗯嗯) 的帖子
您好,
很高兴听到您已经解决问题了喔。
-------------------------
回 193楼(nhwuxiaojun) 的帖子
您好,
欢迎来到阿里云论坛。
我没有使用过金融云里的ECS产品,
不过,之前有用户曾反馈过类似的现象,
或许金融云默认的安全规则会比普通的ECS产品严格些,所以需要额外调整一下,
您可以多次尝试,或请官方的客服协助您一下喔:
https://workorder.console.aliyun.com/
-------------------------
回 195楼(dialect) 的帖子
您好,
欢迎来到阿里云论坛。
从外网测试您的ipv6隧道地址,是正常的(返回404):
--2017-06-21 09:41:17-- http://[2001:470:c:393::2]/
Connecting to [2001:470:c:393::2]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-06-21 09:41:18 ERROR 404: Not Found.
被拒的原因,有可能是APP软件本身不支持ipv6环境。
请问您的APP是如何构建的呢?
-------------------------
回 197楼(dialect) 的帖子
您好,
现在我从外网测试的话,是可以访问的喔:
--2017-06-21 14:25:53--
https://api.oudalady.com/
Resolving api.oudalady.com (api.oudalady.com)... 2001:470:c:393::2
Connecting to api.oudalady.com (api.oudalady.com)|2001:470:c:393::2|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-06-21 14:25:54 ERROR 404: Not Found.
-------------------------
回 200楼(fliu) 的帖子
您好,
欢迎来到阿里云论坛。
现在我测试,您的隧道地址ping6不通喔。
PING 2001:470:c:5ca::2(2001:470:c:5ca::2) 56 data bytes
--- 2001:470:c:5ca::2 ping statistics ---
10 packets transmitted, 0 received, 100% packet loss, time 9007ms
-------------------------
回 202楼(fliu) 的帖子
您好,
请问还是之前的这个ipv6隧道地址吗?
如果是,现在我还是ping6不通喔:
PING 2001:470:c:5ca::2(2001:470:c:5ca::2) 56 data bytes
--- 2001:470:c:5ca::2 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 3998ms
-------------------------
回 204楼(fliu) 的帖子
您好,
请问现在在系统里,能ping6通ipv6.google.com或其它ipv6地址吗?
-------------------------
回 206楼(fliu) 的帖子
您好,
那就奇怪了。
能否运行 ifconfig 和 ping6 ipv6.google.com 的截图看看呢?
-------------------------
回 208楼(fliu) 的帖子
您好,
能否检查一下您的系统里,是否有启用防火墙,或ECS的安全组是否有过滤的规则?
-------------------------
回 210楼(法克金嗯嗯) 的帖子
您好,
暂时我没有遇到类似的现象,
能否提供您在电脑里测试ping不通的截图,大家一起看看?
-------------------------
回 212楼(法克金嗯嗯) 的帖子
您好,
是喔,需要先确认ipv6域名解析有效喔。
-------------------------
回 214楼(我的天啊666) 的帖子
您好,
欢迎来到阿里云论坛。
现在测试,可以正常连接到80端口喔。
--2017-08-05 10:18:02--
http://app6.51dtwl.com/
Resolving app6.51dtwl.com (app6.51dtwl.com)... 2001:470:18:3aa::2
Connecting to app6.51dtwl.com (app6.51dtwl.com)|2001:470:18:3aa::2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘index.html.2’
-------------------------
回 216楼(我的天啊666) 的帖子
您好,
现在为您测试,好象成功的啊。
-------------------------
回 219楼(yingegou) 的帖子
您好,
现在我从外网ping6不通您的隧道地址喔。
如果可以的话,您可以尝试在安全组规则里临时放行所有的协议和端口,对比测试一下。
-------------------------
回 222楼(babos) 的帖子
您好,
很高兴听到您已经解决了问题,欢迎有空时,多来论坛逛逛。
-------------------------
回 223楼(咯咯嘿嘿) 的帖子
您好,
欢迎来到阿里云论坛。
可以尝试用 nohup 的命令,把ping6命令放到后台长驻运行。
-------------------------
回 227楼(cheyuu) 的帖子
您好,
欢迎来到阿里云论坛。
较“粗野”的方法是:重启系统。
-------------------------
回 229楼(cheyuu) 的帖子
您好,
现在我也是能ping6通您的隧道地址的,如果苹果苹果还是卡在ipv6这里,建议先检查APP的ipv6兼容性(可在本地模拟网络测试)。
PING 2001:470:c:12a3::2(2001:470:c:12a3::2) 56 data bytes
64 bytes from 2001:470:c:12a3::2: icmp_seq=1 ttl=59 time=325 ms
64 bytes from 2001:470:c:12a3::2: icmp_seq=2 ttl=59 time=331 ms
64 bytes from 2001:470:c:12a3::2: icmp_seq=3 ttl=59 time=321 ms
64 bytes from 2001:470:c:12a3::2: icmp_seq=4 ttl=59 time=312 ms
-------------------------
回 231楼(cheyuu) 的帖子
您好,
有的情况是,ipv6隧道地址在约20~30分钟内无数据交互,可能会“掉”(ping6不通)的,
您可以先排除这个现象。
-------------------------
回 236楼(独凭栏) 的帖子
您好,
如果您不是将绑定隧道地址的命令设置成为开机自动运行,
那重启系统后,隧道地址可能会掉的喔,
您能在当前系统上查看到隧道地址的配置信息吗?
-------------------------
回 238楼(独凭栏) 的帖子
您好,
请问您之前是用哪些命令来配置ipv6隧道地址的呢?
-------------------------
回 242楼(独凭栏) 的帖子
您好,
可以尝试调整实例的安全组规则,
如放行全部的协议后,再对比试试。
-------------------------
回 244楼(独凭栏) 的帖子
您好,
测试本地的ipv6地址,是什么结果呢?
如 ping6 ::1
ping6
www.100rd.com
-------------------------
回 246楼(独凭栏) 的帖子
您好,
好象您的隧道地址有时能ping6通,有时不能。
建议后台长驻运行一条ping6命令看看,如 nohup ping6 ipv6.google.com
-------------------------
回 246楼(独凭栏) 的帖子
您好,
现在从外网测试,您的隧道地址网站能访问了,
liujia@hk2:~$ wget -6
www.100rd.com
--2017-10-17 17:18:11--
http://www.100rd.com/
Resolving
www.100rd.com (www.100rd.com)... 2001:470:1f06:327::2
Connecting to
www.100rd.com (www.100rd.com)|2001:470:1f06:327::2|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: /index.html [following]
--2017-10-17 17:18:13--
http://www.100rd.com/index.html
Reusing existing connection to [
www.100rd.com]:80.
HTTP request sent, awaiting response... 200 OK
Length: 45552 (44K) [text/html]
Saving to: ‘index.html.6’
-------------------------
回 249楼(魔笛手) 的帖子
您好,
请问您的ECS实例网络类型是“专有网络”的吗?
-------------------------
回 251楼(帅到天涯) 的帖子
版主回复:
或许您可以在实例的安全组规则里,放行所有协议,或对he.net的服务器允许访问。
-------------------------
Re:回 253楼(友链) 的帖子
版主回复:
至少目前我尝试从外网测试,ping6不能您的ipv6隧道地址喔:
$ ping6
www.whoju.com
PING
www.whoju.com(huju-1-pt.tunnel.tserv20.hkg1.ipv6.he.net) 56 data bytes
---
www.whoju.com ping statistics ---
10 packets transmitted, 0 received, 100% packet loss, time 9072ms
-------------------------
Re:回 255楼(友链) 的帖子
版主回复:
好象现在测试,还是不可以喔:
$ wget -6
www.whoju.com
--2017-11-10 11:23:56--
http://www.whoju.com/
Resolving
www.whoju.com (www.whoju.com)... 2001:470:18:c11::2
Connecting to
www.whoju.com (www.whoju.com)|2001:470:18:c11::2|:80... failed: Connection timed out.
Retrying.
-------------------------
回 257楼(jacky1204) 的帖子
版主回复:
看起来,好象您的命令脚本,1.sh 不是很符合实际的情况。
可以尝试再调整一下,或用he提供的例子命令。
-------------------------
回 259楼(ap6554s5w) 的帖子
版主回复:
个人较“生硬”的做法是,逐条命令来执行,如有错,再根据具体的错误信息来排查哩。
-------------------------
回 261楼(真的虾米) 的帖子
版主回复:
是哩。在实践中,先ping6通,才能使用隧道地址,我们管这叫“激活”。
您可以使用nohup等工具,将ping6放到后台或自动运行,可能就可以一直保持“激活”状态了。
-------------------------
回 263楼(肉松小贝) 的帖子
版主回复:
如果在绑定ipv6隧道地址之前,您的ubuntu系统没有启用ipv6,请先启用ipv6喔,如能ping6通 ::1。
-------------------------
回 266楼(11提供给个) 的帖子
版主回复:
看起来,您的隧道地址,从外网ping6不通呢:
$ ping6 2001:470:1f04:101e::2
PING 2001:470:1f04:101e::2(2001:470:1f04:101e::2) 56 data bytes
--- 2001:470:1f04:101e::2 ping statistics ---
58 packets transmitted, 0 received, 100% packet loss, time 57000ms
-------------------------
回 267楼(御峰金服) 的帖子
版主回复:
现在测试,好象您的ipv6隧道地址信息失效了:
$ ping6 2001:470:39:693::1
PING 2001:470:39:693::1(2001:470:39:693::1) 56 data bytes
From 2001:470:0:24b::2 icmp_seq=1 Destination unreachable: No route
From 2001:470:0:24b::2 icmp_seq=2 Destination unreachable: No route
From 2001:470:0:24b::2 icmp_seq=3 Destination unreachable: No route
From 2001:470:0:24b::2 icmp_seq=4 Destination unreachable: No route
-------------------------
回 288楼(hammondzhw) 的帖子
您好,我没用过NAT网关,但在he官方常见问答里提到重要的两点:可以响应 ICMP 及允许41协议通过。
Two important notes:
Your IPv4 endpoint address must be reachable via ICMP ECHO_REQUEST (Internet Control Message Protocol).
If you are using a NAT (Network Address Translation) appliance, please make sure it allows and forwards IP protocol 41.
-------------------------
回 290楼(xxjava) 的帖子
您好,
一般情况下,需要删除之前在系统里已经配置的IPv6隧道地址信息,再重新绑。就是不能重复绑定。