# apr/20/2021 14:29:16 by RouterOS 6.44
# software id = 7YWG-3JP4
#
# model = RB750Gr3
# serial number = 8AFF09A43E00
/interface bridge
add name=bridge_LAN
/interface ethernet
set [ find default-name=ether1 ] name=ether1-WAN1
set [ find default-name=ether2 ] name=ether2-WAN2
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=10.10.10.100-10.10.10.200
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge_LAN name=dhcp1
/interface bridge port
add bridge=bridge_LAN interface=ether3
add bridge=bridge_LAN interface=ether4
add bridge=bridge_LAN interface=ether5
/ip address
add address=
10.10.10.1/24 interface=bridge_LAN network=
10.10.10.0/ip dhcp-client
add add-default-route=no disabled=no interface=ether1-WAN1 use-peer-dns=no
add add-default-route=no disabled=no interface=ether2-WAN2 use-peer-dns=no
/ip dhcp-server network
add address=
10.10.10.0/24 dns-server=
8.8.8.8 gateway=
10.10.10.1/ip dns
set allow-remote-requests=yes servers=
8.8.8.8,
8.8.4.4/ip firewall filter
add action=drop chain=input dst-port=53 in-interface=ether1-WAN1 protocol=udp
add action=drop chain=input dst-port=53 in-interface=ether1-WAN1 protocol=tcp
add action=drop chain=input dst-port=53 in-interface=ether2-WAN2 protocol=udp
add action=drop chain=input dst-port=53 in-interface=ether2-WAN2 protocol=tcp
/ip firewall mangle
add action=mark-routing chain=prerouting new-routing-mark=GroupA passthrough=\
no src-address=
10.10.10.0/24add action=mark-routing chain=prerouting new-routing-mark=GroupB passthrough=\
no src-address=
10.10.10.0/24/ip firewall nat
add action=masquerade chain=srcnat src-address=
10.10.10.0/24/ip route
add distance=1 gateway=
192.168.9.1 routing-mark=GroupA
add distance=1 gateway=
192.168.55.1 routing-mark=GroupB
add distance=1 gateway=
192.168.9.1/system clock
set time-zone-name=Europe/Moscow