Re: could someone translate these rules inot plain english

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2004-01-22 at 08:10, Technical wrote:
> -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
> 
Add (-A) to chain RH-Firewall-1-INPUT match (-m) on state (--state)
ESTABLISHED or RELATED jump (-j) to ACCEPT (basically accept this
packet).

> -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
Add (-A) to chain RH-Firewall-1-INPUT jump (-j) to REJECT and reject
with specific options (--reject-with icmp-host-prohibited)

The chains above are user defined chains.

-- 
--
Raymond Leach <raymondl@xxxxxxxxxxxxxxxxxxxxxx>
Network Support Specialist
http://www.knowledgefactory.co.za
"lynx -source http://www.rchq.co.za/raymondl.asc | gpg --import"
Key fingerprint = 7209 A695 9EE0 E971 A9AD  00EE 8757 EE47 F06F FB28
--

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux