Your message dated Sat, 6 Aug 2016 20:34:38 +1000
with message-id <[email protected]>
and subject line Re: Bug#783727: sshuttle: Falls over with IPv6 nameservers in
/etc/resolv.conf
has caused the Debian Bug report #783727,
regarding sshuttle: Falls over with IPv6 nameservers in /etc/resolv.conf
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
783727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783727
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sshuttle
Version: 0.54-2
Severity: normal
Tags: ipv6
When --dns is supplied and there is an IPv6 nameserver in
/etc/resolv.conf, sshuttle falls over:
>> iptables -t nat -A sshuttle-12300 -j REDIRECT --dest 2001:8b0:1bf::53/32 -p
>> udp --dport 53 --to-ports 12300 -m ttl ! --ttl 42
iptables v1.4.21: host/network `2001:8b0:1bf::53' not found
Try `iptables -h' or 'iptables --help' for more information.
>> iptables -t nat -A sshuttle-12300 -j REDIRECT --dest 2001:8b0:1bf::53/32 -p
>> udp --dport 53 --to-ports 12300
iptables v1.4.21: host/network `2001:8b0:1bf::53' not found
Try `iptables -h' or 'iptables --help' for more information.
IPv6 support would be a general wishlist item, but this makes it more
severe.
-- System Information:
Debian Release: 8.0
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages sshuttle depends on:
ii iptables 1.4.21-2+b1
ii openssh-client [ssh-client] 1:6.7p1-5
ii python 2.7.9-1
Versions of packages sshuttle recommends:
ii sudo 1.8.10p3-1+deb8u2
sshuttle suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 0.78.0-1
On Wed, Apr 29, 2015 at 03:36:53PM +0100, Dominic Hargreaves wrote:
> When --dns is supplied and there is an IPv6 nameserver in
> /etc/resolv.conf, sshuttle falls over:
This should be fixed by the following upstream commit, included in 0.78.0-1
commit 2b0d0065c7e415d89b92e1a59887f9fc5a8247ab
Author: Brian May <[email protected]>
Date: Tue Mar 8 18:44:43 2016 +1100
Don't force IPv6 if IPv6 name servers
Just because we may have found IPv6 DNS servers from /etc/resolv.conf
doesn't mean we should force IPv6 support.
Instead we should disable the IPv6 DNS servers if IPv6 is disabled.
Note: this will also result in any IPv6 servers specified on the command
line being silently ignored too.
Specifying an IPv6 subnet will still require IPv6 support.
Closes #74
--
Brian May <[email protected]>
--- End Message ---