• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

[SOLVED]My httpServer can not by testing..

Started by JackYang, December 28, 2013, 07:40:18 PM

Previous topic - Next topic

JackYang

When I study my HE's testing.....has some problem ?

HE'system say My system:

IPv6 ConnectivityFAILCould not connect to ifamily.idv.tw on port 80 over IPv6.

but, I test http://www.ifamily.idv.tw/jack.html is OK

Everyboday, Can help me , How can I do something to edit my httpd.conf of Http Server by ( Linux System )?

best Regards,
Jack Yang.

broquea

Definitely not connecting over IPv6, to either hostname:

:~$ telnet ifamily.idv.tw 80
Trying 2001:b030:130c:1:10:36:3:56...
Trying 220.128.59.100...
Connected to ifamily.idv.tw.
Escape character is '^]'.
^C^]
telnet> Connection closed.
~$ telnet www.ifamily.idv.tw 80
Trying 2001:b030:130c:1:10:36:3:56...
Trying 36.224.34.118...
Connected to www.ifamily.idv.tw.
Escape character is '^]'.
^C^]

JackYang

Quote from: broquea on December 28, 2013, 09:24:54 PM
Definitely not connecting over IPv6, to either hostname:

:~$ telnet ifamily.idv.tw 80
Trying 2001:b030:130c:1:10:36:3:56...
Trying 220.128.59.100...
Connected to ifamily.idv.tw.
Escape character is '^]'.
^C^]
telnet> Connection closed.
~$ telnet www.ifamily.idv.tw 80
Trying 2001:b030:130c:1:10:36:3:56...
Trying 36.224.34.118...
Connected to www.ifamily.idv.tw.
Escape character is '^]'.
^C^]


Thanks for your help!!

Now, Waiting for my DNS Record changing..... If I have some issue, will post other issue again !!

Best Regards,

kasperd

2001:b030:130c:1:10:36:3:56 cannot be reached because 2001:b030:130c:ff01::1 is blocking the traffic. It might be that 2001:b030:130c:ff01::1 is a misconfigured firewall.

JackYang

#4
Quote from: kasperd on December 29, 2013, 01:28:01 AM
2001:b030:130c:1:10:36:3:56 cannot be reached because 2001:b030:130c:ff01::1 is blocking the traffic. It might be that 2001:b030:130c:ff01::1 is a misconfigured firewall.

Yes,You are Right!!

Thanks for your all help, The problem is solved.

Best Regards,
Jack Yang