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

标签: RouterOS, MikroTik, router, masquerade, snat, dnat, firewall

添加新评论