Problems with ImapS port.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello, I'm with a little problem using iptables, I'm trying to accept
the port 993 and 465 for use IMAP on Gmail.
But, when I pass the nmap, give me this:

465/tcp  closed smtps
993/tcp  closed imaps
995/tcp  closed pop3s

And the rulez:

iptables -A INPUT -p tcp --dport 993 -j ACCEPT
iptables -A INPUT -p udp --dport 993 -j ACCEPT
iptables -A INPUT -p tcp --dport 465 -j ACCEPT
iptables -A INPUT -p udp --dport 465 -j ACCEPT
iptables -A INPUT -p tcp --dport 995 -j ACCEPT
iptables -A INPUT -p udp --dport 995 -j ACCEPT

And when I list the rulex with IPTABLES -L

ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:imaps
ACCEPT     udp  --  anywhere             anywhere            udp dpt:imaps
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:smtps
ACCEPT     udp  --  anywhere             anywhere            udp dpt:465
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:pop3s
ACCEPT     udp  --  anywhere             anywhere            udp dpt:pop3s

Anybody can help me with this? =D

Best Regards,

Stephan

-- 
---------------------------------------------------------------------
Stephan Higuti
MSN: higutisam@xxxxxxxxxxx
Email: higuti.sam@xxxxxxxxx
---------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux