Forum Discussion
Disable/Block access to Network Map
- Feb 25, 2025
For anyone else who finds this, in regards to Jmtaylor 's AI generated suggestions.
- Not an option. I cannot think of how (or why) you would apply iRules to the configuration utility.
- Not an option. The network map uses the same port configuration utility.
- Not an option. Wish it was though.
- Does not achieve my goal.
- Did this... Their suggestion (below) does achieve my goal.
tmsh edit / sys httpd all-properties
Replace include none with the block below.
include " <LocationMatch \"/tmui/tmui/dashboard/\"> Redirect 403 / </LocationMatch> <LocationMatch /tmui/tmui/locallb/network_map/> Redirect 403 / </LocationMatch> "
Save the config file by exiting vi. (ESC :wq!) and when prompted, save the config file as the tmsh prompt.
Save the config and bounce the httpd service with the code below.
tmsh save sys config tmsh restart sys service httpd
For anyone else who finds this, in regards to Jmtaylor 's AI generated suggestions.
- Not an option. I cannot think of how (or why) you would apply iRules to the configuration utility.
- Not an option. The network map uses the same port configuration utility.
- Not an option. Wish it was though.
- Does not achieve my goal.
- Did this... Their suggestion (below) does achieve my goal.
tmsh edit / sys httpd all-properties
Replace include none with the block below.
include "
<LocationMatch \"/tmui/tmui/dashboard/\">
Redirect 403 /
</LocationMatch>
<LocationMatch /tmui/tmui/locallb/network_map/>
Redirect 403 /
</LocationMatch>
"
Save the config file by exiting vi. (ESC :wq!) and when prompted, save the config file as the tmsh prompt.
Save the config and bounce the httpd service with the code below.
tmsh save sys config
tmsh restart sys service httpd
- Feb 25, 2025
Thanks for letting us know what worked. Really interesting to see that you can edit the configuration of httpd to disable the network map 🙂
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com