Re: [Openvpn-devel] tunnelling ipv6 on linux

2002-10-07 Thread Aaron Sethman
On Fri, 4 Oct 2002, James Yonan wrote: > Hi Aaron, > > I've incorporated your IPv6 over tun patch for Linux into the latest OpenVPN > beta, and added some basic infrastructure code and a --tun-ipv6 option which > enables the IPv6 over tun support. The option makes a placeholder for all > OSes

Re: [Openvpn-devel] tunnelling ipv6 on linux

2002-10-04 Thread James Yonan
Hi Aaron, I've incorporated your IPv6 over tun patch for Linux into the latest OpenVPN beta, and added some basic infrastructure code and a --tun-ipv6 option which enables the IPv6 over tun support. The option makes a placeholder for all OSes to support IPv6 over tun that is off by default and

Re: [Openvpn-devel] tunnelling ipv6 on linux

2002-09-28 Thread Aaron Sethman
On Sat, 28 Sep 2002, James Yonan wrote: > Aaron, > > Thanks for the patch, however I was not able to get it to work with IPv4 > while talking between a 2.4.9 and 2.4.17 kernel, where both peers are running > the patch. The code compiles and runs, but pings don't go through. Perhaps > there i

Re: [Openvpn-devel] tunnelling ipv6 on linux

2002-09-28 Thread James Yonan
Aaron, Thanks for the patch, however I was not able to get it to work with IPv4 while talking between a 2.4.9 and 2.4.17 kernel, where both peers are running the patch. The code compiles and runs, but pings don't go through. Perhaps there is a minimum kernel version necessary for this to work

[Openvpn-devel] tunnelling ipv6 on linux

2002-09-27 Thread Aaron Sethman
I've done some work on getting openvpn to tunnel ipv6 without having to use TAP tunnels. I think to get ipv6 tunneling to work on other platforms it may require changes in the tunnel driver. But I figure I'll post this here as it might be of use to somebody. Regards, Aaron Index: Makefile.in