12-22-2004 01:28 PM
Things have changed since I last used a Content Engine for filtering URL's. How do I upload the badurl.lst to the CE nowadays? ACNS ver. 4.2.1
Thank you.
12-22-2004 04:54 PM
You'll need to create the .lst file offline and copy it to the CE using tftp. The file needs to resides in a directory (or the root) of the sysfs volume.
~Zach
12-27-2004 09:49 AM
What are the CLI commands to do so? The documentation is pretty lacking.
Thanks!
12-27-2004 11:41 AM
Here is an example using ACNS 4.2.1:
ce-acns#mkdir /local1/filtered_urls
ce-acns#copy ftp disk 1.2.3.4 / badurl.lst /local1/filtered_urls/badurl.lst
Enter username for remote ftp server: username
Enter password for remote ftp server:
Initiating FTP download...
..
..
ce-acns#
ce-acns#conf t
ce-acns(config)#url-filter bad-sites-deny /local1/filtered_urls/badurl.lst
ce-acns(config)#url-filter bad-sites-deny enable
ce-acns(config)#end
ce-acns#
ce-acns#sh url-filter
URL filtering is set to use bad-list
Local list configurations
==================================
Good-list file name :
Bad-list file name : /local1/filtered_urls/badurl.lst
Custom message directory :
Websense server configuration
==================================
Websense server IP :
Websense server port : 15868
Websense server timeout: 20 (in seconds)
Websense allow mode is ENABLED
N2H2 server configuration
==============================
N2H2 server IP :
N2H2 server port : 4005
N2H2 server timeout : 5 (in seconds)
N2H2 allow mode is ENABLED
ce-acns#
~Zach
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide