Hi,
I have a new CRS125-24G-1S-2HnD. It’s routing traffic to the internet. I can ping all the attached computers. I’m having a problem though with port forwarding.
I want all traffic both on the LAN and the WAN to intercept port 7373 and send it to a particular computer. I have this NAT entry:
chain=dstnat action=dst-nat to-addresses=10.10.10.73 to-ports=80 protocol=tcp dst-port=7373
When I go to 10.10.10.73 I get a web page. When I got to 10.10.10.1:7373 or :7373 or :7373 I see the traffic hit that rule but I get no reply back.
likewise, this happens with ssh coming in from the external interface
chain=dstnat action=dst-nat to-addresses=10.10.10.73 to-ports=40000 protocol=udp in-interface=ether1-WAN
dst-port=40000
I’ve tried it with all firewall rules disabled with no joy. I think my routes look ok
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 X S 0.0.0.0/0 pptp-out1 1
1 ADS 0.0.0.0/0 71.237.36.1 0
2 ADC 10.10.10.0/24 10.10.10.1 bridge1 0
3 ADC 71.237.36.0/22 71.237.37.203 ether1-WAN 0
any I have masq entries
0 chain=srcnat action=masquerade out-interface=ether1-WAN
2 ;;; Accept all
chain=srcnat action=accept to-addresses=0.0.0.0 dst-address=0.0.0.0 out-interface=ether1-WAN
so I’m at a bit of a loss. Hoping that someone might be able to give me some ideas.
I also have a proxy forward which doesn’t work and the reason may be related
chain=dstnat action=dst-nat to-addresses=10.10.10.246 to-ports=3128 protocol=tcp src-address=10.10.10.0/24
dst-port=80