For security purposes, I want to restrict the addresses from which an /ip service is available. The problem is that I have two different unrelated address ranges from which I need to make a service available. I’d like to be able to say something like
/ip service set 9 address=111.111.111.1/24,222.222.222.1/24
but the router doesn’t accept that. I can’t add a second entry for the same service with another address, either. Is there any way to do what I want?