Tracker Security Settings: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Introduction==


The legacy Tracker portal has 3 different options to be protected by a username and password:
== Introduction ==
 
Access to the legacy NetFlow Tracker portal on TVF can be secured in three ways:


#No password protection  
#No password protection  
Line 7: Line 8:
#Protect all access  
#Protect all access  


In version 11 the option "Protect configuration only" is not working very well. Configuring this option will result in the Settings tab missing in the Main Menu.
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==
== Solution ==


To work around this defect the following can be used to access the legacy Tracker interface:
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:


For viewing the data:
=== To view data (Network Overview, Devices, Filter Editor, ...) ===
<pre>http://ip_address_tvf
<pre>http://<ip_address_TVF>
or
https://<ip_address_TVF>
</pre>
</pre>


For accessing the Admin interface:
&nbsp;
<pre>http://ip_address_tvf/admin/index.jsp
 
=== 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>
</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