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

Re: IPv6



>Linux 2.2.18
>
>No, I don't have any other daemons running on that port.
>
>snoopy:/usr/local/sbin# telnet dewey 8024
>Encryption is verbose
>[...]
>Trying 192.168.87.134...
>telnet: connect to address 192.168.87.134: Connection refused
>
>Initially I also did the same thing on port 8023.
>
>I think the kernel is blocking the IPv4 bind, because it sees the IPv6
>binds on the same port. However, this behaviour seems to be wrong.

	there's no standard document that defines interaction between
	IPv4 bind(2) and IPv6 bind(2), so it may be a linux interpretation.
	you may want to check BIND9 doc/misc/ipv6.

itojun