Go to the table of contents Go to the previous page Go to the next page
Installing Data Security Components > Troubleshooting Data Security agent installation
Troubleshooting Data Security agent installation
Deployment and Installation Center | Data Security Solutions | Version 7.7.x
Though the installation and deployment of agents is normally a series of clear-cut steps, occasionally, some problems can arise. Below are how to resolve common problem scenarios.
Initial registration fails
*
*
netstat 1 -na | find "SYN"
Each line displayed in response to the command is a blocked port. This command is one-way. Run it on both the agent machine and the TRITON Management Server.
*
*
*
*
*
*
Certificate > My User Account > Trusted Root Certification Authorities > Certificates > ws-ilp-ca
Certificates > Computer > Personal Certificates ><servername>(issued by ws-ilp-ca)
Certificates > Computer > Trusted Root Certification Authorities > Certificates > ws-ilp-ca
*
Protector — if domain name is configured, the FQDN is: protectorname.domain.name
Agents and Data Security server — check "My Computer" properties and copy the computer name value from there.
Deploy settings fails
*
*
*
*
*
Subscription errors
*
*
Network connectivity problems
In complex networks, network connectivity may require routes added to the inline protector.
Although routes can be added with the built in kernel route command, it is strongly recommended that the /opt/websense/neti/bin/route command is used instead. If the kernel route (/sbin/route) is used, the added routes will be lost after rebooting.
/opt/websense/neti/bin/route writes the routes to a file /opt/pa/conf/route so that on subsequent reboots the route information is re-submitted to the protector.
Usage:
route: Add/delete routing information
Usage:
route [list]
route add {destination network | destination ip} {via {ip}|dev {device}}
route del {destination network | destination ip} {via {ip}|dev {device}}

network=ip/prefix
Example:
~@protector7# /opt/websense/neti/bin/route add 192.168.1.0/24 via 10.212.254.254 dev br0
~@protector7# /opt/websense/neti/bin/route list
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 10.212.254.254 255.255.255.0 UG 0 0 0 br0
10.212.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
10.212.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br0
0.0.0.0 10.212.254.254 0.0.0.0 UG 0 0 0 eth0
 
 

Go to the table of contents Go to the previous page Go to the next page
Installing Data Security Components > Troubleshooting Data Security agent installation
Copyright 2016 Forcepoint LLC. All rights reserved.