I just on-boarded a new customer and I am currently trying to get their remote users on NXFilter. I setup a cloud based NXFilter instance which is working well. I have one user that I manually installed NXProxy on and theirs works just fine. However, I attempted to push NXFilter as silent install using the following commands:
Where SERVERIP is my NXFilter instance and MYTOKEN is the token for the user. The software appears to be installed as I can see the service is running, but when I ping sites that should be blocked, they are still resolving. The server IP and client token I entered is definitely correct and the policy is working correctly elsewhere. What else can I try?
Code:
Command: c:\windows\temp\nxproxy-1.1.9-win.exe /verysilent /server=SERVERIP /token=MYTOKEN nxproxy-1.1.9-win.exe install completed in 13 seconds
Comment