Community discussions

MikroTik App
 
Sopheap
just joined
Topic Author
Posts: 2
Joined: Wed Oct 30, 2013 4:24 am

Mikrotik RouterBoard 1200 support spam blocker or not?

Tue Nov 05, 2013 4:47 am

Hi,
I have Mikrotik RouterBoard 1200 and i want to use it to block the spam and generate monthly report the http tracffic.
Can this Mikrotik RouterBoard 1200 do those function above?

Thank
Sopheap
 
VARELA
newbie
Posts: 49
Joined: Mon Jan 14, 2008 12:39 pm

Re: Mikrotik RouterBoard 1200 support spam blocker or not?

Tue Nov 05, 2013 12:47 pm

You can block spammer based on IP/port filter rules or you can "play" with
/ip firewall layer7-protocol http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/L7
and, maybe, some scripts.
 
bingo220
Member Candidate
Member Candidate
Posts: 124
Joined: Sun Sep 22, 2013 9:30 pm
Location: Ukraine

Re: Mikrotik RouterBoard 1200 support spam blocker or not?

Tue Nov 05, 2013 5:59 pm

/ ip firewall filter
add chain=forward prot=tcp dst-port=25 src-address-list=spammer act=drop comment="Block port-25 for SPAMMERS from spammer-list"
add chain=forward prot=tcp dst-port=25 connection-limit=30,32 limit=50,5 src-address-list=!spammer action=add-src-to-address-list address-list=spammer address-list-timeout=30d comment="Add SPAMMERS to spammer-list for 30 days"

Who is online

Users browsing this forum: Ask Jeeves [Bot], GoogleOther [Bot] and 63 guests