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

Can someone tell me how to get this thing to work on Windows 7 O.o?

Started by EmiyaShirou, July 27, 2013, 11:56:26 AM

Previous topic - Next topic

EmiyaShirou

I have VPS server which I need to access to, sadly It only has ipv6 and I am on ipv4... I've spend quiet a while today searching on how to access ip6 from ip4 and came to this site which suppose to let me do this. I have crated a tunel and now what? There is no tutorial no nothing of what I am suppose to put and where... I've copy and paste into cmd the selected example configuration but I still can't access that ip6 address wtf :/

PS: I am also behind a router dlink di-524.

EDIT: and if no one can help me at least please tell me how to remove this

Quotenetsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel 93.176.243.187 216.66.80.162
netsh interface ipv6 add address IP6Tunnel 2001:470:70:461::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:70:461::1

From my system because if this will not work I don't want this to be in my system and I don't see it anywhere.

Tanner Ryan

Quote from: EmiyaShirou on July 27, 2013, 11:56:26 AM
I have VPS server which I need to access to, sadly It only has ipv6 and I am on ipv4... I've spend quiet a while today searching on how to access ip6 from ip4 and came to this site which suppose to let me do this. I have crated a tunel and now what? There is no tutorial no nothing of what I am suppose to put and where... I've copy and paste into cmd the selected example configuration but I still can't access that ip6 address wtf :/

PS: I am also behind a router dlink di-524.

EDIT: and if no one can help me at least please tell me how to remove this

Quotenetsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel 93.176.243.187 216.66.80.162
netsh interface ipv6 add address IP6Tunnel 2001:470:70:461::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:70:461::1


Where it says your public IPv4 Address (93.176.243.187), you must replace it with your local IPv4 address that was given by the dlink router.

You would open command prompt and type in ipconfig, then find where it says you IPv4 Address (usually starts with 192.168.) and put that number in, instead of 93.176.243.187!

Your new commands will look like: (but replace local ipv4 address with your local ipv4 address found in ipconfig):

netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel localipv4address 216.66.80.162
netsh interface ipv6 add address IP6Tunnel 2001:470:70:461::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:70:461::1