Access to the local host from another computer, not on the network

Before you say that this is a hoax, it is not the same as this , this , or this .

My question is: how do you do this globally.

For example, consider this. I have EasyPHP running on my computer. My IP address (global) is currently 223.231.178.118

Now, let's say there is someone else (maybe in another country in general) who wants to access my ip (223.231.178.118). I know how to access 192.168.xx from the same network. I just want to know how you can do this globally, if possible.

PS 1: the computer running EasyPHP is located behind the router.

PS 2: My IP (local IP, but global not) is not static. But suppose a person who wants to access my local host knows my dynamic IP. For example, let's say I say that the person who wants to access my local host is my friend, and I tell him over the phone that my IP.

+3
source share
2 answers

Your local IP address "192.168.xx" is known only to your router and is not known to everyone outside your local network. The global IP address (223.231.178.118 in your example) is the global address of your router.

EasyPHP , ( http-- 80, EasyPHP) IP-. , .

, , , , IP- , EasyPHP, .

+1
+1

All Articles