I forgot to mention, in general it is better to REJECT than DENY. REJECT
responds to the source by telling them that the port is unreachable,
wheras deny simply drops the packets entirely.

If you are going to block access by protocol and port, then you should use
REJECT, and it will appear that the service is simply not running. If you
DENY, it will tip your hand that there is a firewall rule.

If you want to hide your machine entirely from a foreign host, then it is
appropriate to use DENY, but it is only effective if you block all access,
not selected protocols or ports.

thornton



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

Reply via email to