From 16424c04b00b1120cbb260106cec2f3caa521714 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:00:23 -0600 Subject: [PATCH] vault backup: 2024-07-05 12:00:23 --- .../Configuring hairpin NAT on a Mikrotik router.md | 4 ++++ 1 file changed, 4 insertions(+) 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 4adcdf2..48e5c57 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 @@ -6,3 +6,7 @@ From the RouterOS CLI, enter NAT configuration mode: ``` /ip firewall nat ``` + +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