Re: Banner server avoidence

2000-12-19 Thread Michael Meding
Hi, > Blocking out banner ads, while understandable, is not really moving toward > a solution. Aha. excuse me why not ? Why do you think debian is a success ? Because people like to do it this way. Without being influenced by anything commercial. Do you remember the days of the internet where si

Re: Banner server avoidence

2000-12-19 Thread Dwight Johnson
Given that banner ads have many objectionable features -- waiting for the damned things to show up from a remote server being the most egregious -- I am wondering what would be a better way for companies to tell us about their products. Rick Lehrbaum, on his site, linuxdevices.com, sold vendor spo

Re: Banner server avoidence

2000-12-19 Thread Adam Shand
> Don Marti's posted a DNS hack which can be used to deny specific > domains on a sitewide basis, if you run DNS. The advantage is that > it's a one-time rule which works transparently for all systems on the > local net. The bad news is that an extensive list of blocked sites is > likely to be d

Re: Banner server avoidence

2000-12-19 Thread John Hasler
I wrote: > I just put ad servers in /etc/hosts with an IP of 127.0.0.1. Karsten M. Self writes: > I believe this is an acceptable solution. It may incur a timeout. It doesn't. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI

Re: Banner server avoidence

2000-12-19 Thread kmself
on Mon, Dec 18, 2000 at 10:33:02PM -0600, John Hasler ([EMAIL PROTECTED]) wrote: > Lee Elliott writes: > > I saw this in a posting in an Amiga mailing list that I'm still > > subscribed to: > > > > >The first place Genesis looks for anything is in db/hosts, and > > > if the ad-servers are listed t

Re: Banner server avoidence

2000-12-18 Thread John Hasler
Lee Elliott writes: > I saw this in a posting in an Amiga mailing list that I'm still > subscribed to: > > >The first place Genesis looks for anything is in db/hosts, and > > if the ad-servers are listed there it will attempt to get the > > banners from the address given there. Since there are non

Re: Banner server avoidence

2000-12-18 Thread kmself
on Mon, Dec 18, 2000 at 10:59:11PM +, Lee Elliott ([EMAIL PROTECTED]) wrote: > Hello list, > > I saw this in a posting in an Amiga mailing list that I'm still > subscribed to: > > >The first place Genesis looks for anything is in db/hosts, and > > if the ad-servers are listed there it will at

Re: Banner server avoidence

2000-12-18 Thread Mike
Lee Elliott wrote: > What happens with this particular package is that there's a local file > linking IP addreses to urls, that is checked before looking for it on > the net, rather like a local DNS. By linking ad/banner server urls to, > say the local IP 127.0.0.1, the look-up fails and is aband

Re: Banner server avoidence

2000-12-18 Thread Michael Smith
Sure, /etc/hosts. Add something like the following: 127.0.0.1adserver.naughtybannerserver.com Alternatively, you could block out ads using ipchains: ipchains -A input -s adserver.naughtybannerserver.com -d 0.0.0.0/0 -j REJECT Or, you could use junkbuster to filter the traffic. --Mike