[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] [OT] info on x10 browser popups
- Subject: [ale] [OT] info on x10 browser popups
- From: esoteric at 3times25.net (Geoffrey)
- Date: Sat, 30 Mar 2002 23:04:36 -0500
Kevin Krumwiede wrote:
> You'd want to block the request for the page, and make sure the rule
> comes early so some other rule doesn't accept before it reaches this
> one:
>
> iptables -I OUTPUT 1 -d 63.211.210.22 -j DROP
I think the main problem here is that I'm sure x10 has more then one
server out there, hence you'll need to identify all their ip's in order
to block all the servers. I don't think this is going to be an easy task.
i=1
while [ $i -le 254 ]; do
dig -x 63.211.210.${i}
done
Then of course, they're bound to have other subnets as well.
>
> I tried to make it rule 0, but it appears that the rule numbering is
> 1-based??? Hmm..
>
> Krum
>
> On Sat, 2002-03-30 at 09:45, Mike Millson wrote:
>
>>Is this the iptables rule that would do this?
>>
>>iptables -A INPUT -p tcp -s 63.211.210.22 -j DROP
>>
>
>
>
--
Until later: Geoffrey esoteric at 3times25.net
I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.