|
|
Thomas, Linux has a tun driver that already supports IPv6, though I'm not as familiar with the FreeBSD tun driver. If the FreeBSD tun driver does support IPv6, then you would probably need to add some extra code to tun.c in OpenVPN to support it. The other alternative is to use a tap interface. Both linux and freebsd have tap drivers, and a tap driver will seamlessly support any protocol that can function over ethernet. James Thomas Glanzmann <sithglan@xxxxxxxxxxxxxxxxxxxx> said: > Hi, > is it possible to let FreeBSD and Linux openvpn pees to tunnel IPv6? I > can see the icmp packets on the FreeBSD tun device via tcpdump. So I > guess it is possible, where when doing the same thing on OpenBSD says > something about bad header checksum. > > Btw. would it be hard to let OpenBSD support IPv6 support tunnels via > tun devices and OpenBSD. > > And I have problems searching the eMail list via sourcefourge. No hits > for IPv6, linux and Freebsd. So has anyone the ml as mbox available or > is there a possibility to get this via sf? > > Greetings, > Thomas > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Openvpn-users mailing list > Openvpn-users@xxxxxxxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/openvpn-users > -- ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |