Difference between revisions of "Mikrotik: NAT Sederhana"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " ip firewall nat add chain=srcnat out-interface=ether1 action=masquareade ip firewall nat print ==Pranala Menarik== * Mikrotik") |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Menset NAT di Mikrotik menggunakan console, | ||
− | ip firewall nat add chain=srcnat out-interface=ether1 action= | + | /ip firewall nat add chain=srcnat out-interface=ether1 action=masquerade |
− | ip firewall nat print | + | /ip firewall nat print |
Latest revision as of 08:03, 1 December 2021
Menset NAT di Mikrotik menggunakan console,
/ip firewall nat add chain=srcnat out-interface=ether1 action=masquerade /ip firewall nat print