Redirect internal IP to external

I did what you told be and asked to my friend try "myexternalIP:50892" on his browser, but it didn't worked at all.

Screenshots from my router configuration.

DZnaJ.jpg


yvp9g.jpg
 
You shouldn’t need to be messing with port triggering at all.

Does the Virtual Servers Setup automatically open the port, or do you need to manually open it?

Is the machine at 192.168.1.2 running a firewall, and if so have you allowed traffic on the required port?

Is your friend remembering to include the http:// before the WAN address?

CanYouSeeMe.org is useful for checking that ports are open.

He probably wasn't using "http://" :p But why is this necessary?

I tried using CanYouSeeMe.org but even with the port opened it didn't worked, according to the site the problem is that there is no route to host.
 
Last edited:
Is your firewall on that machine setup to allow access to that port?
Can you access it from another machine on your LAN using 192.168.1.2:50892 ?

There is not any kind o firewall or other blocker installed/running on the PC in 192.168.1.2

I also can't access the page through other machine.
 
Then something is blocking it dispite you saying there is no firewall on. What are you using for the software to host pages?

Microsoft Web Matrix

If it's a Windows machine, do a netstat -a from a command prompt and see if the machine is listening on port:



You should one that says
TCP 0.0.0.0:50892 YOURMACHINENAME:0 LISTENING

If not, the software is not working.
If you have one, then there is a firewall or something else blocking.... either that or the software if configured to be bound to 127.0.0.1 and not 192.168.1.2

There you go, the software seems to be working properly.

wIW5X.jpg
 
Last edited:
Back
Top Bottom