AX21 Can't Seem to Port Forward to Devices Connected via OneMesh
Firmware in OneMesh and AX21 all up to date.
Here's the setup:
Cable modem ---> Router ------> One Mesh -----> CPU #2 | | CPU #1
Everything is WiFi connected. I have dynamic DNS provider and several ports open to both CPUs. Let's focus on this one:
external :222 -> CPU #1:22
external :225 -> CPU #2:22
The posting system things anything that looks like a URL is spam so when I say extcpu1 or extcpu2 I mean the external dynamic DNS address which does resolve correctly.
A: From CPU #1: ssh cpu2 -p 22 (works)
B: From CPU #1 or external computer: ssh extcpu2 -p 225 (fails)
C: From external: ssh extcpu1 -p 222 (works)
So from C you can deduce that dynamic DNS is working and port forwarding is working if you are connected to the router, but not to the one mesh.
This worked fine, by the way with an A7 and matching OneMesh routers (the new ones are RE505X).
The Router Log shows the connections set up as expected.
2022-09-07 09:01:41 NAT NOTICE [12085] Virtual server created succeeded....
I have tried setting up for TCP and ALL on this connection. No difference.
Any ideas?