Hi,
first - disclaimer - I am in no way IT expert.
I have set up RB433 for my home network. everything is up and running. however, to protect router I set firewall based on following guide:
/ip firewall address-list
add list=management-servers address=192.168.2.1/24
/ip firewall filter
add chain=input src-address-list=management-servers protocol=tcp dst-port=21,22,23,80,443,8291 action=accept
add chain=input protocol=tcp dst-port=21,22,23,80,443,8291 action=drop
as a result I can’t login.
is there a way to get into router to get backup config file I made before setting up firewall?