RouterOS V7.10开启NAT1(FullCone)基于Endpoint-Independent NAT
Endpoint-Independent NAT官网介绍
NAT - RouterOS - MikroTik Documentation
MikroTik稳定版7.10加入新Endpoint-Independent NAT
这篇文章有介绍NAT类型:
命令如下:
/ip firewall nat add action=endpoint-independent-nat chain=srcnat protocol=udp place-before=0 comment=FullCone-Nat
/ip firewall nat add action=endpoint-independent-nat chain=dstnat protocol=udp place-before=0 comment=FullCone-Nat
注意:Endpoint-Independent NAT仅支持UDP协议
设置完成下级内网主机测试NAT类型就会显示全锥形
暂无标签