click the little plus sign then add your IP address information.. You can’t add a network address to an interface, (ie: 192.168.0.0/24 is not a valid host IP address)
Did that. All I see there is the list of IP’s assigned to the router. I want to edit the addresses assigned to address list I created and add some additional addresses. Address in an address list are NOT assigned to the router they are simply used in firewall rules.
Are you talking about an access list? Cause you keep saying ADDRESS LIST…
these are two different things…
If you’re trying to only allow certain subnets to manage your router, then click on IP > firewall, select FILTER RULES, select the INPUT chain. Then create a firewall rule that allows traffic from your respective networks…
example:
add chain=input src-address=10.0.0.0/24 dst-address=127.0.0.1/32 action=accept comment=“Allow connections from 10.0.0.0/24”
disabled=no