From 0f69e9e85469f77676cfffb6d10f7cb895daa962 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:10:23 -0600 Subject: [PATCH] vault backup: 2024-07-05 12:10:23 --- .../Configuring hairpin NAT on a Mikrotik router.md | 5 ++++- 1 file changed, 4 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 56a0df4..1937aef 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 @@ -11,4 +11,7 @@ Configure NAT to forward any traffic from the LAN net that's directed at the WAN ``` ``` -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 +I first tried `add action=masquerade chain=srcnat dst-address=192.168.0.6 out-interface=LAN protoco ol=tcp src-address=192.168.0.0/24`, but was getting the error `input does not match any value of interface`. + +Following the advice from , I changed `out-interface` to `out-interface-list`, and the command completed without any errors. +