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

Need assistance on Enthusiast Level

Started by anirbansengupta, July 09, 2020, 04:04:28 AM

Previous topic - Next topic

anirbansengupta

I have setup the txt file to my website but it says "Failed to connect to anirbansengupta.co port 80: Connection timed out" repeatedly while trying out the test. Any help will be highly appreciated.

gnarlymarley

This part of the test will work on IPv6 only.  It does not seem to matter which of your IPv6 addresses I route down as I get a timeout.  Appears to be a routing issue.

C:\>tracert -6 anirbansengupta.co

Tracing route to anirbansengupta.co [2405:201:6408:2fd4:d45:9a3e:a5df:e90]
over a maximum of 30 hops:

  3    67 ms    53 ms    54 ms  10ge11-19.core4.fmt2.he.net [2001:470:0:45::1]
  4    57 ms    54 ms    54 ms  100ge14-1.core1.sjc2.he.net [2001:470:0:3d3::1]
  5    69 ms    79 ms    66 ms  100ge15-1.core1.lax1.he.net [2001:470:0:358::2]
  6    65 ms    64 ms    64 ms  2001:504:0:3:0:13:2410:1
  7   267 ms   259 ms   259 ms  2403:1a80:0:901:103:198:140:182
  8   260 ms   266 ms   259 ms  2403:1a80:0:901:103:198:140:183
  9   333 ms   336 ms   349 ms  2405:200:109::1:0:4
10   321 ms   317 ms   317 ms  2405:201:6408:2800:a8df:862a:6571:8047
11     *        *        *     Request timed out.
12     *        *        *     Request timed out.
13     *        *        *     Request timed out.
14     *        *        *     Request timed out.

YASSKYLIGHT

Hello.

I wish confirm what all test should work via IPv6.
Block pinging your addresses is a bad idea at all, especially during testing (If you do this, sure).
Look at your domain ping:

user@Ubuntu-Desktop:~$ ping anirbansengupta.co
PING anirbansengupta.co(2405:201:6408:2fd4:9cea:65b7:1e1b:abc5 (2405:201:6408:2fd4:9cea:65b7:1e1b:abc5)) 56 data bytes
^C
--- anirbansengupta.co ping statistics ---
73 packets transmitted, 0 received, 100% packet loss, time 73729ms


user@Ubuntu-Desktop:~$ ping -4 anirbansengupta.co
PING anirbansengupta.co (148.66.138.140) 56(84) bytes of data.
64 bytes from 148.66.138.140 (148.66.138.140): icmp_seq=1 ttl=41 time=203 ms
64 bytes from 148.66.138.140 (148.66.138.140): icmp_seq=2 ttl=41 time=203 ms
64 bytes from 148.66.138.140 (148.66.138.140): icmp_seq=3 ttl=41 time=203 ms
64 bytes from 148.66.138.140 (148.66.138.140): icmp_seq=4 ttl=41 time=203 ms
^C
--- anirbansengupta.co ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 203.277/203.379/203.446/0.064 ms


When I connecting to your domain via web browser I receive:
Forbidden
You don't have permission to access this resource.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

And this possible only via IPv4, since via IPv6 it's not accessible!

I wish recommend you to use 3-rd domain level for this kind purposes, for example ipv6.anirbansengupta.co.
And look to your web server, in case of access rights and available files (not only *.html).