Specifically, I would like to know the minimum requirement to let
pcAnywhere
out of our system.


This is what I use for going out;
$IPCHAINS -A input -p tcp -s $ALLADDR -d $EXTERNAL_NET 5631 -j ACCEPT -v
$IPCHAINS -A input -p udp -s $ALLADDR -d $EXTERNAL_NET 5631 -j ACCEPT -v
$IPCHAINS -A input -p tcp -s $ALLADDR -d $EXTERNAL_NET 5632 -j ACCEPT -v
$IPCHAINS -A input -p udp -s $ALLADDR -d $EXTERNAL_NET 5632 -j ACCEPT -v


And I use this for coming in;
$IPMASQADM autofw -A -v -r tcp 5631 5632 -h $PCA_HOST -u
$IPMASQADM autofw -A -v -r udp 5631 5632 -h $PCA_HOST -u

where $PCA_HOST is whatever computer you want to get to...

Share and enjoy



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to