Re: Unable to locate the server named localhost (2)

2013-03-08 Thread Igor Galić
to access HTTP server (localhost:9090) with out any proxy, it works! However when I configure the ATS proxy in my browser, and try to access web server, it throws the below error. Unknown Host Description: Unable to locate the server named localhost (2) --- the server does not have a DNS entry

RE: Unable to locate the server named localhost (2)

2013-03-08 Thread Luca Rea
I suppose DNS configured in ATS can't resolve localhost. Try dig or nslookup, eg: nslookup localhost your_DNS_server (Default configuration use the DNS specified in /etc/resolv.conf)

RE: Unable to locate the server named localhost (2)

2013-03-08 Thread Luca Rea
I don't think so, how many public DNS that resolve localhost do you know? I know there are some security issues related with that configuration. Server: ns1.google.com Address:216.239.32.10#53 ** server can't find localhost: REFUSED

RE: Unable to locate the server named localhost (2)

2013-03-08 Thread Luca Rea
OpenDNS: Server: 208.67.222.220 Address:208.67.222.220#53 ** server can't find localhost: NXDOMAIN Server: 208.67.222.222 Address:208.67.222.222#53 ** server can't find localhost: NXDOMAIN I confirm your note about MTA

Re: Unable to locate the server named localhost (2)

2013-03-08 Thread Reindl Harald
Am 08.03.2013 11:29, schrieb Luca Rea: OpenDNS: Server: 208.67.222.220 Address:208.67.222.220#53 ** server can't find localhost: NXDOMAIN Server: 208.67.222.222 Address:208.67.222.222#53 ** server can't find localhost: NXDOMAIN I confirm your