RouterOS Configure SNAT
Configure SNAT
# enable masquerade on the srcnat chain
/ip firewall nat add chain=srcnat out-interface=ether1 action=masquerade
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