May 20, 20251 yr Moved my server to another place on my LAN. I can ping the server, SSH to the server, hit the docker containers on the server (that have a bridged adapter, so same IP but different port - not 443), but I cannot hit the webUI of the server. I have tried http://IP and https://IP. When I try it in Chrome I receive "refused to connect." Any ideas? If a diagnostics is needed I'll have to do some digging on how to do it via ssh...Thanks
May 21, 20251 yr Community Expert 11 hours ago, SomeUNRAIDguy said:If a diagnostics is neededThey are, please.
May 21, 20251 yr Author Solution diagnostics attached, thanksedit:I have a static IPv6 on my interfaces. When checking the "ps aux | grep nginx" there was no process started.When I tried to start nginx, I received an error about assigning the ipv6 address to the interface: "nginx: 2025/05/21 08:43:39 [emerg] 28849#28849: bind() to [my IPv6 address]:80 failed (99: Cannot assign requested address)"Removed the ipv6 config via "/boot/config/network.cfg" and then tried to start the nginx process. it worked. webUI back to normal.edit2:Specifically, I have two network adapters. Both were running dual-stack. I never cabled the second network bc it is an isolated network and Im not using it right now. This second network that was unplugged is the interface that stopped nginx from starting. Looks like a bug. Edited May 21, 20251 yr by SomeUNRAIDguy
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.