Allow only one country to access router
Posted: Sun Dec 09, 2018 1:12 am
Hello,
I've setup a list of IP-s from this site
And I've setup a rule:
What I've intended with this rule: Don't allow connection from anywhere except from "CountryIPAllow"
But the problem is, if this rule is enabled, all my computers and phones etc have internet access, but my router doesn't get updates and can't ping anything.
So no internet for my router.
Maybe someone can explain me how to fix it.
Thank you!
I've setup a list of IP-s from this site
And I've setup a rule:
Code: Select all
/ip firewall filter
chain=input action=drop src-address-list=!CountryIPAllow in-interface=ether1 log=no log-prefix=""
What I've intended with this rule: Don't allow connection from anywhere except from "CountryIPAllow"
But the problem is, if this rule is enabled, all my computers and phones etc have internet access, but my router doesn't get updates and can't ping anything.
So no internet for my router.
Maybe someone can explain me how to fix it.
Thank you!