Allowed access to my network from internet only for some IP

Hi,

I would like to allow connection to my Mikrotik network from internet only for a specific IP’s adresses.
So after that, only 3 or 4 IP’s that i will choose can access to my network from outside
Please Help me with this configuration on my Mikrotik
Thanks a lot

Regards

Hello,

It is quite simple. just create an address list in /ip firewall address-list and a firewall rule like this :


/ip firewall address-list
add address=x.x.x.x list=Management
add address=x.x.x.x list=Management
add address=x.x.x.x list=Management

/ip firewall filter
add chain=input comment=“Allow WINBOX” dst-port=8291 protocol=tcp src-address-list=Management