/interface bridge
add arp=proxy-arp name=LAN
/interface bridge port
add bridge=LAN interface=ether2
/ip address
add address=
192.168.101.2/24 interface=LAN network=
192.168.101.0 /ip cloud
set update-time=no
/ip dhcp-client
add disabled=no interface=ether1
/ip dns
set allow-remote-requests=yes
/ip firewall filter
add action=accept chain=output comment=TestPingCounter out-interface=ether1 \
protocol=icmp
add action=accept chain=input in-interface=ether1 protocol=icmp
add action=drop chain=input comment=DropAllInput in-interface=ether1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes