I have a Debian server with a IPv6 Tunnel (from sixxs) and an IPv4 Ubuntu Client. Now i want to make a tunnel from the client to the server, so that i can surf with IPv6 from the client.

Is there a simple solution or should i request another tunnel (ar a subnet) for my client?

Thanks in advance.

link|improve this question
feedback

migrated from stackoverflow.com Feb 14 '11 at 2:32

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 3 down vote accepted

SixXS only provide a single IPv6 address with a tunnel. Because in IPv6 it is not possible to NAT, you will require a subnet in order to route your other machine through the tunnel.

Is the other machine on the same LAN? If so, the best thing to do is to request a subnet from SixXS and route a /64 from the /48 subnet you are allocated onto your LAN.

If the machine is on a separate Internet connection, it would probably be more economical to request another tunnel, although requesting a SixXS subnet and routing it yourself via something like OpenVPN is not infeasible either.

link|improve this answer
1  
The machine is in the same LAN. So i go to request a subnet. Thanks for your answer. :-) – fwa Feb 15 '11 at 16:32
feedback

You might consider getting a tunnel with Hurricane Electric, which will provide you with a routed /64. Then you could (in theory) set up a VPN.

The easiest option would, indeed, probably be to get a second tunnel from SixXS. An anything-in-anything tunnel would be a good option for your Ubuntu client. Or terminate another routed tunnel locally at your router, or use 6to4, or... the options are endless. ;-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.