Tracker Security Settings: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
(Created page with "This is the page that is the new one")
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is the page that is the new one
 
== 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, ...) ===
<pre>http://<ip_address_TVF>
or
https://<ip_address_TVF>
</pre>
 
&nbsp;
 
=== 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:

  1. No password protection
  2. Protect configuration only
  3. 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