RouterOS Configure SNAT

mikrotik

Configure SNAT

# enable masquerade on the srcnat chain
/ip firewall nat add chain=srcnat out-interface=ether1 action=masquerade

snat-rule

Configure Firewall

# allow ether2(LAN Interface)traffic to pass through the firewall
/ip firewall filter add chain=forward action=accept in-interface=ether1 out-interface=ether2

snat-firewall