Hello,
My router connected to Isp has not public ip. Wan ip is 192.168…
I need to connect my mikrotik routers web login to a webserveron my vps which uses Ddns adress and port of the mikrotik router.
I tried with noip dddns also but i can not pass port test. Even through i set Dmz or open ports my all ports always closed.
Any way workaround this problem?
Thanks
It sounds like a double nat situation.
If the router ahead of you, that gives you what looks like a private address on a LAN, is not programmable how will it forward ports from the ISP that is feeding it??
You need to talk to the administrator of that router and ask that whatever port you require is forwarded to your WANIP.
However, if this is serving many customers then that will not likely be allowed.
Thanks for reply
I found out something interesting.
Actually my ports are all open.
But isp is not letting connecting my own public ip.
If I make port check to my public ip all closed.
But if I connect with 4g mobile internet or other isp internet and check the same public ip forwarded port is open.
I had the same problem with ipcam. I couldn’t connect my public ip port from same network but I could with phones 4g int. Or from other location same isp was also was connecting!
To connect to ones own network using a public IP address, you need to investigate and implement HAIRPIN NAT.
Thank you i will check this.