Opendns 설정에 실패했습니다. 어떻게 고치나요?

Opendns 설정에 실패했습니다. 어떻게 고치나요?

OpenDNS를 구성하는 데 문제가 있습니다. OpenDNS 지원팀에 문의했지만 응답이 없습니다. 트위터, 페이스북 등의 사이트에 접속할 수 없습니다. 다른 예시 트위터에 접속할 수 없습니다.

나는 Welcome.opendns.com을 시도했습니다(작동하지 않습니다. OpenDNS가 사용되지 않는 것으로 표시됩니다. OpenDNS는 사용되지 않습니다.

nslookup을 사용하세요.

 $ nslookup -type=txt which.opendns.com. 208.67.222.222
Server:     208.67.222.222
Address:    208.67.222.222#53

Non-authoritative answer:
which.opendns.com   text = "7.sin"

Authoritative answers can be found from:

$ nslookup -type=txt debug.opendns.com.
Server:     127.0.1.1
Address:    127.0.1.1#53

Non-authoritative answer:
debug.opendns.com   text = "server 3.sin"
debug.opendns.com   text = "flags 20 0 2f6 0"
debug.opendns.com   text = "id 13521181"
debug.opendns.com   text = "source 222.164.129.44:62574"

Authoritative answers can be found from:

$ nslookup www.exampleadultsite.com.
Server:     127.0.1.1
Address:    127.0.1.1#53

Non-authoritative answer:
Name:   www.exampleadultsite.com
Address: 67.215.92.210 

답변1

실행해 보세요 dns-fix. 이것은 나에게 효과적입니다. Linux Mint 14에는 OpenDNS가 내장되어 있으므로 이것이 OpenDNS를 설정하는 것이라고 가정합니다.

관련 정보