[Koha-bugs] [Bug 13252] SIP2 server should accept IPv6 connections

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 27 17:47:41 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13252

--- Comment #11 from Colin Campbell <colin.campbell at ptfs-europe.com> ---
I tested this and if no interface restriction (i.e specific ip address) is
given on an ipv6 machine the server will handle connections using both ipv6 and
ipv4. I did find in the course of testing that if you use the port attribute to
specify an ip address you can fall foul of it failing to recognise an ipv6
address, I've added a supplementary patch that works around this. 

Otherwise with the patch installed it handles messages from clients runnng both
protocols. The server should be logging the setting up of the ports heres what
I get on my test machine 
Nov 27 16:04:11 zazou koha_sip[11385]: Resolved [*]:6003 to [::]:6003, IPv6
Nov 27 16:04:11 zazou koha_sip[11385]: Not including resolved host [0.0.0.0]
IPv4 because it will be handled by [::] IPv6
Nov 27 16:04:11 zazou koha_sip[11385]: Binding to TCP port 6003 on host :: with
IPv6

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list