diff --git a/IT/Deployment docs/Configuring hairpin NAT on a Mikrotik router.md b/IT/Deployment docs/Configuring hairpin NAT on a Mikrotik router.md index 48e5c57..56a0df4 100644 --- a/IT/Deployment docs/Configuring hairpin NAT on a Mikrotik router.md +++ b/IT/Deployment docs/Configuring hairpin NAT on a Mikrotik router.md @@ -9,4 +9,6 @@ From the RouterOS CLI, enter NAT configuration mode: Configure NAT to forward any traffic from the LAN net that's directed at the WAN IP to forward that traffic back to the the server in question (You can only forward to a single IP): ``` -``` \ No newline at end of file + +``` +I first tried `add` `action``=masquerade` `chain``=srcnat` `dst-address``=10.0.0.3` `out-interface``=LAN` `protocol``=tcp` `src-address``=10.0.0.0/24`|` \ No newline at end of file