Why does “nslookup com” returns this IP?

Schrute

I'm learning about DNS, so out of curiosity I typed:

nslookup com

And this is the output:

Server:     192.168.1.1
Address:    192.168.1.1#53

Non-authoritative answer:
Name:   com.domain.name
Address: 178.254.23.10

I din't find any information about the IP on Google, so I opened 178.254.23.10 in the browser and it shows a default hosting software page.

nslookup -type=NS com says that I can get authoritative answers from ns1.start-dns.de.

I looked at related questions on ServerFault, but no one mentions this IP. What exactly is this? Why am I getting it?

teikjoon

When you query nslookup for com, this is actually an unqualified host name and will not resolve, so nslookup quietly appends the default DNS suffix (in your case it is domain.name) before running the query.

Thus when you ask nslookup to look for com, it will instead look up com.domain.name, which resolves to 178.254.23.10

The .name is a top-level domain, managed by Verisign (https://en.wikipedia.org/wiki/.name)

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

nslookup finds ip for a hostname in .local domain, but ping does not

분류에서Dev

Why does nslookup return "DNS request timed out"

분류에서Dev

Does systemd make dig/nslookup useless?

분류에서Dev

Why does NVL2 returns NULL when it's not expected?

분류에서Dev

NSLookup을 사용할 때 예기치 않은 IP 주소

분류에서Dev

Why does Windows 8 open Bing.com by itself?

분류에서Dev

Why does new $class; return null when class_exists($class) returns true?

분류에서Dev

Why does my php returns one value (one row) from mysql?

분류에서Dev

nslookup이 최신 busybox에서 서비스 IP를 가져올 수 없습니다.

분류에서Dev

A 레코드 IP를 단독 출력으로 사용하는 Nslookup 명령 줄

분류에서Dev

C #의 nslookup에서 모든 IP 주소를 인쇄 할 수없는 이유

분류에서Dev

Android device returns invalid IP address

분류에서Dev

Why does archive.ubuntu.com seem to have infinitely nested "ubuntu" folders?

분류에서Dev

Why PrinterState always returns null?

분류에서Dev

Router IP does not appear on network

분류에서Dev

Ping 및 Dig가 nslookup과 다른 IP 주소를 제공하는 이유는 무엇입니까?

분류에서Dev

Busybox ping IP가 작동하지만 호스트 이름 nslookup이 "잘못된 주소"로 인해 실패 함

분류에서Dev

nslookup은 www.domain.com에서는 작동하지만 domain.com에서는 작동하지 않습니다.

분류에서Dev

R의 NSLOOKUP (rstats)

분류에서Dev

발굴 대 nslookup

분류에서Dev

Understand the nslookup output.

분류에서Dev

nslookup query not working in Ubuntu

분류에서Dev

Why does this program loop?

분류에서Dev

Why and how does this work?

분류에서Dev

Why does '/' have an '..' entry?

분류에서Dev

Why does facebook not like this

분류에서Dev

Why does ArrayList do this?

분류에서Dev

Why does synchronized(this) works?

분류에서Dev

Windows 7 DNS가 작동하지 않음 (nslookup이 작동하고 ping -4 name.com이 작동하지 않음)

Related 관련 기사

  1. 1

    nslookup finds ip for a hostname in .local domain, but ping does not

  2. 2

    Why does nslookup return "DNS request timed out"

  3. 3

    Does systemd make dig/nslookup useless?

  4. 4

    Why does NVL2 returns NULL when it's not expected?

  5. 5

    NSLookup을 사용할 때 예기치 않은 IP 주소

  6. 6

    Why does Windows 8 open Bing.com by itself?

  7. 7

    Why does new $class; return null when class_exists($class) returns true?

  8. 8

    Why does my php returns one value (one row) from mysql?

  9. 9

    nslookup이 최신 busybox에서 서비스 IP를 가져올 수 없습니다.

  10. 10

    A 레코드 IP를 단독 출력으로 사용하는 Nslookup 명령 줄

  11. 11

    C #의 nslookup에서 모든 IP 주소를 인쇄 할 수없는 이유

  12. 12

    Android device returns invalid IP address

  13. 13

    Why does archive.ubuntu.com seem to have infinitely nested "ubuntu" folders?

  14. 14

    Why PrinterState always returns null?

  15. 15

    Router IP does not appear on network

  16. 16

    Ping 및 Dig가 nslookup과 다른 IP 주소를 제공하는 이유는 무엇입니까?

  17. 17

    Busybox ping IP가 작동하지만 호스트 이름 nslookup이 "잘못된 주소"로 인해 실패 함

  18. 18

    nslookup은 www.domain.com에서는 작동하지만 domain.com에서는 작동하지 않습니다.

  19. 19

    R의 NSLOOKUP (rstats)

  20. 20

    발굴 대 nslookup

  21. 21

    Understand the nslookup output.

  22. 22

    nslookup query not working in Ubuntu

  23. 23

    Why does this program loop?

  24. 24

    Why and how does this work?

  25. 25

    Why does '/' have an '..' entry?

  26. 26

    Why does facebook not like this

  27. 27

    Why does ArrayList do this?

  28. 28

    Why does synchronized(this) works?

  29. 29

    Windows 7 DNS가 작동하지 않음 (nslookup이 작동하고 ping -4 name.com이 작동하지 않음)

뜨겁다태그

보관