Hello
I’m all new to Mikrotik routers!
I have a Mikrotik Metal 5Ghz router. Everything is working fine except the firewall rules!
I just simply created a rule to drop all connections from internet to my routeros login page which you can access to webfig. This rule was working perfect but I don’t know since when it won’t drop connections to my routeros webfig anymore!
/ip firewall filter
add chain=input src-address=192.168.1.0/24 action=accept
in-interface=!ether1
add chain=input action=drop comment=“Drop everything else”
I created DHCP server with this IP range 192.168.1.0/24
But the wireless access point inside house is getting 192.168.1.243 from the router!
The thing I want to do is to simply drop all external connections to webfig from internet but I be able to access it from webfig from local network. I don’t want to use /ip service cause it will drop my local webfig access too.
Thanks in advance!