[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: current state of IPv6 support in Debian



>>>>> "IS" == Ivan Shmakov <oneingray@gmail.com> writes:

 IS> I'm still investigating which of the Debian packages I use aren't
 IS> able to use IPv6.  The current results are as follows.

[...]

 IS> PS.  It's likely there're more.

    openvpn -- doesn't allow IPv6 while in --mode server (Bug#487769);
	as a work-around, I currently establish a tunnel with RFC 1918
	IPv4 addresses, running a 6in4 tunnel over it, like:

--cut: /etc/network/interfaces --
iface xxx-ipv6 inet6 v4tunnel
    address  [...]::1
    netmask  [...]
    local    192.168.123.45
    endpoint 192.168.123.1
--cut: /etc/network/interfaces --

    slirp -- as per slirp(1), it doesn't seem to support IPv6;

    uucp -- doesn't allow IPv6 directly, but allows an arbitrary command
	to be run to establish a connection (just like ProxyCommand for
	ssh(1), or --plugin for fetchmail(1).)

-- 
FSF associate member #7257


Reply to: