저는 현재 프록시를 통해 인터넷에 접속합니다. 그런데 프록시 서버를 운영하기
위해 squid를 설치했습니다.
------------- --------------------- -----------
proxy-server | --> |제컴퓨터(proxy운영) | -> | A 컴퓨터 |
------------- <- --------------------- <- -----------
그런데 A 컴퓨터에서 인터넷에 접속하려고 하면,다음과 같은 에러가 납니다.
The following error was encountered:
Unable to determine IP address from host name for www.daum.net The dnsserver returned:
Server Failure: The name server was unable to process this query.
This means that:
The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.
얼핏 봐서는 네임서버 문제같은데요.. 제 컴퓨터에서는 네임서버를 돌리지 않고,
같은 네트워크의 다른 네임서버를 지정해주고 사용하고 있습니다.
A컴퓨터가 저의 프록시를 통해서 인터넷에 접속할때는 자동으로 제가 쓰고
있는 네임서버에 접속해서 사용하지 않나요?
그렇지 않으면, 프록시 서버를 돌리려면, 동시에 네임서버도 같이 돌려야 하나요?