October 7, 20232 yr Recently I found that I can access the docker service via ipv6 but the webgui and smb can't. We found for docker, it listens the port like: tcp6 0 0 :::30000 :::* LISTEN 20925/docker-proxy But for webgui, it behaves like: tcp6 0 0 1234:5678:90ab:cdef:8888 :::* LISTEN 5198/nginx: master But my network environment is dynamic and the ipv6 address has changed after server started for a while. How could I set the smbd and nginx to listen all the ipv6 addresses like docker?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.