After the Telnet Bug - Filter Question

Mike Moskal (mmoskal@cyberlink.bc.ca)
Sat, 9 Sep 1995 14:18:49 -0600

After the telnet bug was discovered I too added a new filter to my filter set.

I was wondering what should one have in a filter set to discourage hackers etc.

I only have filters for certain common problems but I would LOVE if someone
could lay out in plan english with examples an idea filter set - for us isp's

-mike
=======================================
#!/sh
#
# Signature Script
# -Last Updated Jun 5 /95
#
echo "Mike A. Moskal"
echo "Systems Administrator"
echo "Cyberlink Systems Corp."
echo "Telnet: cyberlink.bc.ca"
echo "WWW: http://www.cyberlink.bc.ca"
echo "EMAIL: mmoskal@cyberlink.bc.ca"
exit 1

========================================