Page 1 of 1

Please HELP, Firewall Basic Question....

Posted: Sat Jul 15, 2017 6:49 am
by yusda
I have a Mikrotik LHG 5 Wireless antenna... I want this 3 IP's 10.0.9.10, 10.0.9.11, 10.0.9.12 to have full access to the device and I want to drop, all others IP on the network, how I can archive this please help, I new in Mikrotik devices sorry :(.... and thanks for the help....

Re: Please HELP, Firewall Basic Question....

Posted: Sat Jul 15, 2017 5:23 pm
by IntrusDave
create an accept rule on the input chain, with 10.0..9.10-10.0.9.12 as the source address.
then create a drop-all rule for everything else.

https://wiki.mikrotik.com/wiki/Manual:I ... all/Filter

Re: Please HELP, Firewall Basic Question....

Posted: Sun Jul 16, 2017 6:39 am
by yusda
create an accept rule on the input chain, with 10.0..9.10-10.0.9.12 as the source address.
then create a drop-all rule for everything else.

https://wiki.mikrotik.com/wiki/Manual:I ... all/Filter
Yes but how I do it, can you send an example please, I'm very new in Mikrotik sorry... and thanks!

Re: Please HELP, Firewall Basic Question....

Posted: Mon Jul 17, 2017 12:14 am
by IntrusDave
/ip firewall filter add place-before=0 chain=input src-address=10.0.9.10-10.0.9.12
/ip firewall filter add chain=input action=drop
then remove any other input rules.