Community discussions

MikroTik App
 
qiet72
newbie
Topic Author
Posts: 26
Joined: Thu Oct 09, 2014 10:23 am

Dynamic hotspot rules in wrong order?

Wed Jul 15, 2015 3:33 pm

Hi,

Normally when the hotspot functionality is enabled, the firewall input rules look somewhat like this:
/ip firewall filter> pri chain=input         
Flags: X - disabled, I - invalid, D - dynamic 
 0  D chain=input action=jump jump-target=hs-input hotspot=from-client log=no log-prefix="" 

 1  D chain=input action=drop protocol=tcp hotspot=!from-client dst-port=64872-64875 log=yes log-prefix="" 

 2    ;;; default configuration
      chain=input action=accept protocol=icmp log=no log-prefix="" 
But, I have noticed on another router, when the hotspot is enabled, the rules look somewhat like this:
 6    ;;; default configuration
      chain=input action=drop in-interface=ether5 log=no log-prefix="" 

 7  D chain=input action=jump jump-target=hs-input hotspot=from-client log=no log-prefix="" 

 8  D chain=input action=drop protocol=tcp hotspot=!from-client dst-port=64872-64875 log=no log-prefix="" 
You see, the two dynamic hotspot rules are put at the end of the input chain instead of the beginning.
All my routers look like the first picture, but I have one router that looks like the second picture. Any idea what could cause this?

Quinn
 
Feklar
Forum Guru
Forum Guru
Posts: 1724
Joined: Tue Dec 01, 2009 11:46 pm

Re: Dynamic hotspot rules in wrong order?

Wed Jul 15, 2015 7:48 pm

Someone manually moving the rules above the dynamic ones at some point. Depending on the rules it may or many not effect functionality since rules are processed in order within it's chain.

Who is online

Users browsing this forum: densenator, helpfulunderneath, Huy0880, lubara, smirgo, zabloc and 60 guests