if you don’t mind, i would like to get some help. Our Mikrotik router were configured by a guy who we paid for it. when i tried to backup it says "Operation not permitted (9). Even it says the same when i tired to open the terminal. I’m attaching the Commands that he used to configure the router.
/ip firewall mangle add action=accept chain=prerouting comment=“SEM BALANCE” disabled=no dst-address-list=sem_balance in-interface=Local
/ip address add address=192.168.0.1/24 interface=Local
/ip address add address=192.168.1.100/24 interface=wlan1
/ip address add address=192.168.2.100/24 interface=wlan2
/ip firewall mangle add chain=input in-interface=wlan1
action=mark-connection new-connection-mark=wlan1_conn
/ip firewall mangle add chain=input in-interface=wlan2
action=mark-connection new-connection-mark=wlan2_conn
/ip firewall mangle add chain=output in-interface=wlan1_conn
action=mark-routing new-routing-mark=to_wlan1
/ip firewall mangle add chain=output in-interface=wlan2_conn
action=mark-routing new-routing-mark=to_wlan2
/ip firewall mangle add chain=prerouting dst-address=192.168.1.0/24 action=accept in-interface=local
/ip firewall mangle add chain=prerouting dst-address=192.168.2.0/24 action=accept in-interface=local
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/0
action=mark-connection new-connection-mark=wlan1_conn passthrough=yes
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/1
action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/2
action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/3
action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/4
action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/5
action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/6
action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/7
action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/8
action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/9
action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
/ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=local per-connection-classifier=both-addresses:11/10
action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
/ip firewall mangle add chain=prerouting connection-mark=wlan1_conn in-interface=local action=mark-routing new-routing-mark=to_wlan1
/ip firewall mangle add chain=prerouting connection-mark=wlan2_conn in-interface=local action=mark-routing new-routing-mark=to_wlan2
/ip route add dst-address=0.0.0.0/0 gateway=192.168.1.1 routing-mark=to_wlan1 check-gateway=ping
/ip route add dst-address=0.0.0.0/0 gateway=192.168.2.1 routing-mark=to_wlan2 check-gateway=ping
/ip route add dst-address=0.0.0.0/0 gateway=192.168.1.1 distance=1 check-gateway=ping
/ip route add dst-address=0.0.0.0/0 gateway=192.168.2.1 distance=2 check-gateway=ping
/ip firewall nat add action=masquerade chain=srcnat
src-address=192.168.0.0/24 comment=“MASCARAMENTO PCC” disabled=no
/ip firewall nat add chain=srcnat
out-interface=wlan1 action=masquerade
/ip firewall nat add chain=srcnat
out-interface=wlan2 action=masquerade
Thanks