[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3D5119FE.1020301@ofzo.nl>
From: herman at ofzo.nl (Herman)
Subject: FW: Windows 2000 Service Pack 3 now
With the ongoing EULA discussions in whith i give ms the right to OWN ME
, MY PC, inpregnate my wife, and contoll my life.
I decided to totaly block ms.. a method not unfamilair to most of you.
to do so.. i did..
$IPTABLES -N banned
$IPTABLES -A banned -p ALL -d 207.46.0.0/16 -j LOG \
--log-level DEBUG --log-prefix "MS NETBLOCK: "
$IPTABLES -A banned -p ALL -d 207.46.0.0/16 -j DROP
$IPTABLES -A banned -p ALL -d 65.54.0.0/16 -j LOG \
--log-level DEBUG --log-prefix "MS NETBLOCK: "
$IPTABLES -A banned -p ALL -d 65.54.0.0/16 -j DROP
$IPTABLES -A banned -j RETURN
$IPTABLES -A OUTPUT -j banned
$IPTABLES -A FORWARD -j banned
$IPTABLES -A INPUT -j banned
Now i was wondering are there networks/netblocks of MS i forgot ?
Herman.
Powered by blists - more mailing lists