> ipchains -A forward -p tcp -d www.website.com -j ACCEPT -l
> ipchains -A output -p tcp -d www.website.com -j ACCEPT -l
something like
ipchains -A forward -p tcp -d www.website.com 80 -y -j ACCEPT -l
The "-y" makes the big difference. This will count all connections that are
requested (doesn't mean they are established).
You should log the time and the IP though, because otherwise people can
just generate hits by constantly reloading the site.
nordi
--
Linux - Less bugs for less bucks!
Visit http://private.addcom.de/nordi