Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
we have a gateway server setup using linux for our office
is there any way you can known the websites that the users are accessing, any log files or softwares which will help me do this
How are you using it as a gateway? If you are using iptables then you can setup logging using "-j LOG" eg - to log all incomming packets to /var/log/messages you could use:
iptables -A INPUT -j LOG
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.