Podpora FAQ Izobraževanje Kontaktirajte podporo Oddaljeno posredovanje Dokumentacija Izgubljene licence Threat Sense posodobitve Mailing lista
 
 

Linux File Server Installation Guide
 

Prepared by NOD32 Hong Kong
June 2004

 
Requirements:
1. NOD32LFS Package NOD32 - Download Commercial Versions
2. Dazuko http://www.dazuko.org/
 
 
Installation:
Install Dazuko module first. Dazuko 2.0 is NOT included in this package. You should check the website of dazuko for new version.
Kernel source is required to compile Dazuko module, if you do not have kernel source in the standard path (the destination of symbolic link /lib/modules/2.6.1-1.65/build), you have to specific the source path in configure command

./configure --kernelsrcdir=/path/to/kernelsource
make

insert the appropriate module in the dazuko source directory
/sbin/insmod ./dazuko.o <-- Linux 2.2-2.4
/sbin/insmod ./dazuko.ko <-- Linux 2.6

Install NOD32LFS

Extract the nod32lfs package, and run install

 
 
On-Access Scanning:
Edit the file /etc/nod32/nod32.cfg, fac session
Look up the ctl_incl line, you can add up to 30 directories to enable real time scanning

Start NOD32LFS daemon:

service nod32fac start

Once you reboot your machine, dazuko module may not be loaded. Therefore in the file /etc/init.d/nod32fac, you may need to uncomment the line

/sbin/modprobe -q dazuko

Change the path to dazuko module if necessary.

 
 
Update:
Key in your username and password in /etc/nod32/nod32.auth

Run the command /usr/sbin/nod32_update

If you want to check update every hour, create a symbolic link in /etc/cron.hourly

ln -s /usr/sbin/nod32_update /etc/cron.hourly