Hello If any body know how to to open all ports and stop my firewall from start time from 23:01:00 and run again the firewall again at 10:59:00 I was did that in version 2.8x
for night
/ip firewall rule forward disable [/ip firewall rule forward find comment=day]
but changed in mikrotik 2.9 didnt worked if any body can tell me how step by step that will help me alot .
Itried this for 2.9 : /ip firewall filter find action=drop] [/ip firewall filter disable 51] for the night
and for the day rules : /ip firewall filter find action=drop] [/ip firewall filter enable 51]
also for the queues I want to make users use unlimited bandwidh from 2 at night till 8 in the morning and back the limitation again .
please help me
Hello ,
I tried to make time option for night firewall and queue option for firewall to open all port and for shaping also to make all users have unlimited connection and if I can make balance in traffic when some one using internet and heavy download …
Add one rule to chain=forward,
'ip firewall filter add action=jump jump-target=hotspot chain=forward',
set for 'guest' user profile,
'ip hotspot user profile set profile_name incoming-filter=1 outgoing-filter=1', that will redirect current profile traffoc to chain=1.
Add rule to chain 1 to drop traffic with specific dst-address,
'ip firewall filter add chain=1 dst-address=172.0.0.0/8 action=drop'.
And I applied this rule at the user ‘guest’
I did that for locking to the user ‘guest’ couldn’t acceed to 172.0.0.0/8 but as you can see I obtain a drop
But now I would need that the user could redirect to the hotspot home page or to nay error page where the user can be alerted that can not be acceed to the rank
How could I do it?