Java Mailing List Archive

http://www.redhatconfig.com/

Home » Red Hat Linux Discussion »

Re: need squid help

Vivek Mangal

2008-04-01

Replies:

Author LoginPost Reply
I think, We should append this rule not insert, then
/sbin/iptables -A OUTPUT -p tcp -dport 443 -j DROP
another it block all request on 443 port.
Tell me if i am wrong..

> So , in your case the following rules should work:
>
> ### First allow ###
> /sbin/iptables -I OUTPUT -d gmail.com -p tcp --dport 443 -j ACCEPT
> /sbin/iptables -I OUTPUT -d <GTALK IP > -p tcp --dport 443 -j ACCEPT
>
> ### Then Deny ###
> /sbin/iptables -I OUTPUT -p tcp --dport 443 -j DROP
--
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.