|
-
March 11th, 2003, 01:36 AM
#1
Pop up windows in linux.
Has anybody heard of using IPchains to block pop up windows in linux? I've searched google and couldn't find any reference on it. It sounds like its possible, has anybody heard of this?
Nate
-
March 11th, 2003, 01:45 AM
#2
It's easier to block pop-up adds by adding their domain names to your /etc/hosts file and redirecting the IP to 127.0.0.1. Then every time your computer wants to go to doubleclick, it does the lookup in the hosts file, tries to download the image from localhost, and gives up, leaving you ad free. Now all you have to do is search google for a big list of ad domain names.
-
March 11th, 2003, 04:53 AM
#3
Or why dont you just download somekind of a free pop-up blocker. That might help if you dont want pop ups
-
March 11th, 2003, 04:55 AM
#4
dude... mozilla edit, preferences, tell it not to allow unrequested windows.. built in popup blocker. you dont need to do all kinds of configuration, just takes like 10 seconds, i havent seen a popup on here in .... ..... ........ at least a long while
-
March 11th, 2003, 09:59 AM
#5
Re: Pop up windows in linux.
Originally posted here by detoxsmurf
Has anybody heard of using IPchains to block pop up windows in linux? I've searched google and couldn't find any reference on it. It sounds like its possible, has anybody heard of this?
Nate
You could probably block all IPs of all the adservers in the world. But that's a hell of a job.
You'll need something that can filter on OSI layer 7. IPChains works on layer 3&4. That's why you couldn't find anything about it.
-
March 11th, 2003, 10:24 AM
#6
Hi detoxsmurf.
You wanna see mine:
If you have ipchains, you can type the following to avoid pop up windows when surfing:
ipchains -A output -d 199.95.207.0/24 -j REJECT
ipchains -A output -d 199.95.208.0/24 -j REJECT
ipchains -A output -d www.doubleclick.net -j REJECT
ipchains -A output -d ad.doubleclick.net -j REJECT
ipchains -A output -d ad.doubleclick.com -j REJECT
ipchains -A output -d ad.preferences.com -j REJECT
ipchains -A output -d adbot.theonion.com -j REJECT
ipchains -A output -d adpick.switchboard.com -j REJECT
ipchains -A output -d ads.i33.com -j REJECT
ipchains -A output -d ads.infospace.com -j REJECT
ipchains -A output -d ads.msn.com -j REJECT
ipchains -A output -d ads.switchboard.com -j REJECT
I hope this one helps
Cheerss
Not an image or image does not exist!
Not an image or image does not exist!
-
March 11th, 2003, 07:44 PM
#7
Sweet_angel, it's a good idea, but if you're going to block ads that way the list will get really long. Maybe you'd better block drop all ads* then... I think that will get you further then just list a few of the ad sites... It's like blocking adresses with hotmail, there's always one that get's trough.
-
March 11th, 2003, 07:56 PM
#8
erok,
Thnx man, was searchin something similar....
Greetz,
-
March 11th, 2003, 10:31 PM
#9
Its my understanding that when you open up an html page, that its a javascript that creats the pop up window. Looking at my firewall log, this script is trying to access an outside server using a high port number. With that in mind, is it possible to block all outbound connections using a high port number?
Nate
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|