> I would like to avoid popups with iptables what rules do I have to > implement? Keep in mind that iptables is a packet filter, not a content filter, thus acomplishing such a task would have to rely on ip addresses of what you want to filter. eg. If you are using some kind of software which connects to dedicated ad servers, you can just reject packets sent to those IPs. Remember that popups are initiated by the clients computer.