Use a Dell Wyse 5020 running Ubuntu and have upgraded to 24.04. Run two programs on it Pihole and Unifi controller. Both are up and running but I cannot access the web page for Unifi Controller. Unifi Controller is runnig ok as I can access it via the Unifi app on my phone and via https://unifi.ui.com/ and then site manager.
If I hit 192.168.0.110:8443/manage previously saved bookmark it now takes me to the Pihole intereface. Something in the upgrde of Ubuntu had broken it. Can live with it for now as can access via the phone or Ui website if needed, but would be nice to fix.
qwakuk@qwakuk-DQ-Class:~$ sudo netstat -tlnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 105991/pihole-FTL
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 105991/pihole-FTL
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 105991/pihole-FTL
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 1811/smbd
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 1811/smbd
tcp 0 0 127.0.0.1:5939 0.0.0.0:* LISTEN 1640/teamviewerd
tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 1314/mongod
tcp 0 0 127.0.0.1:27117 0.0.0.0:* LISTEN 106346/bin/mongod
tcp 0 0 0.0.0.0:5938 0.0.0.0:* LISTEN 1640/teamviewerd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1313/cupsd
tcp6 0 0 ::1:3350 :::* LISTEN 1349/xrdp-sesman
tcp6 0 0 :::80 :::* LISTEN 105991/pihole-FTL
tcp6 0 0 :::22 :::* LISTEN 1/init
tcp6 0 0 :::53 :::* LISTEN 105991/pihole-FTL
tcp6 0 0 :::8443 :::* LISTEN 105991/pihole-FTL
tcp6 0 0 :::139 :::* LISTEN 1811/smbd
tcp6 0 0 :::445 :::* LISTEN 1811/smbd
tcp6 0 0 :::8843 :::* LISTEN 105356/java
tcp6 0 0 :::6789 :::* LISTEN 105356/java
tcp6 0 0 :::8880 :::* LISTEN 105356/java
tcp6 0 0 :::49952 :::* LISTEN 1414/xrdp
tcp6 0 0 ::1:631 :::* LISTEN 1313/cupsd
tcp6 0 0 :::5938 :::* LISTEN 1640/teamviewerd
tcp6 0 0 :::8080 :::* LISTEN 105356/java
Any suggestions ?