Community discussions

MikroTik App
 
djidi
just joined
Topic Author
Posts: 2
Joined: Tue Jun 27, 2023 4:44 pm

Renew License Filter Rules

Tue Jun 27, 2023 4:54 pm

What Filter Rules should I add to allow Renew License working?

I have this rule at the end of the list:
/ip firewall filter add action=drop chain=input comment="Drop everything"

Unless I disable this rule, the Renew license doesn't work:
Screenshot_670.png
You do not have the required permissions to view the files attached to this post.
 
wispmikrotik
Member Candidate
Member Candidate
Posts: 138
Joined: Tue Apr 25, 2017 10:43 am

Re: Renew License Filter Rules  [SOLVED]

Tue Jun 27, 2023 5:00 pm

Hi,
/ip firewall address-list add list="License_Mikrotik" address=license.mikrotik.com

/ip firewall filter add action=accept src-address-list=License_Mikrotik chain=input

Move that rule, before the last one (drop all).

Regards,
 
djidi
just joined
Topic Author
Posts: 2
Joined: Tue Jun 27, 2023 4:44 pm

Re: Renew License Filter Rules

Tue Jun 27, 2023 5:16 pm

Thank you for fast response. I have tried your rule, but still have the same error. I have even added mikrotik.com and upragde.mikrotik.com, but it doesn't help.
Screenshot_672.png
Screenshot_673.png
EDIT: Now it suddenly began to work. Maybe this is related to DNS. Should I also allow input for UDP 53?
You do not have the required permissions to view the files attached to this post.
Last edited by djidi on Tue Jun 27, 2023 5:28 pm, edited 1 time in total.
 
djidi
just joined
Topic Author
Posts: 2
Joined: Tue Jun 27, 2023 4:44 pm

Re: Renew License Filter Rules

Tue Jun 27, 2023 5:38 pm

I had to add this rule for DNS (Google):
/ip firewall filter add action=accept src-address=8.8.8.8 chain=input

Then it works with:
/ip firewall address-list add list="License_Mikrotik" address=license.mikrotik.com

/ip firewall filter add action=accept src-address-list=License_Mikrotik chain=input

Who is online

Users browsing this forum: No registered users and 3 guests