From: Jeff McCright (jeff.mccright@southernunionco.com)
Date: 08/24/00


Message-ID: <000406A3@southernunionco.com>
From: "Jeff McCright" <jeff.mccright@southernunionco.com>
Subject: RE: kclug - ISP Linux support
Date: Thu, 24 Aug 2000 11:35:57 -0500

Moral:
Always use a Firewall !!!!!
 ----------
From: kclug@kclug.org
To: kclug@kclug.org
Cc: jeff.mccright@southernunionco.com
Subject: RE: kclug - ISP Linux support
Date: Thu, 24 Aug 2000 11:35:57 -0500

RR is bad. Bandwidth kills.
try watching the logs after this
"ipchains -A input -s 0/0 -d 0/0 137:139 -j DENY -l" or
"iptables -A INPUT -s 0/0 -d 0/0 -i eth0 -p 137:139 -j DENY -l"
 --idea is block and log all activity on 137:139

it becomes a passive scanner, I see at least 2-5 IPs a day come through,
some in other states. netbios loves to broadcast

telnet and ftp send passwd in plain text.
come on use ssh openssh.com and slow down the hackers

in short dont think rr, a shared network, is secure

============================================================
Mailing list powered by: Majordomo 1.94.5
To unsubscribe from this list, send mail to
majordomo@kclug.org and in the body put:
unsubscribe kclug
============================================================

============================================================
Mailing list powered by: Majordomo 1.94.5
To unsubscribe from this list, send mail to
majordomo@kclug.org and in the body put:
unsubscribe kclug
============================================================

--------------6331A692DF937805B113244F