Skip to main content
added 84 characters in body
Source Link
dislick
  • 101
  • 3

I have an unknown device in my network that behaves weirdly and I'd appreciate some help on this topic.

Under my Windows machine I am able to ping the hostname lmachine.0 and get the corresponding IP address (192.168.18.64). When I try to do an nslookup on this hostname from the Windows machine I get the error Non-existent domain.

With my Linux and OS X machine I cannot ping nor resolve the hostname lmachine.0. Pinging from those machines using the IP address (192.168.18.64) is working fine.

Here is the output of an sudo nmap 192.168.18.64 scan:

Starting Nmap 6.47 ( http://nmap.org ) at 2015-11-26 11:22 CET
Nmap scan report for 192.168.18.64
Host is up (0.00042s latency).
Not shown: 999 closed ports
PORT     STATE SERVICE
1001/tcp open  unknown
MAC Address: 1E:30:6C:A2:45:5E (Unknown)

Nmap done: 1 IP address (1 host up) scanned in 11.43 seconds

I'm now wondering what kind of hostname this lmachine.0 is, since only Windows seems to be able to resolve it? And how can I resolve it on a UNIX OS?

I have an unknown device in my network that behaves weirdly and I'd appreciate some help on this topic.

Under my Windows machine I am able to ping the hostname lmachine.0 and get the corresponding IP address (192.168.18.64). When I try to do an nslookup on this hostname from the Windows machine I get the error Non-existent domain.

With my Linux and OS X machine I cannot ping nor resolve the hostname lmachine.0.

Here is the output of an sudo nmap 192.168.18.64 scan:

Starting Nmap 6.47 ( http://nmap.org ) at 2015-11-26 11:22 CET
Nmap scan report for 192.168.18.64
Host is up (0.00042s latency).
Not shown: 999 closed ports
PORT     STATE SERVICE
1001/tcp open  unknown
MAC Address: 1E:30:6C:A2:45:5E (Unknown)

Nmap done: 1 IP address (1 host up) scanned in 11.43 seconds

I'm now wondering what kind of hostname this lmachine.0 is, since only Windows seems to be able to resolve it? And how can I resolve it on a UNIX OS?

I have an unknown device in my network that behaves weirdly and I'd appreciate some help on this topic.

Under my Windows machine I am able to ping the hostname lmachine.0 and get the corresponding IP address (192.168.18.64). When I try to do an nslookup on this hostname from the Windows machine I get the error Non-existent domain.

With my Linux and OS X machine I cannot ping nor resolve the hostname lmachine.0. Pinging from those machines using the IP address (192.168.18.64) is working fine.

Here is the output of an sudo nmap 192.168.18.64 scan:

Starting Nmap 6.47 ( http://nmap.org ) at 2015-11-26 11:22 CET
Nmap scan report for 192.168.18.64
Host is up (0.00042s latency).
Not shown: 999 closed ports
PORT     STATE SERVICE
1001/tcp open  unknown
MAC Address: 1E:30:6C:A2:45:5E (Unknown)

Nmap done: 1 IP address (1 host up) scanned in 11.43 seconds

I'm now wondering what kind of hostname this lmachine.0 is, since only Windows seems to be able to resolve it? And how can I resolve it on a UNIX OS?

Source Link
dislick
  • 101
  • 3

Windows can resolve hostname via ping but Linux/OSX cannot

I have an unknown device in my network that behaves weirdly and I'd appreciate some help on this topic.

Under my Windows machine I am able to ping the hostname lmachine.0 and get the corresponding IP address (192.168.18.64). When I try to do an nslookup on this hostname from the Windows machine I get the error Non-existent domain.

With my Linux and OS X machine I cannot ping nor resolve the hostname lmachine.0.

Here is the output of an sudo nmap 192.168.18.64 scan:

Starting Nmap 6.47 ( http://nmap.org ) at 2015-11-26 11:22 CET
Nmap scan report for 192.168.18.64
Host is up (0.00042s latency).
Not shown: 999 closed ports
PORT     STATE SERVICE
1001/tcp open  unknown
MAC Address: 1E:30:6C:A2:45:5E (Unknown)

Nmap done: 1 IP address (1 host up) scanned in 11.43 seconds

I'm now wondering what kind of hostname this lmachine.0 is, since only Windows seems to be able to resolve it? And how can I resolve it on a UNIX OS?