Hi, I have several Ubuntu Server, and I wanted to deploy Clamav. I don't want to have all my server connect to internet and grab
In a Troubleshooting section of Clamav web site, it says it can be done. Clamav Server: My main clamav server ( 192.168.75.125) ( which will connect to internet and download main.cvd and other .cvd file. The freshclam download the *.cvd files from http://database.clamav.net. How do I configure it so it can dump this into webserver's DocumentRoot. My clamav server is configured with LAMP config on a Ubuntu 14.10. Clients: My other Ubuntu Clients will connect to clamav server ( 192.168.75.125) and download this main.cvd and other files. Client is also Ubuntu 10.10. This below notes is directly from clamav Web site. 1. The second possible solution is to configure a local webserver on one of your machines (say machine1.mylan) and let freshclam download the *.cvd files from http://database.clamav.net to the webserver's DocumentRoot. Finally, change freshclam.conf on your clients so that it reads: DatabaseMirror machine1.mylan. First the database will be downloaded to the local webserver and then the other clients on the network will update their copy of the database from it. For this to work, you have to add ScriptedUpdates off on all of your machines! Thanks. Dilip _______________________________________________ Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml