/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting!
/* ALSO: Don't quote this header. It makes you look lame :-) */
Are all the outside entries blocked with the following:
LOCALIP=`hostname -i`
LOCALNET=`echo ${LOCALIP} | awk -F. '{print $1 "." $2 "." $3
".0/24"}'`
ipchains -F forward
ipchains -P forward DENY
ipchains -A forward -s ${LOCALNET} -d 0.0.0.0/0 -j MASQ
and
/etc/hosts.deny: ALL:ALL
Note: When you reply to this message, please include
the mailing list and my email address.
*********************************************************************
Signed,
SoloCDM
_______________________________________________
Masq maillist - [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ --
THIS INCLUDES UNSUBSCRIBING!
or email to [EMAIL PROTECTED]
PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.