From 89f5369a3c8e233945437746ed0d8343398f917c Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:05:23 -0600 Subject: [PATCH] vault backup: 2024-07-05 12:05:23 --- .../Configuring hairpin NAT on a Mikrotik router.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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