Julien Cristau wrote:
An AF_INET6 socket, by default, can receive both ipv4 and ipv6
connections (unless configured otherwise with the net/ipv6/bindv6only
sysctl, or the IPV6_V6ONLY setsockopt).

Adam, what does /proc/sys/net/ipv6/bindv6only contain on your system?

0

approx calls bind() to in6addr_any, so I don't see why it would refuse
ipv4 connections if that sysctl is unset.  It might be a good idea for
approx to explicitly set IPV6_V6ONLY to 0, though.

Hmmmm....in that case it should work. Oh, hang on, something else changed for 3.1.0 didn't it....

*tap tap tap*

Ah. My bad. I had a bad hosts.deny file. I didn't notice before as I don't have anything running via inetd on the approx server, and set up all access control with iptables instead.

Fixing my hosts.deny fixes the problem.

Yup. Next time, I must remember to describe what I did and what output I got, not what my misdiagnosis of the problem was.

Sorry for wasting everyone's time.

Adam Spragg.

--
The fundamental cause of the trouble is that in the modern world the
stupid are cocksure while the intelligent are full of doubt.
    -- Bertrand Russell



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to