Networking – How to Connect Two Routers in Series and Set Up Port Forwarding

nat;networkingport-forwardingrouter

I have 2 routers connected in series.
On one of them I can't have access because it's my ISP's router and that's their policy.
To their router I have connected an Asus router (AC56U) to which I connect with my windows computer.

I also have a server which runs on my local computer with the address 192.168.1.252:7000

What I need is to port forward this in order to be able to connect to my server publicly.
I tried to make a port forwarding in my Asus router, but it doesn't work, and I suspect it has something to do with the ISP's router.

What are the solutions to this problem?

Best Answer

Unless you are able to get into the router of your ISP or replace it by a different router, there are no options.

The traffic goes as follows: Internet > ISP router > Your router > Your server.

In order for a package to be able to fully reach your server, the ports have to be forwarded on both the ISP Router and Your router.

It may be possible to ask your ISP to set the router in bridged mode. It will assume a router is attached to the modem/router and it will forward all ports automatically to the first LAN port.

EDIT: There is one more thing you can try. Google for your ISP's name, plus router password. They often set a standard password to all their devices, and may have told someone in the past who put it on the internet.

Related Question