Tracker Security Settings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | |||
Access to the legacy NetFlow Tracker portal on TVF can be secured in three ways: | |||
#No password protection | #No password protection | ||
Line 6: | Line 8: | ||
#Protect all access | #Protect all access | ||
Starting with version 11.0, the second option "Protect configuration only" is not working as you may expect; selecting it will result in the Settings tab missing from the Main Menu. | |||
| |||
== Solution == | |||
You may still want to protect the configuration only. After selecting the second option, use this work around to gain access to the user interface: | |||
=== To view data (Network Overview, Devices, Filter Editor, ...) === | |||
<pre>http://<ip_address_TVF> | |||
or | |||
https://<ip_address_TVF> | |||
</pre> | |||
| |||
=== To view settings (Listening Ports, Device Settings, Performance Counters, ...) === | |||
<pre>http://<ip_address_TVF>/admin/index.jsp | |||
or | |||
https://<ip_address_TVF>/admin/index.jsp | |||
</pre> |
Latest revision as of 16:58, 14 January 2018
Introduction
Access to the legacy NetFlow Tracker portal on TVF can be secured in three ways:
- No password protection
- Protect configuration only
- Protect all access
Starting with version 11.0, the second option "Protect configuration only" is not working as you may expect; selecting it will result in the Settings tab missing from the Main Menu.
Solution
You may still want to protect the configuration only. After selecting the second option, use this work around to gain access to the user interface:
To view data (Network Overview, Devices, Filter Editor, ...)
http://<ip_address_TVF> or https://<ip_address_TVF>
To view settings (Listening Ports, Device Settings, Performance Counters, ...)
http://<ip_address_TVF>/admin/index.jsp or https://<ip_address_TVF>/admin/index.jsp