Block server manager from red: option doesn't stay off

NethServer Version: 7.9.2009

Hello everyone!
I’m trying to figure out why the option “allow access from wan (red)” keeps re-enabling itself.
I want to block the server manager to be accessible from outside by any means, but the option simply re-enable itself as soon as i click on “save” or when i refresh the page (always after clicking save). Am I doing something wrong or missing some steps?

Thank you in advance!

Make sure server is up to date.
Try with a different browser, no plugins or try on a private/incognito window. If it keeps failing, check for errors on the browser console and report them back.

To me it sounds like a Bug.

Yo can also set it from a command shell, for instance:

config getprop cockpit.socket access
config setprop cockpit.socket access green
signal-event nethserver-cockpit-update

Note that on the server-manager you might still see the wrong setting selected and that saving settings on the same page can lead to inadvertently overwrite the desired value previously set on command line.

2 Likes

Thank you @dnutan again :slight_smile:
setting it from shell seems to have fixed the issue, now the option stays disabled in the gui as well

thanks a lot!!