> Does anyone know of a Linux firewall that offers layer 8 firewall / > user level firewalling? Cyberoam
as I know there is no level 8. > I basically want to track which user access what on the internet, from > an internal network. Ideally I want to limit access to certain objects > (i.e. websites, by URL / keyword / type, FTP, skype, MSN, etc) for > certain users as well. from your requirements I see that you can use squid+iptables. squid for limiting web access by url, keyword, and use iptables for IP/port based access such as skype, MSN, ftp. -- Regards Dulmandakh http://www.dulmandakh.com http://www.twitter.com/dulmandakh/ -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
