Community discussions

MikroTik App

Search found 8 matches

by mikrotikker
Tue Apr 07, 2015 8:08 pm
Forum: Beginner Basics
Topic: firewall rules...
Replies: 20
Views: 7712

Re: firewall rules...

Me again ;-)

How can I realize this rule on mikrotik webif?
iptables -A INPUT -i eth0 -p tcp ! --syn -m state --state NEW -j DROP
by mikrotikker
Thu Mar 26, 2015 6:41 pm
Forum: Beginner Basics
Topic: firewall rules...
Replies: 20
Views: 7712

Re: firewall rules...

Ok, fragmented packets can be filtered - see above.

What's about other invalid packets? How can I filter these?

How can I realize a SYN-flood protection?

How can I realize a "fail2ban" protection - banning IPs for some time like fail2ban makes it?
by mikrotikker
Sat Mar 21, 2015 8:50 am
Forum: Beginner Basics
Topic: firewall rules...
Replies: 20
Views: 7712

Re: firewall rules...

Ok, clear. I only will permit requests outside via port 67 and the input on port 68, then I have "double security". ;-) But do you have a rule for outgoing DHCP request? Is there a simulator available to check and simulate all firewall rules? If the firewall rulelist has a lot of entries i...
by mikrotikker
Sat Mar 21, 2015 12:14 am
Forum: Beginner Basics
Topic: firewall rules...
Replies: 20
Views: 7712

Re: firewall rules...

Thanks, very much.

When I setup a DHCP client on the WAN interface, do I also must add the firewall ruleset for port 67/68 for a dhcp-request or will this rule added in background?

This video is also very helpful - https://www.youtube.com/watch?v=ulDefmf1ces
by mikrotikker
Wed Mar 18, 2015 7:27 pm
Forum: Beginner Basics
Topic: firewall rules...
Replies: 20
Views: 7712

Re: firewall rules...

Thanks. I added all my rules from my old router and a rule which drops fragmented packets. Which other rules should/could I add to raise the security? Why there are no good and full examples of rulesets for mikrotik routers on the web? Could anyone please post a typical WAN/LAN/DMZ1/DMZ2 ruleset? :-...
by mikrotikker
Thu Mar 12, 2015 7:38 pm
Forum: Beginner Basics
Topic: firewall rules...
Replies: 20
Views: 7712

Re: firewall rules...

Ok, thanks.

Where can I find informaton about rules which makes a firewall secure?

Are there some examlples of rulesets for mikrotik or iptables?

I always block all the traffic and then I set the rules for connection which are allowed. Why should the inverse way better?
by mikrotikker
Wed Mar 11, 2015 10:01 am
Forum: Beginner Basics
Topic: firewall rules...
Replies: 20
Views: 7712

Re: firewall rules...

I am a iptables-newbie. ;-)
Here I have a screenshot of my actually rules from my old router.

Could you please help me to implement this rules to my mikrotik-router?

How can fragmented packets be dropped with iptables?
by mikrotikker
Sun Mar 08, 2015 11:06 pm
Forum: Beginner Basics
Topic: firewall rules...
Replies: 20
Views: 7712

firewall rules...

Hello, I have some question: My OpenWrt routers have per default about 20 rules for securing the WAN/LAN ports. On most mikrotik tutorials I always saw that there are only few rules necasarry (see attached ruleset). On OpenWrt invalid packets must be filtered seperatly - how does it work with mikrot...