I implemented proxy based filtering on NxLogon as well. This means you can have
safe-search enforcing, URL filtering on Active Directory users without deployment
issue.
* To reduce the size of NxFilter package I separated the new NxLogon from the main
package. So you need to download it separately to use application-control and
web-filtering.
This is the tutorial part I am working on.
------------------------------------------------------------------------
Safe-search enforcing, URL filtering with NxLogon and NxClient
------------------------------------------------------------------------
As of V2.2.2 NxFilter supports safe-search enforcing and URL keyword filtering and
the other web-proxy based filtering methods. To enable these features you need to have
NxLogon or NxClient running on user PC.
* To reduce the main package size NxLogon has been separated from NxFilter. You need
to download it from our website if you want to use proxy filtering with it.
How it works
After NxLogon or NxClient started on user system they try to filter user web traffic
by setting up themselves as the proxy server of the system they are running on. NxLogon,
NxClient retrieves the filtering policy periodically according to the time value you
define for 'Agent policy update period' on 'Config > config'.
Supported options
Block HTTPS : You can block all the HTTPS traffic.
Block IP host : Blocking HTTP requests with IP host in URL.
Block other browser : Currently NxFilter's proxy filtering is being activated through
system proxy settings. Internet Explorer and Chrome are using system proxy already.
Many other applications are also using system proxy. But there are other applications
having their own proxy setup. So you need to block these applications. With this
option enabled NxLogon or NxClient will block any program making direct HTTP connection
to the Internet. But this means as long as you use system proxy you can use any program
with NxLogon or NxClient. So if you want to use Firefox instead of IE or Chrome set
it up to use system proxy.
Safe-search : Enforcing safe-search against Google, Bing, Yahoo search engines and
Youtube. It also blocks HTTPS access against these sites so that user can not get
away by using HTTPS.
Blocked keyword in URL : Keyword filtering against URL.
Logging
You will get domain level log data. But you will see a detailed reason for the block like
below.
Domain:
www.google.com Reason: Blocked by proxy, url_kw=game
Enable proxy filtering only for specific users
The proxy filtering of NxFilter works globally. If you need to disable it for some users
check 'disable proxy filtering' option on the 'Policy > policy > edit' on GUI.
------------------------------------------------------------------------
Launching and updating new NxLogon
------------------------------------------------------------------------
The procedure of launching NxLogon is same as before and it's explained on
'
http://nxfilter.org/tutorial.php#single_sign' But unlike its predecessor new NxLogon
doesn't require server-ip specified. It finds its server automatically so you don't need
to modify launch scripts anymore.
One thing to note is that we ship a new set of launch scripts which are written using
VBScript. Inside NxLogon package there are '.bat' and '.vbs' scripts in'/script' directory.
'nxlogon.bat' will just launch 'nxlogon.exe but 'nxlogon.vbs' will copy 'nxlogon.exe'
into user system first and launches it from there so that next time it doesn't need
to transfer the file across your network. This is because the new 'nxlogon.exe''s size
has grown up to 1.6 mega bytes to accommodate all the new features and you may have
some delay from logon script transmitting the file every time a user login.
While using 'nxlogon.vbs' saving your network bandwidth there's a problem with updating
NxLogon. Your new 'nxlogon.exe' will not be copied into user system as they already have
the same name file on their system. As a workaround you can rename 'nxlogon.exe'
differently. In that case you'd need to modify '.vbs' files to change the 'nxlogon.exe'
part in the files.
------------------------------------------------------------------------
Download links
------------------------------------------------------------------------
http://nxfilter.org/download/nxfilter-2.2.2-beta-1.exehttp://nxfilter.org/download/nxfilter-2.2.2-beta-1.ziphttp://nxfilter.org/download/nxclient-2.0-beta-3.exehttp://nxfilter.org/download/nxclient-2.0-beta-3.ziphttp://nxfilter.org/download/nxlogon-2.0-beta-1.zip