docker-ce icon indicating copy to clipboard operation
docker-ce copied to clipboard

Problem with IPv6

Open lpommerenke opened this issue 6 years ago • 0 comments

Hi, there might be a problem with Tomcat listening on IPv6 addresses in the current docker release (8.1.1). I added the container to a macvlan network with IPv4/IPv6 Dual Stack addressing and I was able to ping both addresses (IPv4 and IPv6) from another host at this network, so I can exclude networking issues. With IPv4 I get the login screen of LogicalDoc, but with IPv6 instead I get a "Connection refused" like with IPv4 at other unused or random ports, too, but not a timeout like unused IP addresses. This let me assume that it could be an issue with Tomcat, but the configuration file does not include any "address"-sections, so theoretically it should listen on all addresses. I found out it might be an issue due to installation precedure, so could you please find out if it's the case or tell me how to activate IPv6 addressing? Thanks, Ludwig

lpommerenke avatar Mar 01 '19 20:03 lpommerenke