I removed everything unnecessary )
# model = RouterBOARD 750G r3
/interface bridge
add admin-mac=00:11:22:33:44:55 auto-mac=no comment="created from master port" name=bridge1 protocol-mode=none
/interface ethernet
set [ find default-name=ether1 ] mac-address=55:44:33:22:11:00 speed=100Mbps
set [ find default-name=ether2 ] name=ether2-master speed=100Mbps
set [ find default-name=ether3 ] speed=100Mbps
set [ find default-name=ether4 ] speed=100Mbps
set [ find default-name=ether5 ] speed=100Mbps
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=192.168.1.101-192.168.1.199
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge1 lease-time=3h name=defconf
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0
/interface bridge port
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether2-master
/ip neighbor discovery-settings
set discover-interface-list=discover
/interface detect-internet
set detect-interface-list=all
/interface list member
add comment=defconf interface=bridge1 list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=bridge1 list=discover
add interface=ether3 list=discover
add interface=ether4 list=discover
add interface=ether5 list=discover
add interface=bridge1 list=mactel
add interface=bridge1 list=mac-winbox
/ip address
add address=192.168.1.1/24 comment=defconf interface=ether3 network=192.168.1.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=ether1 use-peer-dns=no
/ip dhcp-server network
add address=192.168.1.0/24 comment=defconf dns-server=192.168.1.1 gateway=192.168.1.1 netmask=24
/ip dns
set allow-remote-requests=yes cache-size=4096KiB servers=192.168.1.10
/ip firewall filter
add action=drop chain=input comment="Manual block list" src-address-list=block_ip_list
add action=drop chain=forward comment="Manual block list" src-address-list=block_ip_list
add action=drop chain=forward comment=BlackList_port in-interface=ether1 src-address-list=BlackList_port
add action=drop chain=input comment=BlackList_port in-interface=ether1 src-address-list=BlackList
add action=drop chain=forward comment=Port_scanner_drop src-address-list="port scanners"
add action=drop chain=input comment=Port_scanner_drop src-address-list="port scanners"
add action=add-src-to-address-list address-list=BlackList_port address-list-timeout=2w chain=input comment="Honeypot UDP" dst-port=1194,5060 in-interface=ether1 log=yes protocol=udp src-address-list=\
!WhiteList
add action=add-src-to-address-list address-list=BlackList_port address-list-timeout=2w chain=input comment="Honeypot TCP" dst-port=21,22,23,389,1194,1433,1521,3306,3389,4899,5001,5060,5900,8080 \
in-interface=ether1 log=yes protocol=tcp src-address-list=!WhiteList
add action=add-src-to-address-list address-list="port scanners" address-list-timeout=2w chain=input in-interface=ether1 protocol=tcp psd=21,3s,3,1
add action=add-src-to-address-list address-list="port scanners" address-list-timeout=2w chain=input in-interface=ether1 protocol=tcp tcp-flags=fin,!syn,!rst,!psh,!ack,!urg
add action=add-src-to-address-list address-list="port scanners" address-list-timeout=2w chain=input in-interface=ether1 protocol=tcp tcp-flags=fin,syn
add action=add-src-to-address-list address-list="port scanners" address-list-timeout=2w chain=input in-interface=ether1 protocol=tcp tcp-flags=syn,rst
add action=add-src-to-address-list address-list="port scanners" address-list-timeout=2w chain=input in-interface=ether1 protocol=tcp tcp-flags=fin,psh,urg,!syn,!rst,!ack
add action=add-src-to-address-list address-list="port scanners" address-list-timeout=2w chain=input in-interface=ether1 protocol=tcp tcp-flags=fin,syn,rst,psh,ack,urg
add action=add-src-to-address-list address-list="port scanners" address-list-timeout=2w chain=input in-interface=ether1 protocol=tcp tcp-flags=!fin,!syn,!rst,!psh,!ack,!urg
add action=drop chain=forward comment="drop ssh brute forcers" dst-port=43112 in-interface=ether1 protocol=tcp src-address-list=ssh_blacklist
add action=add-src-to-address-list address-list=ssh_blacklist address-list-timeout=1w chain=forward connection-state=new dst-port=43112 in-interface=ether1 protocol=tcp src-address-list=ssh_stage3
add action=add-src-to-address-list address-list=ssh_stage3 address-list-timeout=2m chain=forward connection-state=new dst-port=43112 in-interface=ether1 protocol=tcp src-address-list=ssh_stage2
add action=add-src-to-address-list address-list=ssh_stage2 address-list-timeout=2m chain=forward connection-state=new dst-port=43112 in-interface=ether1 protocol=tcp src-address-list=ssh_stage1
add action=add-src-to-address-list address-list=ssh_stage1 address-list-timeout=2m chain=forward connection-state=new dst-port=43112 in-interface=ether1 protocol=tcp
add action=drop chain=forward comment="drop pptp brute forcers" dst-port=1723 protocol=tcp src-address-list=pptp_blacklist
add action=add-src-to-address-list address-list=pptp_blacklist address-list-timeout=1w chain=forward connection-state=new dst-port=1723 protocol=tcp src-address-list=pptp_stage3
add action=add-src-to-address-list address-list=pptp_stage3 address-list-timeout=1m chain=forward connection-state=new dst-port=1723 protocol=tcp src-address-list=pptp_stage2
add action=add-src-to-address-list address-list=pptp_stage2 address-list-timeout=1m chain=forward connection-state=new dst-port=1723 protocol=tcp src-address-list=pptp_stage1
add action=add-src-to-address-list address-list=pptp_stage1 address-list-timeout=1m chain=forward connection-state=new dst-port=1723 protocol=tcp
add action=reject chain=forward comment="Block telemetry Microsoft" layer7-protocol=telemetry protocol=tcp reject-with=tcp-reset
add action=drop chain=forward comment="Block telemetry Microsoft" layer7-protocol=telemetry protocol=udp
add action=drop chain=forward comment="Disable internet access for CCTV" src-address=192.168.1.92-192.168.1.100
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
add action=drop chain=forward comment="Block to internet" dst-address-list=block_to_internet
/ip firewall mangle
add action=mark-routing chain=prerouting comment="Mark ls1" dst-address-list=ls1 new-routing-mark=mark_ls1 passthrough=yes
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN
add action=dst-nat chain=dstnat dst-port=1723 in-interface=ether1 protocol=tcp to-addresses=192.168.1.2
add action=dst-nat chain=dstnat dst-address=111.222.111.222 dst-port=1723 protocol=tcp src-address=192.168.1.0/24 to-addresses=192.168.1.2
add action=src-nat chain=srcnat dst-address=192.168.1.2 dst-port=1723 protocol=tcp src-address=192.168.1.0/24 to-addresses=192.168.1.1
add action=dst-nat chain=dstnat dst-port=80,440-444,587,43110-43119 in-interface=ether1 protocol=tcp to-addresses=192.168.1.10
add action=dst-nat chain=dstnat dst-address=111.222.111.222 dst-port=80,440-444,587,43110-43119 protocol=tcp src-address=192.168.1.0/24 to-addresses=192.168.1.10
add action=src-nat chain=srcnat dst-address=192.168.1.10 dst-port=80,440-444,587,43110-43119 protocol=tcp src-address=192.168.1.0/24 to-addresses=192.168.1.1
add action=dst-nat chain=dstnat dst-port=500,1701,4500,43110,43119 in-interface=ether1 protocol=udp to-addresses=192.168.1.10
add action=dst-nat chain=dstnat dst-address=111.222.111.222 dst-port=500,1701,4500,43110,43119 protocol=udp src-address=192.168.1.0/24 to-addresses=192.168.1.10
add action=src-nat chain=srcnat dst-address=192.168.1.10 dst-port=500,1701,4500,43110,43119 protocol=udp src-address=192.168.1.0/24 to-addresses=192.168.1.1
/ip route
add comment="Route ls1" distance=1 gateway=192.168.1.201 routing-mark=mark_ls1
add distance=1 dst-address=10.10.10.0/24 gateway=192.168.1.10
add distance=1 dst-address=10.10.30.0/24 gateway=192.168.1.10
add distance=1 dst-address=10.10.49.0/24 gateway=192.168.1.10
add distance=1 dst-address=10.10.50.0/24 gateway=192.168.1.10
add distance=1 dst-address=10.10.51.0/24 gateway=192.168.1.202
add distance=1 dst-address=10.10.52.0/24 gateway=192.168.1.201
add distance=1 dst-address=10.10.60.0/24 gateway=192.168.1.4
add distance=1 dst-address=10.96.3.0/24 gateway=192.168.1.6
add distance=1 dst-address=192.168.0.0/24 gateway=192.168.1.10
add distance=1 dst-address=192.168.2.0/24 gateway=192.168.1.2
add distance=1 dst-address=192.168.5.0/24 gateway=192.168.1.10
add distance=1 dst-address=192.168.7.0/24 gateway=192.168.1.10
add distance=1 dst-address=192.168.10.0/24 gateway=192.168.1.4
add distance=1 dst-address=192.168.11.0/24 gateway=192.168.1.4
add distance=1 dst-address=192.168.12.0/24 gateway=192.168.1.4
add distance=1 dst-address=192.168.22.0/24 gateway=192.168.1.11
/ip ssh
set allow-none-crypto=yes forwarding-enabled=remote
/ip traffic-flow
set enabled=yes
/ip traffic-flow target
add dst-address=192.168.1.10 port=9996 v9-template-timeout=1m
/system clock
set time-zone-autodetect=no time-zone-name=Europe/Moscow
/system ntp client
set enabled=yes primary-ntp=51.141.32.51 secondary-ntp=94.247.111.10
/system ntp server
set enabled=yes multicast=yes
/system resource irq rps
set ether1 disabled=no
set ether3 disabled=no
set ether4 disabled=no
set ether5 disabled=no
set ether2-master disabled=no
/tool mac-server
set allowed-interface-list=mactel
/tool mac-server mac-winbox
set allowed-interface-list=mac-winbox