From: Ronald A. Yacketta
I used @home for nearly 6 months in hotlanta.
I use/used isinglass (ipchains firewal) and fwtk to block 99.9% of the crap
I dont want (which included @home garbage collection)
they (I presume) never knew seeing they never mentioned anything to me.
I am currently do the same thing with roadrunner.
Ron
"Eric L. Damron" <[EMAIL PROTECTED]> on 10/30/99 03:36:23 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc: (bcc: Ronald A. Yacketta/958157/EKC)
Subject: [newbie] Blocking @HOME with ipchains - Can they tell?
I got tired of @HOME running scans on my system so I blocked them with:
ipchains -I input -p TCP -s 24.4.254.140 -d 0/0 80 -j DENY -l
ipchains -I input -p TCP -s 24.4.254.141 -d 0/0 80 -j DENY -l
Can they tell that they're blocked or does it just look like I'm not
running
any services?
Thanks.