Greetings,
Add'l testing notes: Verify web access to your network + Verify ISP is not
blocking port 80.
The following will verify access to your website
Take your webserver out of the VPN for now.
o Edit/verify your Apache conf file is listening on port 80.
Restart apache service.
o Edit your router or (wingate) to forward port 80 to your Apache
webserver LAN IP address.
o Test your LAN access to the website:
http://192.168.x.x:
o Test your network loopback cabability to the website from a LAN pc
behind your firewall (wingate or router) same as above EXCEPT issue
the FQDN of the site, e.g.,
http://www.mysite.com. If this does not work
local loop back is not set in your network BUT you can "trick" your network into thinking the http request is coming in from the WAN side by accomplishing the following:
Get a proxy script from Marketscore and paste it in your IE browser under tools/connections/LAN settings. Restart your browser and issue the FQDN to your website. The proxy script provides a "jump" past your firewall, hits the proxy server and returns to your WAN IP the same as a real http WAN request. This assumes your domain name has DNS servers assigned to it.
The above will at least provide you with a way to accomplish testing from behind your firewall as well as prove out your ISP is not interferring with your network directions.
Respectfully,
STeve