Renato Policani wrote:
> Hi,
> Do you tryed:
>
> iptables -A INPUT -p tcp -m tcp --dport 110 -j ACCEPT
>
> or
>
> iptables -A INPUT -p tcp -m tcp --destination-port 110 -j ACCEPT
>
> Renato Policani.
Drop the -m tcp
It should be /sbin/iptables -A INPUT -p TCP --dport 110 -j ACCEPT
But please read the tutorial I sent a moment ago, it will help. And also
a better place to ask this would be somewhere like
http://www.linuxquestions.org
Please Please read the tutorial. It will help you understand.
This is way off topic for a Squid Mailing list.
Mike
Received on Wed Jan 12 2005 - 09:14:42 MST
This archive was generated by hypermail pre-2.1.9 : Mon Mar 07 2005 - 12:59:35 MST