failed to bind to ::[500] Bad file descriptor
/interface bridge port
add bridge=bridge1 interface=ether3 pvid=2
add bridge=bridge1 interface=ether4 pvid=3
/interface bridge vlan
add bridge=bridge1 tagged=ether2 untagged=ether3 vlan-ids=2
add bridge=bridge1 tagged=ether2 untagged=ether4 vlan-ids=3
/interface bridge set bridge1 vlan-filtering=yes
/ip firewall address-list
add address=<ваш IP 1> list=inet-IP
add address=<ваш IP 2> list=inet-IP
add address<ваша подсеть 1>/24 list=LocalNet
add address<ваша подсеть 2>/24 list=LocalNet
/ip firewall nat
add action=dst-nat chain=dstnat comment="To WEB-Server" dst-address-list=inet-IP dst-port=80,443 protocol=tcp to-addresses=<IP адрес>
add action=masquerade chain=srcnat comment="Hirepin NAT" out-interface-list=LAN src-address-list=LocalNet
/ip firewall mangle add action=mark-routing chain=prerouting comment="To AWS" src-address=<Mashine IP> new-routing-mark=aws_route passthrough=no
/ip route add comment="To AWS" distance=5 gateway=<L2TP_AWS_IP> routing-mark=aws_route
Пишу по памяти - синтаксис может быть не верным.../interface wireless
set [ find default-name=wlan2 ] antenna-gain=0 band=5ghz-onlyac channel-width=20/40mhz-Ce country=russia3 disabled=no frequency=auto installation=indoor mode=\
ap-bridge security-profile=home ssid=<You_SSID> wireless-protocol=802.11 wmm-support=enabled wps-mode=disabled