Community discussions

MikroTik App
 
fonestar
just joined
Topic Author
Posts: 10
Joined: Fri Jan 07, 2011 7:49 pm

Why does port 25 show as open?

Wed Feb 02, 2011 7:34 pm

I do not have an SMTP server and frankly do not want the attention of "25/tcp open smtp" according to nmap scans!

I have tried blocking it using:

/ip firewall filter add chain=forward protocol=tcp dst-port=25 insert-before=0 action=drop


and that didn't work. So I tried forwarding port 25 to a non-existent ip address and that did not work. Port 25 should show as being closed according to port scanning. Why is it showing as open and how to get it to show as closed?
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: Why does port 25 show as open?

Wed Feb 02, 2011 8:28 pm

Please post "/ip firewall filter". You should be blocking more than smtp. You should have as a minimum the protection in the "router protection" in this wiki:
http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Filter