I have a local server on my local LAN running as a web server.
How can I access sites on that server with my public IP rather than my local network IP?
So when I echo "$_SERVER['REMOTE_ADDR']" from a PHP script I get my internet address not 192.168.xx.xx