User Tools

Site Tools


networking:router:mikrotik_nat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
networking:router:mikrotik_nat [2016/03/12 11:17]
gcooper created
networking:router:mikrotik_nat [2023/07/26 12:00] (current)
gcooper
Line 1: Line 1:
 ====== Mikrotik NAT ====== ====== Mikrotik NAT ======
 +
 +===== Determine NAT =====
 +
 +https://forum.mikrotik.com/viewtopic.php?t=88479
 +
 +https://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Connection_tracking
 +
 +https://wiki.mikrotik.com/wiki/Manual:Scripting#Other_Operators
 +
 +https://www.pcwdld.com/nat-lookup-tools-and-software
 +
 +<file>
 +/ip firewall connection print where src-address ~"x.x.x."
 +</file>
 +
 +Flags:
 +  * **s** - srcnat
 +  * **d** - dstnat
  
 ===== Hairpin NAT ===== ===== Hairpin NAT =====
Line 5: Line 23:
 https://yaleman.org/2014/10/23/hairpin-nat-on-mikrotik-v6-19/ https://yaleman.org/2014/10/23/hairpin-nat-on-mikrotik-v6-19/
  
-Hairpin NAT allows internal clients behind NAT to access port-forwarded services (behind the same NAT) as if they were accessed from the outside.+Hairpin NAT allows internal clients behind NAT to access port-forwarded (destination NATed) services (behind the same NAT) as if they were accessed from the outside.
networking/router/mikrotik_nat.1457806670.txt.gz · Last modified: 2016/03/12 11:17 by gcooper