Hello Louis,
Louis garcia [2019-09-12 21:34 -0000]:
My server has four interfaces and I am trying to restrict cockpit to only listen to one of them. I am running fedora 30 with cockpit 202.1. I added listen.conf to systemd as the docs says. is web console buggy ?
$cat /etc/systemd/system/cockpit.socket.d/listen.conf [Socket] ListenStream= ListenStream=172.16.0.1:9090
When I ssh in I get: Web console: https://172.16.0.1:9090/ or https://24.51.220.122:9090/
That message is wrong indeed, it shouldn't add the default route. The actual listening socket is fine. Can you please report this at
https://github.com/cockpit-project/cockpit/issues/new?assignees=&labels=...
Thanks!
Martin