Posted On March 31, 2019

Websense Notes

kimconnect 0 comments
blog.KimConnect.com >> Networking , Windows >> Websense Notes
Reminder: when changing Websense Server Name, one must also update it’s associated pointer in Web >> >> General >> Settings >> Users Identification >> IPv4 address or hostname
 
Filtering service is set to communicate w/ Network Agent > official integration
 
integration = whatever is sending traffic to websense
 
HOWEVER, you have the Juniper sending traffic to Filtering Service.
Your configuration isn’t supported, but it’s working.
 
NA listens on a listening NIC <<< span port
 
 
sub count:
 
C:\Program Files (x86)\Websense\Web Security\bin>ConsoleClient.exe localhost 15869
213
sub.txt
16
q
sub.txt
 
precedence
1 Users
2 IP
3 IP Ranges
4 Groups
5 OUs

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Increase the Disk Timeout On Windows Servers

Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\disk]"TimeOutValue"=dword:0000003cChange timeout value to 10 minutes:"TimeOutValue"=dword:00000258

GPO to Set NTP on Domain Joined Computers and Servers

As a precursor, please review this article to set NTP for PDC Emulator prior to…

Windows: How to Disable F1 Help Center Function in Windows Explorer

Step 1: Create a Dummy File that does nothing   # Dummy-File-Creator.ps1$dummyFile="C:\Windows\dummy.exe"$output = new-object byte[]…