SOPHOS UTM: WEB ADMIN ERİŞİM PROBLEMİ
SOPHOS UTM: WEB ADMIN ERİŞİM PROBLEMİ
If you can login as root:
To change the password for admin run
cc passwd mynewpassword
To change the WebAdmin port to 4444, run
cc set webadmin port 4444
To confirm that “Internal (Network)” is in ‘Allowed Networks’ for WebAdmin:
cc get webadmin allowed_networks
That will give you one or more REF_ objects. One of mine is REF_nuSwABYbAt
cc get_object REF_nuSwABYbAt |grep \'name
and that tells me: ‘name’ => ‘Internal (Network)’,
If ‘Allowed networks’ is empty, we need the REF_ for “Internal (Network)”
cc get_object_by_name 'network' 'interface_network' 'Internal (Network)'
Once you have the REF_, you can add it. Using mine as an example (note the extra @ and + symbols – copy, paste and enter each line seprately!):
cc
webadmin
allowed_networks@
+REF_nuSwABYbAt
exit
Now, you should be able to login to WebAdmin as admin from the LAN.
Kaynak: https://community.sophos.com/utm-firewall/f/management-networking-logging-and-reporting/34841/web-admin-no-longer-accessible