차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
마지막 판양쪽 다음 판
tech:dns_server [2017/08/25 07:26] 121.134.164.159tech:dns [2023/09/01 23:09] – [AdBlock] V_L
줄 1: 줄 1:
 {{tag>dns server}} {{tag>dns server}}
-====== Dns Server ====== +====== DNS ======
-{{INLINETOC}} +
- +
-DNS는 도메인네임서버를 일컫는다. 인터넷은 서버들을 유일하게 구분할 수 있는 IP주소를 기본체계로 이용하는데 숫자로 이루어진 조합이라 인간이 기억하기에는 무리가 따른다. 따라서 DNS를 이용해 IP주소를 인간이 기억하기 편한 언어체계로 변환하는 작업이 필요한데 이 역할을 DNS가 하는 것이다.+
    
 +
 +DNS는 도메인네임서버를 일컫는다. 인터넷은 서버들을 유일하게 구분할 수 있는 IP주소를 기본체계로 이용하는데 숫자로 이루어진 조합이라 [[:닝겐|인간]]이 기억하기에는 무리가 따른다. 따라서 DNS를 이용해 IP주소를 인간이 기억하기 편한 언어체계로 변환하는 작업이 필요한데 이 역할을 DNS가 하는 것이다.
    
 +인터넷 서비스에 가입하면, 해당 회사의 DNS 서비스를 자동으로 이용하게 된다. KT에 가입하면 KT의 서버로 설정되고 SK면 SK의 것을 쓰게된다.
  
-2017/04/22|21:11:44 [wan]received ack 121.134.164.159 +케이블인 T-Broad도 마찬가지로 DNS가 있는데 성능이 매우 구리다특히 해외사이트 접속 시에는 극악의 속도를 보여주므로, 티브로드 사용자는 구글이나 KT의 서버로 설정하는 것을 권장한다.
-2017/04/22|21:11:41 [wan]received ack 175.231.75.116 +
-your IP address is 117.123.148.75+
  
-UserID +=====통신사별 DNS=====
-Password +
-captchatext+
  
 +^ 회사 ^ 1차 ^ 2차 ^
 +|[[tech:cloudflare|]]|1.1.1.1| |
 +|Google Public DNS|8.8.8.8 (google-public-dns-a.google.com)|8.8.4.4 (google-public-dns-b.google.com)|
 +|OpenDNS|208.67.222.222 (resolver1.opendns.com)|208.67.220.220 (resolver2.opendns.com)|
 +|KT DNS|168.126.63.1 (kns.kornet.net)|168.126.63.2 (kns2.kornet.net)|
 +|SK Broadband|210.220.163.82 (bns1.hana.net)|219.250.36.130 (bns2.hana.net)|
 +|LG U+|164.124.101.2 (ns.lgtelecom.com)|203.248.252.2 (cns3.bora.net)|
  
- Authentication servers are down. Please try again later, sorry! 
  
- Couldn't verify username because servers are unavailable +인터넷 공유기 설정의  ''인터넷 연결 정보'' 에서 ''기본/보조 DNS 서버''란에 입력하면 된다.
-  +
-  +
- lost connection: Authentication servers are down. Please try again later, sorry! +
-  +
-  +
- possible DNS resolving issues.+
  
-First, temporarily add a known DNS server to your system.+https://askubuntu.com/questions/91543/apt-get-update-fails-to-fetch-files-temporary-failure-resolving-error
  
-echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null +http://webdir.tistory.com/116
-Then run sudo apt-get update.+
  
-If this fixes your temporary resolving messages then either wait for 24 hours to see if your ISP fixes the issue for you (or just contact your ISP) - or you can permanently add a DNS server to your system:+=====AdBlock DNS=====
  
-  echo "nameserver 8.8.8.8" | sudo tee /etc/resolvconf/resolv.conf.d/base > /dev/null +https://twitter.com/AdGuard/status/1261615204477124609
-8.8.8.8 is[[tech:google_dns| Google's own DNS server]].+
  
-source+**일반 광고 차단** 
 +> 176.103.130.130 
 +> 176.103.130.131
  
-Another example DNS server you could use is OpenDNS - for example:+**성인 컨텐츠 차단(패밀리)** 
 +>176.103.130.132 
 +>176.103.130.134
  
-  echo "nameserver 208.67.222.222" | sudo tee  /etc/resolvconf/resolv.conf.d/base > /dev/null+**차단 안함(오직 DNS 기능만)** 
 +>176.103.130.136 
 +>176.103.130.137
  
  
-https://askubuntu.com/questions/91543/apt-get-update-fails-to-fetch-files-temporary-failure-resolving-error 
  
-http://webdir.tistory.com/116+=====포트===== 
 +TCP and UDP Port 53  
 + 
 +=====서버 DNS 주소를 찾을 수 없다===== 
 + 웹브라우징을 포함한 네트웍의 스피드를 높이기 위해 DNS를 통해 확인된 IP 주소를 캐시에 자동으로 등록함. 
 + 
 +시스템상에 등록된 dns ip 캐시정보를 클리어(Flush DNS)하려면 
 + 
 +  
 +뭔가 꼬이거나 망가져서 생기는 일인데 아래와 같이 하나씩 해본다.  
 + 
 +<file> 
 +ipconfig /flushdns 
 +ipconfig /registerdns 
 +ipconfig /release 
 +ipconfig /renew 
 +NETSH winsock reset catalog 
 +NETSH int ipv4 reset reset.log 
 +NETSH int ipv6 reset reset.log 
 +Exit 
 +</file> 
 + 
 +=====해킹된 DNS===== 
 + 
 + 
 +[[193.239.154.18]] 참고