Windows Server 2011 not connecting
Carmen Sandiego on Tuesday, 22 February 2011 14:46:29
I'm not able to connect to my v6 tunnel. Traceroutes to the PoP's IPv6 always fail with "Request timed out." Here is the batch script that I am using to create my tunnel connection at startup:
@echo off
REM echo Adding interface...
netsh interface ipv6 add v6v4tunnel SixXSTunnel 192.168.1.2 66.117.47.228
REM echo Adding address...
netsh interface ipv6 add address SixXSTunnel 2001:4830:1600:349::2
REM echo Adding default route...
netsh interface ipv6 add route ::/0 SixXSTunnel 2001:4830:1600:349::1 publish=yes
REM echo Setting proper MTU...
netsh interface ipv6 set subinterface "SixXSTunnel" mtu=1480
REM echo Enabling ICMP echo...
netsh firewall set icmpsetting type=all mode=enable profile=all
The tunnel that I am using is T57941. I set the MTU to 1480 in the tunnel's information page. IPv4 traceroutes always succeed as seen:
>tracert 66.117.47.228
Tracing route to iad0-sixxs.hotnic.net [66.117.47.228]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 192.168.1.1
2 * * * Request timed out.
3 13 ms 8 ms 7 ms 96-34-78-118.static.kgpt.tn.charter.com [96.34.78.118]
4 9 ms 9 ms 9 ms 96-34-78-80.static.kgpt.tn.charter.com [96.34.78.80]
5 9 ms 8 ms 11 ms bbr01sghlga-tge-0-1-0-1.sghl.ga.charter.com [96.34.2.70]
6 20 ms 19 ms 23 ms bboi-atlanta-charter.bboi.net [66.216.1.133]
7 28 ms 33 ms 32 ms ash-ten3-1-atl-ten3-1.bboi.net [66.216.1.158]
8 32 ms 31 ms 57 ms p2-ash.cirn.net [206.223.115.135]
9 28 ms 31 ms 32 ms 173.245.102.163
10 29 ms 32 ms 29 ms 209.222.130.107
11 31 ms 37 ms 33 ms iad0-sixxs.hotnic.net [66.117.47.228]
Trace complete.
I've been trying for two days now to resolve the problem and have failed. Any help is appreciated.
Thanks in advanced.
Also, a small side note: Using the same script to configure a HE tunnel (used as a test) works.
Windows Server 2011 not connecting
Jeroen Massar on Tuesday, 22 February 2011 15:31:22 netsh interface ipv6 add v6v4tunnel SixXSTunnel 192.168.1.2 66.117.47.228
You are behind a NAT and would have to configure your NAT box properly for that to ever work correctly.
Windows Server 2011 not connecting
Carmen Sandiego on Tuesday, 22 February 2011 15:32:05
Yes. The server is DMZ'd.
Windows Server 2011 not connecting
Jeroen Massar on Tuesday, 22 February 2011 19:02:02
I would then start looking at interface tables, routing entries and the other things requested on the "reporting problems / checklist" as referenced by that big orange box when posting something.
Windows Server 2011 not connecting
Carmen Sandiego on Tuesday, 22 February 2011 20:17:23
The issue seems to have resolved itself. I'm unsure how or why, but it suddenly started working.
Posting is only allowed when you are logged in. |