做了PCC叠加
端口映射 192.168.19.253>9804端口,准备通过wan3出去
mangle做了标记
chain-prerouting
src.address =192.168.19.253 acion mark routing New Routing Mark= to_wan3_route Passthrough=yes
ip firewall nat
Chain=dstnat dst.address=(wan3地址) protocol=tcp Dst.port=9804
Action=dst-nat to addresses=192.168.19.253
to ports=9804
配置到这里,外部网络可以访问WAN3地址和端口,内网通过wan3外网地址无法访问.网上说的回流啊什么的都做过了,内网还是无法通过WAN3地址访问,请教高手如何配置?????????????