I currently have a Sokeris net4501 running Voyage Linux acting as a firewall using iptables. Is it possible to use iptables to log all websites that are visited? If not, is there any other software that I can use?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Is it possible to use iptables to log all websites that are visited?

Probably not the way you are thinking. Iptables operates at the lower levels in the networking model. It doesn't really know anything about name resolution, or the HTTP protocol.

If not, is there any other software that I can use?

You almost certainly need to be looking at an HTTP proxy which you will setup to be transparent. Squid is pretty popular for this, but there are other choices. Squid requires more memory than you have to spare on that Sokeris box.

link|improve this answer
Ok thanks, the HTTP proxy is the direction I need to go then. – DanieL Jan 10 at 20:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.