[Libreoffice-bugs] [Bug 129928] New: loolwsd doesn't listen on 127.0.0.1 when setting it to use loopback and ipv4 and ipv6
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jan 10 13:48:13 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=129928
Bug ID: 129928
Summary: loolwsd doesn't listen on 127.0.0.1 when setting it to
use loopback and ipv4 and ipv6
Product: LibreOffice Online
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: crap at rmm.li
In the current code debian package version 4.2.0-2 there is following problem:
When setting
<net desc="Network settings"> <listen type="string" >loopback</listen>
so the daemon only listens on localhost, it is not possible to connect to it
using 127.0.0.1 (at least not for a reverse proxy... looking at netstat it
seems that it's listening at the ipv6 localhost, but I didn't try that out). It
is necessary to set
<proto type="string" default="all" desc="Protocol to use IPv4, IPv6 or all for
both">IPv4</proto>
so to change it from all to IPv4
so it properly listens on the ipv4 localhost.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200110/84d63c30/attachment.htm>
More information about the Libreoffice-bugs
mailing list