[IPv6 Users] IPv6 tunneling program

2008-09-05 Thread Robert Moskowitz
I am looking for a tunneling tool for Linux (I need it for Centos) that tunnels IPv4 traffic over IPv6. It needs to support all transports (thus ruling out SSH), and does not need to provide security (I have HIP for that). I tried vtun, but it does not support IPv6. I was pointed to the KAME

[IPv6 Users] IPv6 tunneling program

2008-09-06 Thread xxradar
Hi, Maybe take a look at SOCAT. It can tunnel almost anything in anything. I'm sure you can build an IPv6 tunnel with it an tunnel IPv4 over it. It the worst case, you can tunnel a GRE/OPENVPN tunnel over it and bridge/route the networks you want to connect. Take a look at http://www.radarhack.com/

Re: [IPv6 Users] IPv6 tunneling program

2008-09-05 Thread Ed Kapitein
Hi Robert, If you build an ssh tunnel, with pty-redir, you can create a point-to-point tunnel, capable of all transports. I use it a my self and for me it works just fine. Hope it helps. Kind regards, Ed On Fri, 2008-09-05 at 09:58 -0400, Robert Moskowitz wrote: > I am looking for a tunneling t