vault backup: 2024-07-05 12:10:23

This commit is contained in:
zleyyij 2024-07-05 12:10:23 -06:00
parent 89f5369a3c
commit 0f69e9e854

View File

@ -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`|` 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 <https://superuser.com/questions/1242353/routeros-hairpin-nat-produces-input-does-not-match-any-value-of-interface>, I changed `out-interface` to `out-interface-list`, and the command completed without any errors.