0

Here's some simple output from nslookup: nslookup www.go2linux.org Server: 4.2.2.2 Address: 4.2.2.2#53

What does #53 mean over there?

Ricky Robinson
  • 21,798
  • 42
  • 129
  • 185

1 Answers1

3

53 is a DNS server port number.

Sandman4
  • 2,673
  • 2
  • 22
  • 18
  • Answers "Port number" and "DNS server port numbers" were rejected because they were under 30 characters. – Sandman4 Nov 05 '12 at 11:26
  • Oh ok, that is what I thought also. The sharp character confused me a bit, I thought you had to specify a port by putting `:` in front, not `#`. Thanks. – Ricky Robinson Nov 05 '12 at 11:35