> protected web server using a URL that includes the port# 12345. The PSN > webserver can not find the protected webserver through DNS but I did place > the protected webserver in a host file. Our PSN does not have a DNS server.
Did the host entry contain the 192.168.2.254 IP address or the protected address, 192.168.1.1? Your note above implies that your host entry used the protected network IP, 192.168.1.1, instead of the IP address of the tunnel...you may want to double check that. > The application still seems to be trying to find the protected webserver by Also, it's entirely possible that your application (you may no mention of OS or application) is /not/ using the host file....in which case your best bet would be to use the IP in the URL instead. (http://192.168.2.254:12345/) I've seen more then a few applications that entirely ignored /etc/hosts, for various reasons. -- David Raistrick Systems Administrator - Global Technology Associates, Inc [EMAIL PROTECTED] Disclaimer: All opinions expressed are the opinions of David Raistrick, not necessarily those of GTA, Inc. ------------------------------------------------------ To unsubscribe: [EMAIL PROTECTED] For additional commands: [EMAIL PROTECTED] Archive: http://www.mail-archive.com/[EMAIL PROTECTED]
