I cannot test my Wingate config by pointing my local client programs to my own internet address. Even if they are on the Wingate machine. I need to call a remote person to test, and it works for them.
Why would this be? It would be nice to be able to test a client and have it behave as an external user would see it. Thanks!
Scenario:
Internet
|
|
<Public IP Address - Resolved to
www.george.com>
Hardware router
<Private IP Address>
|
|
<Private IP Address e.g. 192.168.1.2>
WinGate Server
<Private IP Address e.g. 10.1.1.1>
|
|
LAN Client.
Speculation:
You are sitting on the WinGate Server, you point Internet Explorer's Proxy Settings to your 10.1.1.1 and then type in the address
www.george.com?
Solution:
Wherever the WinGate Server gets it DNS Requests resolved, you most probably need to modify the HOSTS file - you may just need to do it on the WinGate Server.
e.g.
C:\WINDOWS\system32\drivers\etc\hosts
At the bottom of that file, enter:
10.1.1.1
www.george.com
Then save - make sure no file extension is put on that file.
Then open up a dos prompt and ping that address; does the 10.1.1.1 address return? Next try the web browser.
***If that does not work, then check which ip address this web server is listening on; the host file may need to resolve to the External side; i.e. 192.168.1.2.