LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   iptables (https://www.linuxquestions.org/questions/linux-software-2/iptables-376296/)

manoj142 10-24-2005 04:08 AM

iptables
 
Hi,

Please help me with the steps to configure iptables in RHEL 3.0

I want to use it to blocks certain ports of my system

How can I use iptables to block these ports.

Regards,

Manoj

ashamril 10-24-2005 04:48 AM

# iptables -A INPUT -p tcp --destination-port 80 -j DROP


All times are GMT -5. The time now is 10:25 PM.