Port 110

Port 110

am 09.05.2005 07:58:39 von vinod

Hi,


My POP3 server is active and i am receiving mails from inside my
network. In my firewall we have not opened the port no 110 and I don't
want to open this port always. I want to open when ever needed and for
the perticular ip address from which i want to check the mail

How to Open the port 110 for a given perticular IP Address


Regards


Vinod

Re: Port 110

am 09.05.2005 10:13:42 von Mike

Vinod wrote:
> Hi,
>
>
> My POP3 server is active and i am receiving mails from inside my
> network. In my firewall we have not opened the port no 110 and I don't
> want to open this port always. I want to open when ever needed and for
> the perticular ip address from which i want to check the mail
>
> How to Open the port 110 for a given perticular IP Address

Which firewall?

Re: Port 110

am 09.05.2005 10:28:15 von vinod

I am using Netfilter IPtables

Re: Port 110

am 10.05.2005 11:59:45 von Mike

Vinod wrote:
> I am using Netfilter IPtables
>

Just specify the source IP address then.

RTFM

http://www.netfilter.org/documentation/HOWTO//packet-filteri ng-HOWTO-7.html#ss7.3

Re: Port 110

am 11.05.2005 03:30:19 von Joe Beasley

iptables -A INPUT -p tcp -s source_ip_address --dport 110 -j ACCEPT
--
Joe Beasley



user@localhost.com