I work remotely and can access internal servers via VPN. When my VPN connection is established, I can reach my webserver via curl: curl http://sub.mydomain.com I can also reach the webserver in a …
Tag: vpn
PHP Script to Traceroute?
I have a website running PHP on a GoDaddy shared linux server. I need to determine if users are connected to the companies VPN. If I simply do $_SERVER[‘REMOTE_ADDR’] it gives me the clients IP address. However if I can dig deeper with a tracert, the 2nd hop would show up as the companies IP address. Is it possible to