Hi guys. I have an Asus RT-N16 router with Tomato Firmware 1.28.0000 MIPSR2-131 K26 USB AIO connected to internet (through Zyxel VDSL modem in bridge mode). Behind Tomato there are two Tenda routers.
Tenda router A:
IP: 192.168.1.2
Remote admin port: 8092
Tenda router B
IP: 192.168.1.3
Remote admin port: 8093
Then there is a port forwarding set up on the Tomato.
Both proto Ext port 8092 to Int port 8092 to Int address 192.168.1.2
Both proto Ext port 8093 to Int port 8093 to Int address 192.168.1.3
I am able to connect to the web admin of Tenda routers from the LAN but I cannot connect from outside from the internet. (external.address:8092 or external.address:8093)
I am also able to login to the webadmin of the Tomato from the internet (port 8091)
When I display the firefox debug console, I can see the GET request to ext.addr:8092, then GET request ext.addr:8092/index.asp and then GET request to 192.168.1.2
What am I doing wrong?
Thank you