Java Mailing List Archive

http://www.redhatconfig.com/

Home » Red Hat Linux Discussion »

Re: Block port 80 allow port 110&25

Felipe Tornvall N.

2008-01-31

Replies:

Author LoginPost Reply
On Friday 01 February 2008 01:22, Toto wrote:
> i'm using redhat 9 as pc router and internet access with dsl, i want to
> block port 80 but allow port 110 and 25 in my lan
>
> thanks for your help

Maybe use iptables ???? or google ?

iptables -A INPUT -p tcp --dport 25 -j ACCEPT
iptables -A INPUT -p tcp --dport 110 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j REJECT --reject-with tcp-reset
iptables -A INPUT -p tcp --dport 1:1024 -j DROP


--
lpct@(protected)
http://www.linuxiso.cl

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)
https://www.redhat.com/mailman/listinfo/redhat-list
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.