Rob Townley wrote:
On Thu, Sep 4, 2008 at 8:15 AM, Robert Moskowitz <rgm@htt-consult.com mailto:rgm@htt-consult.com> wrote:
I need vtun working over IPv6. The version from rpmforge does not seem to support IPv6 (binds to 0.0.0.0:5000 <http://0.0.0.0:5000/> if I specify binding to the interface, and won't let me put in an IPv6 address for address binding). So I was pointed to the KAME (which does not provide any FC/RHEL support. The person who sent me there provided a makefile that he said works on Linux, but did not work for me: install -c -o root -g wheel -m 04710 v6tun $(install_dir) clean:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ needs a line break
Thanks for the help. I finally got it to compile. THEN I read the README and discovered that this is NOT what I need. I need a tunneling program that does IPv4overIPv6. If regular vtun supported IPv6 for the outer tunnel, it would easily do what I need. Yeah, if.