* I would like to disallow popups with iptables how can I accomplish that? [not found] <20030424154101.10542.27108.Mailman@kashyyyk> @ 2003-04-24 23:50 ` juanca 2003-04-24 17:07 ` Mike Ely 2003-04-24 17:25 ` Maciej Soltysiak 0 siblings, 2 replies; 3+ messages in thread From: juanca @ 2003-04-24 23:50 UTC (permalink / raw) To: netfilter hi everyone I would like to avoid popups with iptables what rules do I have to implement? ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: I would like to disallow popups with iptables how can I accomplish that? 2003-04-24 23:50 ` I would like to disallow popups with iptables how can I accomplish that? juanca @ 2003-04-24 17:07 ` Mike Ely 2003-04-24 17:25 ` Maciej Soltysiak 1 sibling, 0 replies; 3+ messages in thread From: Mike Ely @ 2003-04-24 17:07 UTC (permalink / raw) To: juanca; +Cc: netfilter Use Mozilla, Safari, Konqueror, Galeon, or Opera instead of Internet Explorer :) AFAIK, there's no good way to block popup ads using iptables. You can make a blacklist and manually add each pop-up company to it using -s l33t.popupz.adserver.com -j DROP or something, but that seems pretty cumbersome, and you will still have the windows opening - just nothing will fill them. Alternatively, you can use a filtering proxy such as squidGuard, but again you will still have the windows opening. You're better off just using a browser whose developers aren't as hamstrung by marketing departments as IEs. Mike On Thursday, April 24, 2003, at 04:50 PM, juanca wrote: > hi everyone > > I would like to avoid popups with iptables what rules do I have to > implement? > > > --- > [This E-mail scanned for viruses by Declude Virus] > > --- [This E-mail scanned for viruses by Declude Virus] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: I would like to disallow popups with iptables how can I accomplish that? 2003-04-24 23:50 ` I would like to disallow popups with iptables how can I accomplish that? juanca 2003-04-24 17:07 ` Mike Ely @ 2003-04-24 17:25 ` Maciej Soltysiak 1 sibling, 0 replies; 3+ messages in thread From: Maciej Soltysiak @ 2003-04-24 17:25 UTC (permalink / raw) To: juanca; +Cc: netfilter > 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. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-24 23:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20030424154101.10542.27108.Mailman@kashyyyk>
2003-04-24 23:50 ` I would like to disallow popups with iptables how can I accomplish that? juanca
2003-04-24 17:07 ` Mike Ely
2003-04-24 17:25 ` Maciej Soltysiak
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox