|
|
楼主 |
发表于 2024-3-25 16:17
|
显示全部楼层
看起来是这个问题
- -A zone_lan_postrouting -j MINIUPNPD-POSTROUTING
- -A zone_lan_postrouting -j MINIUPNPD-POSTROUTING
- -A zone_lan_postrouting -m comment --comment "!fw3: Custom lan postrouting rule chain" -j postrouting_lan_rule
- -A zone_lan_postrouting -s 10.0.0.0/16 -d 10.0.0.4/32 -p tcp -m tcp --dport 443 -m comment --comment "!fw3: truenas (reflection)" -j SNAT --to-source 10.0.0.2
- -A zone_lan_postrouting -s 10.0.0.0/16 -d 10.0.0.4/32 -p udp -m udp --dport 443 -m comment --comment "!fw3: truenas (reflection)" -j SNAT --to-source 10.0.0.2
- -A zone_lan_postrouting -m comment --comment "!fw3" -j FULLCONENAT
- -A zone_lan_prerouting -j MINIUPNPD
- -A zone_lan_prerouting -j MINIUPNPD
- -A zone_lan_prerouting -m comment --comment "!fw3: Custom lan prerouting rule chain" -j prerouting_lan_rule
- -A zone_lan_prerouting -p tcp -m tcp --dport 10443 -m comment --comment "!fw3: truenas" -j DNAT --to-destination 10.0.0.4:443
- -A zone_lan_prerouting -p udp -m udp --dport 10443 -m comment --comment "!fw3: truenas" -j DNAT --to-destination 10.0.0.4:443
- -A zone_lan_prerouting -s 10.0.0.0/16 -d 10.0.0.2/32 -p tcp -m tcp --dport 10443 -m comment --comment "!fw3: truenas (reflection)" -j DNAT --to-destination 10.0.0.4:443
- -A zone_lan_prerouting -s 10.0.0.0/16 -d 10.0.0.2/32 -p udp -m udp --dport 10443 -m comment --comment "!fw3: truenas (reflection)" -j DNAT --to-destination 10.0.0.4:443
- -A zone_lan_prerouting -m comment --comment "!fw3" -j FULLCONENAT
- -A zone_wan_postrouting -m comment --comment "!fw3: Custom wan postrouting rule chain" -j postrouting_wan_rule
- -A zone_wan_postrouting -m comment --comment "!fw3" -j FULLCONENAT
- -A zone_wan_prerouting -m comment --comment "!fw3: Custom wan prerouting rule chain" -j prerouting_wan_rule
- -A zone_wan_prerouting -m comment --comment "!fw3" -j FULLCONENAT
复制代码 |
|