SixXS::Sunset 2017-06-06

Win XP SP2 Setup
[nl] Shadow Hawkins on Wednesday, 09 March 2005 09:08:40
Hey Guys, can you please help me with my ipv6 setup om my Win XP SP2 machine? I normally connected directly to my cable modem, and all worked fine, but since i put a router between it (US Robotics, and my machine is in the DMZ of the router) I can't get it to work!! It's driving me crazy! Here are the logs of all the netsh commands I did. Sorry that it is in dutch, I have a dutch Win XP :S My ipv4 local is heartbeat My ipv4 POP is 213.204.193.2 (can ping it) My ipv6 local is 2001:960:2:4a3::2 (can ping it) My ipv6 remote is 2001:960:2:4a3::1 (CANNOT PING IT) Let me know if you need more information! thanx in advance!! Actieve status onderzoeken... Publ. Type Met Voorvoegsel Idx Naam gateway/interface ------- -------- ---- ------------------------ --- ------------------------ no Handmatig 1 2001:960:2:4a3::/64 7 aiccu no Handmatig 1 ::/0 7 aiccu no Handmatig 0 2001:960:2:4a3::/64 5 Internet no Handmatig 0 ::/0 5 Internet Actieve status onderzoeken... Interface 7: aiccu Adrestype DAD-status Geldigheid Voorkeur Adres --------- ---------- ------------ ------------ ----------------------------- Handmatig Voorkeur infinite infinite 2001:960:2:4a3::2 Verbinding Voorkeur infinite infinite fe80::7:c0a8:7b64 Interface 6: Teredo Tunneling Pseudo-Interface Adrestype DAD-status Geldigheid Voorkeur Adres --------- ---------- ------------ ------------ ----------------------------- Verbinding Voorkeur infinite infinite fe80::5445:5245:444f Interface 5: Internet Adrestype DAD-status Geldigheid Voorkeur Adres --------- ---------- ------------ ------------ ----------------------------- Handmatig Voorkeur infinite infinite 2001:960:2:4a3::2 Verbinding Voorkeur infinite infinite fe80::210:dcff:fe9b:c84d Interface 4: LAN-verbinding 2 Adrestype DAD-status Geldigheid Voorkeur Adres --------- ---------- ------------ ------------ ----------------------------- Verbinding Voorlopig infinite infinite fe80::202:44ff:fe19:b1cc Interface 2: Automatic Tunneling Pseudo-Interface Adrestype DAD-status Geldigheid Voorkeur Adres --------- ---------- ------------ ------------ ----------------------------- Verbinding Voorkeur infinite infinite fe80::5efe:192.168.123.100 Interface 1: Loopback Pseudo-Interface Adrestype DAD-status Geldigheid Voorkeur Adres --------- ---------- ------------ ------------ ----------------------------- Loopback Voorkeur infinite infinite ::1 Verbinding Voorkeur infinite infinite fe80::1 Actieve status onderzoeken... Idx Met MTU Status Naam --- --- ----- ------------ ----- 7 1 1280 Verbonden aiccu 6 2 1280 Verbinding verbroken Teredo Tunneling Pseudo-Interface 5 0 1500 Verbonden Internet 4 0 1500 Verbinding verbroken LAN-verbinding 2 3 1 1280 Verbonden 6to4 Pseudo-Interface 2 1 1280 Verbonden Automatic Tunneling Pseudo-Interface 1 0 1500 Verbonden Loopback Pseudo-Interface 6over4-status : default V4-compatibele adressen: default Actieve status onderzoeken... Parameters voor tijdelijke adressen --------------------------------------------- Tijdelijke adressen gebruiken : disabled Dubbele adressen detecteren (poging): 5 Maximale geldigheid levensduur : 7d Maximale levensduur (voorkeur) : 1d Tijd opnieuw genereren : 5s Maximale willekeurige tijd : 10m Willekeurige tijd : 2m47s Geen vermeldingen gevonden. Teredo-parameters --------------------------------------------- Type : default Servernaam : default Vernieuwingsinterval voor clients: default Clientpoort : default Status : offline Fout : geen Interface 7: aiccu Internet-adres Fysiek adres Type -------------------------------------------- ----------------- ----------- fe80::7:c0a8:7b64 192.168.123.100 Permanent 2001:960:2:4a3::2 192.168.123.100 Permanent Interface 6: Teredo Tunneling Pseudo-Interface Internet-adres Fysiek adres Type -------------------------------------------- ----------------- ----------- fe80::5445:5245:444f 0.0.0.0:0 Permanent Interface 5: Internet Internet-adres Fysiek adres Type -------------------------------------------- ----------------- ----------- fe80::210:dcff:fe9b:c84d 00-10-dc-9b-c8-4d Permanent 2001:960:2:4a3::2 00-10-dc-9b-c8-4d Permanent Interface 4: LAN-verbinding 2 Internet-adres Fysiek adres Type -------------------------------------------- ----------------- ----------- fe80::202:44ff:fe19:b1cc Niet volledig Interface 2: Automatic Tunneling Pseudo-Interface Internet-adres Fysiek adres Type -------------------------------------------- ----------------- ----------- fe80::5efe:192.168.123.100 127.0.0.1 Permanent Interface 1: Loopback Pseudo-Interface Internet-adres Fysiek adres Type -------------------------------------------- ----------------- ----------- fe80::1 Permanent ::1 Permanent ;( :z
Win XP SP2 Setup
[ch] Jeroen Massar SixXS Staff on Wednesday, 09 March 2005 09:56:58
As you mention your endpoint is in the DMZ of the NAT box, and as you have an AICCU interface it seems it should work, that is if the NAT box does really have working DMZ stuff. The following is wrong: 8<----------------- no Handmatig 1 2001:960:2:4a3::/64 7 aiccu no Handmatig 1 ::/0 7 aiccu no Handmatig 0 2001:960:2:4a3::/64 5 Internet no Handmatig 0 ::/0 5 Internet ----------------->8 And is most likely blocking your connectivity. Stop AICCU, then do a "netsh interface ipv6 reset", check "netsh interface ipv6 show route" and see if it is still there. If it is, do a 'netsh interface ipv6 uninstall" reboot and then start AICCU (which does a 'netsh interface ipv6 install ' for you). It then should work(tm) if your NAT box cooperates.
Win XP SP2 Setup
[nl] Shadow Hawkins on Wednesday, 09 March 2005 11:06:37
Ok, I did a "netsh interface ipv6 reset" and all routes are gone, so that should be working fine! thanks for that!! BUT: I still can't ping my ipv6 endpoint? I think my problem is the DMZ of the router, is there a way to check if that really works?
Win XP SP2 Setup
[ch] Jeroen Massar SixXS Staff on Wednesday, 09 March 2005 11:19:51
Download Ethereal and see if you are actually transmitting the packets and if you get anything back. The heartbeat mechanism works, 9 march at 09:01 and at 10:55 the tunnel was brought up. Thus only item left can be proto-41 filtering.
Win XP SP2 Setup
[nl] Shadow Hawkins on Wednesday, 09 March 2005 11:26:21
Did you restart AICCU? and isn't the Windows Firewall in SP2 blocking stuff? try doing netsh firewall set icmpsetting ALL ENABLE ALL this will enable all ICMP in/out on the firewall [edit] And as Jeroen Massar states it could be very well posible that Proto41 doesn't come through some where [edit]
Win XP SP2 Setup
[ch] Jeroen Massar SixXS Staff on Wednesday, 09 March 2005 11:29:13
AICCU enables ICMP on the aiccu interface it creates. Also, the default firewall does allow ping6 to go to the outside and back again. That said, if you would compare the linux 2.6.11.1 IPv6 firewall compared to the XPSP2 one, then you can easily say that the XP one is better because that one does support connection tracking ;) USAGI fixes it though and with a bit of luck it will be in 2.6.12.x
Win XP SP2 Setup
[nl] Shadow Hawkins on Wednesday, 09 March 2005 12:52:24
Ok guys, thanks for the replies! Here's what I so far have: already enabled all icmp on my firewall, and as you say the AICCU should do that automatically, so that's not the problem. I downloaded Ethereal, but cannot try it now, because I'm at my work and don't have acces to my home computer from here. So I'm gonna test that tonight and let you guys know the results.
Win XP SP2 Setup
[nl] Shadow Hawkins on Wednesday, 09 March 2005 19:02:45
So guys, this is what I see using Ethereal: I don't know what to do with it, but maybe you can say if its working or not? thanks!! No. Time Source Destination Protocol Info 1 0.000000 2001:960:2:4a3::2 2001:888:0:4::119 TCP 1315 > 119 [SYN] Seq=0 Ack=0 Win=16384 Len=0 MSS=1220 Frame 1 (98 bytes on wire, 98 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 213.204.193.2 (213.204.193.2) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 84 Identification: 0x1dfc (7676) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: IPv6 (0x29) Header checksum: 0x49a9 (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 213.204.193.2 (213.204.193.2) Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 24 Next header: TCP (0x06) Hop limit: 128 Source address: 2001:960:2:4a3::2 Destination address: 2001:888:0:4::119 Transmission Control Protocol, Src Port: 1315 (1315), Dst Port: 119 (119), Seq: 0, Ack: 0, Len: 0 Source port: 1315 (1315) Destination port: 119 (119) Sequence number: 0 (relative sequence number) Header length: 24 bytes Flags: 0x0002 (SYN) Window size: 16384 Checksum: 0xb5b7 (correct) Options: (4 bytes) No. Time Source Destination Protocol Info 2 0.000038 2001:960:2:4a3::2 2001:888:0:4::119 TCP 1316 > 119 [SYN] Seq=0 Ack=0 Win=16384 Len=0 MSS=1220 Frame 2 (98 bytes on wire, 98 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 213.204.193.2 (213.204.193.2) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 84 Identification: 0x1dfd (7677) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: IPv6 (0x29) Header checksum: 0x49a8 (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 213.204.193.2 (213.204.193.2) Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 24 Next header: TCP (0x06) Hop limit: 128 Source address: 2001:960:2:4a3::2 Destination address: 2001:888:0:4::119 Transmission Control Protocol, Src Port: 1316 (1316), Dst Port: 119 (119), Seq: 0, Ack: 0, Len: 0 Source port: 1316 (1316) Destination port: 119 (119) Sequence number: 0 (relative sequence number) Header length: 24 bytes Flags: 0x0002 (SYN) Window size: 16384 Checksum: 0x1b69 (correct) Options: (4 bytes) No. Time Source Destination Protocol Info 3 0.000065 2001:960:2:4a3::2 2001:888:0:4::119 TCP 1314 > 119 [SYN] Seq=0 Ack=0 Win=16384 Len=0 MSS=1220 Frame 3 (98 bytes on wire, 98 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 213.204.193.2 (213.204.193.2) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 84 Identification: 0x1dfe (7678) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: IPv6 (0x29) Header checksum: 0x49a7 (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 213.204.193.2 (213.204.193.2) Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 24 Next header: TCP (0x06) Hop limit: 128 Source address: 2001:960:2:4a3::2 Destination address: 2001:888:0:4::119 Transmission Control Protocol, Src Port: 1314 (1314), Dst Port: 119 (119), Seq: 0, Ack: 0, Len: 0 Source port: 1314 (1314) Destination port: 119 (119) Sequence number: 0 (relative sequence number) Header length: 24 bytes Flags: 0x0002 (SYN) Window size: 16384 Checksum: 0x5640 (correct) Options: (4 bytes) No. Time Source Destination Protocol Info 4 0.316715 192.168.123.100 193.67.79.202 NTP NTP Frame 4 (90 bytes on wire, 90 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 193.67.79.202 (193.67.79.202) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 76 Identification: 0x1dff (7679) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: UDP (0x11) Header checksum: 0xcf87 (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 193.67.79.202 (193.67.79.202) User Datagram Protocol, Src Port: 123 (123), Dst Port: 123 (123) Network Time Protocol No. Time Source Destination Protocol Info 5 12.093306 2001:960:2:4a3::2 2001:888:0:4::119 TCP 1317 > 119 [SYN] Seq=0 Ack=0 Win=16384 Len=0 MSS=1220 Frame 5 (98 bytes on wire, 98 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 213.204.193.2 (213.204.193.2) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 84 Identification: 0x1e0f (7695) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: IPv6 (0x29) Header checksum: 0x4996 (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 213.204.193.2 (213.204.193.2) Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 24 Next header: TCP (0x06) Hop limit: 128 Source address: 2001:960:2:4a3::2 Destination address: 2001:888:0:4::119 Transmission Control Protocol, Src Port: 1317 (1317), Dst Port: 119 (119), Seq: 0, Ack: 0, Len: 0 Source port: 1317 (1317) Destination port: 119 (119) Sequence number: 0 (relative sequence number) Header length: 24 bytes Flags: 0x0002 (SYN) Window size: 16384 Checksum: 0x6076 (correct) Options: (4 bytes) No. Time Source Destination Protocol Info 6 12.096202 2001:960:2:4a3::2 2001:888:0:4::119 TCP 1318 > 119 [SYN] Seq=0 Ack=0 Win=16384 Len=0 MSS=1220 Frame 6 (98 bytes on wire, 98 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 213.204.193.2 (213.204.193.2) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 84 Identification: 0x1e13 (7699) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: IPv6 (0x29) Header checksum: 0x4992 (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 213.204.193.2 (213.204.193.2) Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 24 Next header: TCP (0x06) Hop limit: 128 Source address: 2001:960:2:4a3::2 Destination address: 2001:888:0:4::119 Transmission Control Protocol, Src Port: 1318 (1318), Dst Port: 119 (119), Seq: 0, Ack: 0, Len: 0 Source port: 1318 (1318) Destination port: 119 (119) Sequence number: 0 (relative sequence number) Header length: 24 bytes Flags: 0x0002 (SYN) Window size: 16384 Checksum: 0xc642 (correct) Options: (4 bytes) No. Time Source Destination Protocol Info 7 12.098635 2001:960:2:4a3::2 2001:888:0:4::119 TCP 1319 > 119 [SYN] Seq=0 Ack=0 Win=16384 Len=0 MSS=1220 Frame 7 (98 bytes on wire, 98 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 213.204.193.2 (213.204.193.2) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 84 Identification: 0x1e17 (7703) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: IPv6 (0x29) Header checksum: 0x498e (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 213.204.193.2 (213.204.193.2) Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 24 Next header: TCP (0x06) Hop limit: 128 Source address: 2001:960:2:4a3::2 Destination address: 2001:888:0:4::119 Transmission Control Protocol, Src Port: 1319 (1319), Dst Port: 119 (119), Seq: 0, Ack: 0, Len: 0 Source port: 1319 (1319) Destination port: 119 (119) Sequence number: 0 (relative sequence number) Header length: 24 bytes Flags: 0x0002 (SYN) Window size: 16384 Checksum: 0xee00 (correct) Options: (4 bytes) No. Time Source Destination Protocol Info 8 15.089138 2001:960:2:4a3::2 2001:888:0:4::119 TCP 1319 > 119 [SYN] Seq=0 Ack=0 Win=16384 Len=0 MSS=1220 Frame 8 (98 bytes on wire, 98 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 213.204.193.2 (213.204.193.2) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 84 Identification: 0x1e18 (7704) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: IPv6 (0x29) Header checksum: 0x498d (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 213.204.193.2 (213.204.193.2) Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 24 Next header: TCP (0x06) Hop limit: 128 Source address: 2001:960:2:4a3::2 Destination address: 2001:888:0:4::119 Transmission Control Protocol, Src Port: 1319 (1319), Dst Port: 119 (119), Seq: 0, Ack: 0, Len: 0 Source port: 1319 (1319) Destination port: 119 (119) Sequence number: 0 (relative sequence number) Header length: 24 bytes Flags: 0x0002 (SYN) Window size: 16384 Checksum: 0xee00 (correct) Options: (4 bytes) No. Time Source Destination Protocol Info 9 15.089175 2001:960:2:4a3::2 2001:888:0:4::119 TCP 1317 > 119 [SYN] Seq=0 Ack=0 Win=16384 Len=0 MSS=1220 Frame 9 (98 bytes on wire, 98 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 213.204.193.2 (213.204.193.2) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 84 Identification: 0x1e19 (7705) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: IPv6 (0x29) Header checksum: 0x498c (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 213.204.193.2 (213.204.193.2) Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 24 Next header: TCP (0x06) Hop limit: 128 Source address: 2001:960:2:4a3::2 Destination address: 2001:888:0:4::119 Transmission Control Protocol, Src Port: 1317 (1317), Dst Port: 119 (119), Seq: 0, Ack: 0, Len: 0 Source port: 1317 (1317) Destination port: 119 (119) Sequence number: 0 (relative sequence number) Header length: 24 bytes Flags: 0x0002 (SYN) Window size: 16384 Checksum: 0x6076 (correct) Options: (4 bytes) No. Time Source Destination Protocol Info 10 15.089202 2001:960:2:4a3::2 2001:888:0:4::119 TCP 1318 > 119 [SYN] Seq=0 Ack=0 Win=16384 Len=0 MSS=1220 Frame 10 (98 bytes on wire, 98 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 213.204.193.2 (213.204.193.2) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 84 Identification: 0x1e1a (7706) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: IPv6 (0x29) Header checksum: 0x498b (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 213.204.193.2 (213.204.193.2) Internet Protocol Version 6 Version: 6 Traffic class: 0x00 Flowlabel: 0x00000 Payload length: 24 Next header: TCP (0x06) Hop limit: 128 Source address: 2001:960:2:4a3::2 Destination address: 2001:888:0:4::119 Transmission Control Protocol, Src Port: 1318 (1318), Dst Port: 119 (119), Seq: 0, Ack: 0, Len: 0 Source port: 1318 (1318) Destination port: 119 (119) Sequence number: 0 (relative sequence number) Header length: 24 bytes Flags: 0x0002 (SYN) Window size: 16384 Checksum: 0xc642 (correct) Options: (4 bytes) No. Time Source Destination Protocol Info 11 16.318044 192.168.123.100 193.67.79.202 NTP NTP Frame 11 (90 bytes on wire, 90 bytes captured) Ethernet II, Src: 00:10:dc:9b:c8:4d, Dst: 00:c0:49:ea:42:c4 Internet Protocol, Src Addr: 192.168.123.100 (192.168.123.100), Dst Addr: 193.67.79.202 (193.67.79.202) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) Total Length: 76 Identification: 0x1e1b (7707) Flags: 0x00 Fragment offset: 0 Time to live: 128 Protocol: UDP (0x11) Header checksum: 0xcf6b (correct) Source: 192.168.123.100 (192.168.123.100) Destination: 193.67.79.202 (193.67.79.202) User Datagram Protocol, Src Port: 123 (123), Dst Port: 123 (123) Network Time Protocol

Please note Posting is only allowed when you are logged in.

Static Sunset Edition of SixXS
©2001-2017 SixXS - IPv6 Deployment & Tunnel Broker