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
========================================