RouterOS V7.10后 开启NAT1(FullCone)基于Endpoint-Independent NAT 官帮助

网心云注册活动:立即进入

通用的命令如下:


/ip firewall nat add action=endpoint-independent-nat chain=srcnat protocol=udp comment=FullCone-Nat
/ip firewall nat add action=endpoint-independent-nat chain=dstnat protocol=udp comment=FullCone-Nat

注意目前Endpoint-Independent NAT仅支持UDP协议。

使用测试工具测试一下,工具默认的地址换为图片的地址

当然如果你是多线的也可指定pppoe-out1哪条宽带

/ip firewall nat add action=endpoint-independent-nat chain=srcnat out-interface=pppoe-out1 protocol=udp comment=FullCone-Nat 
/ip firewall nat add action=endpoint-independent-nat chain=dstnat in-interface=pppoe-out1 protocol=udp comment=FullCone-Nat

 

 

效果怎样?我现在用的是ros 7.13

如果宽带是公网IP,其实开启UNPN后,都可以跑满的了,收入也就“角”之间的差别。


网心云后台显示,开启NAT1后,UNPN就会失效了。

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。