https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36948
--- Comment #10 from David Cook <[email protected]> --- Regarding the 4369 thing... Notice that I can't connect to it on IPv6: nc :: 4369 -v nc: connect to :: port 4369 (tcp) failed: Cannot assign requested address nc ::1 4369 -v nc: connect to ::1 port 4369 (tcp) failed: Cannot assign requested address -- Whereas on a normal Ubuntu server it's no problem: # nc :: 22 -v Connection to :: 22 port [tcp/ssh] succeeded! nc ::1 22 -v Connection to ::1 22 port [tcp/ssh] succeeded! -- So overall... I'm happy with Nick's change to 'port="127.0.0.1:8023/tcp"'. It's a reasonable default generally speaking, and people on systems with IPv6 can always choose to change it. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
