Hi, > I want to create a mirror for Argentina. I want to know if that is possible. > Who do i have to email? And what do i have to do? Sure it is possible :) Just find a host or two (if you want to seperate ftp and www) Create a directory for the mirror, and then use rsync to update. Personally I use cron and this script: #!/bin/sh echo "www rsync started" | mail -s "www rsync start" solt@xxxxxxxxxxxxxxxxx rsync -avz rsync.netfilter.org::www /var/www/netfilter/www echo "www rsync stopped" | mail -s "www rsync stopp" solt@xxxxxxxxxxxxxxxxx I set up cron to run it every hour. But you can do this daily, not hourly if you wish. Having set up your rsync cron job. You can prepare a virtualhost in apache, or whatever web server you are using, with www.ar.netfilter.org. When it's done, just ask Harald (or the webmaster) to add your server IP to netfilter.org DNS zone. The similar goes for ftp. This is the way I made www.pl.netfilter.org and ftp.pl.netfilter.org. What is the current list of Netfilter Mirrors? Regards, Maciej