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 new file mode 100644 index 0000000..4adcdf2 --- /dev/null +++ b/IT/Deployment docs/Configuring hairpin NAT on a Mikrotik router.md @@ -0,0 +1,8 @@ +Hairpin NAT enables a device on the LAN to access another device on the LAN via the public IP + +https://help.mikrotik.com/docs/display/ROS/NAT#NAT-HairpinNAT + +From the RouterOS CLI, enter NAT configuration mode: +``` +/ip firewall nat +```