Change the default webfig ip address

Hi all,

I’m very new to mikrotik’s brand of routers, and I am starting to learn how to configure them. I have a hex poe model that I am learning with. I have a situation where I want to set up a subnet on another port, and then make that the admin port that can access webfig. The other subnet I want to block from having access to webfig.

So, for example I have 10.10.10.0/24 on one port and 10.10.20.0/24 on another port. Right now, webfig is available on the 10.10.10.1 address. I would like to move it so that it is only accessible on the 10.10.20.1 address. So far, I haven’t found anywhere in the configuration to set which address is the one for webfig. Maybe it is easy and I am being stupid, but I could use some help. Can anyone tell me what am I missing?

Thanks,
PH

Make firewall rule which accepts access to webfig only for particular address.

By default it will be accessible on any IP of you box on port 80
Simply go to “IP” → “Services” → then double-click on the “www” (=Webfig) and put 10.10.20.0/24 in the “Available From” box.
Now only access is permitted when coming from these ranges.Problem solved no ?

I did as you both suggested, and it is working the way I want it to now. Thank you very much for the help!

PH