Hurricane Electric's IPv6 Tunnel Broker Forums
June 20, 2013, 05:06:47 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Hurricane Electric's Tunnelbroker.net forums!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: [SOLVED] Can't ping ipv6 from outside (Enthusiast Test Failure)  (Read 1972 times)
xiaomao5
Newbie
*
Posts: 7


View Profile
« on: July 09, 2011, 07:30:37 am »

I have set up a tunnel (but not he.net as I am NAT'ed). When I try the test. Everything works fine. I can grab this file without any problems: http://xiaomao5.cz.cc/2k6t62gkqb.txt. But it seems like the testing server can't grab it.(The site is IPv6-only and they can't grab thru IPv6?) I am running IIS7.5 on Windows 7.

Note: I did the test, along with administrator, with Nginx, but I still can't ping my tunnel from outside. The ping problem is windows firewall.
« Last Edit: July 12, 2011, 01:06:27 pm by xiaomao5 » Logged

<a href="http://ipv6.he.net/certification/scoresheet.php?pass_name=xiaomao5" target="_blank"><img src="http://ipv6.he.net/certification/create_badge.php?pass_name=xiaomao5&badge=2" width=250 height=194 border=0 alt="IPv6 Certification Badge for xiaomao5"></img></a>
johnpoz
Full Member
***
Posts: 114


View Profile
« Reply #1 on: July 09, 2011, 08:16:07 am »

Well what I can tell you is that is not open on port 80, so kind of hard to grab anything

check it yourself
http://www.subnetonline.com/pages/ipv6-network-tools/online-ipv6-port-scanner.php

I show you resolving to this

;; QUESTION SECTION:
;xiaomao5.cz.cc.                        IN      AAAA

;; ANSWER SECTION:
xiaomao5.cz.cc.         197     IN      AAAA    2001:4830:1100:122::2


Logged

xiaomao5
Newbie
*
Posts: 7


View Profile
« Reply #2 on: July 09, 2011, 11:39:26 am »

Well what I can tell you is that is not open on port 80, so kind of hard to grab anything

check it yourself
http://www.subnetonline.com/pages/ipv6-network-tools/online-ipv6-port-scanner.php

I show you resolving to this

;; QUESTION SECTION:
;xiaomao5.cz.cc.                        IN      AAAA

;; ANSWER SECTION:
xiaomao5.cz.cc.         197     IN      AAAA    2001:4830:1100:122::2


I tried to ping my IP from outside, it doesn't work so it's the tunnel broker's fault. I'll try to fix that.
Logged

<a href="http://ipv6.he.net/certification/scoresheet.php?pass_name=xiaomao5" target="_blank"><img src="http://ipv6.he.net/certification/create_badge.php?pass_name=xiaomao5&badge=2" width=250 height=194 border=0 alt="IPv6 Certification Badge for xiaomao5"></img></a>
xiaomao5
Newbie
*
Posts: 7


View Profile
« Reply #3 on: July 09, 2011, 12:24:07 pm »

Did it with nginx on IPv6. This means I can still develop PHP with IIS on IPv4.
Logged

<a href="http://ipv6.he.net/certification/scoresheet.php?pass_name=xiaomao5" target="_blank"><img src="http://ipv6.he.net/certification/create_badge.php?pass_name=xiaomao5&badge=2" width=250 height=194 border=0 alt="IPv6 Certification Badge for xiaomao5"></img></a>
johnpoz
Full Member
***
Posts: 114


View Profile
« Reply #4 on: July 10, 2011, 06:29:16 am »

"I tried to ping my IP from outside, it doesn't work so it's the tunnel broker's fault."

How is not able to ping your IPv6 address the tunnel brokers fault?  Is the tunnel up?  If so then I would guess your firewall is blocking any traffic on your ipv6 network that your not allowing.  Or its not listening even for stuff like 80.
Logged

xiaomao5
Newbie
*
Posts: 7


View Profile
« Reply #5 on: July 10, 2011, 06:32:57 am »

"I tried to ping my IP from outside, it doesn't work so it's the tunnel broker's fault."

How is not able to ping your IPv6 address the tunnel brokers fault?  Is the tunnel up?  If so then I would guess your firewall is blocking any traffic on your ipv6 network that your not allowing.  Or its not listening even for stuff like 80.

I think SixXS blocked ICMP or didn't provide it at all. At least I can't ping it at http://www.berkom.blazing.de/tools/ping.cgi?STR=2001%3A4830%3A1100%3A122%3A%3A2.
Logged

<a href="http://ipv6.he.net/certification/scoresheet.php?pass_name=xiaomao5" target="_blank"><img src="http://ipv6.he.net/certification/create_badge.php?pass_name=xiaomao5&badge=2" width=250 height=194 border=0 alt="IPv6 Certification Badge for xiaomao5"></img></a>
cholzhauer
Hero Member
*****
Posts: 2094


View Profile
« Reply #6 on: July 10, 2011, 02:15:09 pm »

Last I knew, SIXXS was like HE and didn't block anything
Logged
xiaomao5
Newbie
*
Posts: 7


View Profile
« Reply #7 on: July 10, 2011, 04:36:22 pm »

I don't know what the problem is, but I just can't ping my host from outside. However I can access the server through HTTP and SMTP from outside.
Logged

<a href="http://ipv6.he.net/certification/scoresheet.php?pass_name=xiaomao5" target="_blank"><img src="http://ipv6.he.net/certification/create_badge.php?pass_name=xiaomao5&badge=2" width=250 height=194 border=0 alt="IPv6 Certification Badge for xiaomao5"></img></a>
cholzhauer
Hero Member
*****
Posts: 2094


View Profile
« Reply #8 on: July 10, 2011, 05:51:33 pm »

Turn off your firewall and try
Logged
johnpoz
Full Member
***
Posts: 114


View Profile
« Reply #9 on: July 12, 2011, 12:20:44 pm »

Yeah I don't see a "tunnel" broker blocking stuff - that would clearly be counter intuitive to what a broker does Wink  I for sure do not see them blocking something as useful and required in troubleshooting as icmp.

What is your OS or firewall, windows for example blocks ICMP out of the box and you have to enable it.
Logged

xiaomao5
Newbie
*
Posts: 7


View Profile
« Reply #10 on: July 12, 2011, 12:33:40 pm »

Yeah I don't see a "tunnel" broker blocking stuff - that would clearly be counter intuitive to what a broker does Wink  I for sure do not see them blocking something as useful and required in troubleshooting as icmp.

What is your OS or firewall, windows for example blocks ICMP out of the box and you have to enable it.

That's probably the reason, but how to do it on Windows??
Logged

<a href="http://ipv6.he.net/certification/scoresheet.php?pass_name=xiaomao5" target="_blank"><img src="http://ipv6.he.net/certification/create_badge.php?pass_name=xiaomao5&badge=2" width=250 height=194 border=0 alt="IPv6 Certification Badge for xiaomao5"></img></a>
cholzhauer
Hero Member
*****
Posts: 2094


View Profile
« Reply #11 on: July 12, 2011, 12:40:44 pm »

http://technet.microsoft.com/en-us/library/cc749323(WS.10).aspx
Logged
xiaomao5
Newbie
*
Posts: 7


View Profile
« Reply #12 on: July 12, 2011, 01:05:24 pm »

Success. Thanks to everyone.
Logged

<a href="http://ipv6.he.net/certification/scoresheet.php?pass_name=xiaomao5" target="_blank"><img src="http://ipv6.he.net/certification/create_badge.php?pass_name=xiaomao5&badge=2" width=250 height=194 border=0 alt="IPv6 Certification Badge for xiaomao5"></img></a>
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!