To support VMware-based antivirus, the first thing to do is share the /media/multiscanner folder on your server with virtual machines and the system’s server, using the NFS protocol. To do that, follow the instructions below.
To set up the NFS server, go through the instructions below, step by step:
1- Install the “nfs-kernel-server” package:
sudo apt-get update
sudo apt-get install nfs-kernel-server
2- Provide the required access for the folder:
sudo chown nobody:nogroup /media/multiscanner
3- Open "/etc/exports" and add the following phrase to its end (replace "avs_subnet" with the subnet address of virtual machines (like 192.168.1.0/24) that are containing the antivirus):
/media/multiscanner avs_subnet(rw,sync,no_root_squash,no_subtree_check
4- Finally, reset the “nfs-kernel-server” service:
sudo systemctl restart nfs-kernel-server
In the next step, NFS Client Service has to be installed and set up on virtual machines of all the VMware-based antivirus for these virtual machines to have access to the test file location. To do so, follow the following instructions:
Microsoft\ClientForNFS\CurrentVersion\Default
mount -o anon nolock \\192.168.10.10\media\multiscanner Z:\
The following settings should be applied to all of the antivirus
In the final section of this document, specific settings for each antivirus are presented.
The path that this antivirus is installed on has to be added to the "Environment Variables".
This antivirus is installed on Windows 10 by default. So, the only thing you have to do to support this antivirus is install it on a virtual machine and run the Wrapper software on that.
For Avira antivirus to run properly, the following configurations are necessary: