• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Duet Ethernet when ping -a no network name only IP address

Scheduled Pinned Locked Moved
General Discussion
3
3
567
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    ozgiac
    last edited by 29 Sept 2018, 11:00

    But on Wifi units this works correctly.

    1 Reply Last reply Reply Quote 0
    • undefined
      Danal
      last edited by 30 Sept 2018, 02:42

      The processing for the "-a" flag on Windows "ping" occurs entirely on Windows; no data (for the -a request itself) is sent to or from the IP being pinged. The "-a" flag causes Windows to attempt a "reverse name lookup", that is, it starts with the IP address specified, and attempts to derive a hostname (in the TCP/IP sense of hostname, which is actually an interface name).

      The exact way that windows does this is long and complex, and actually varies depending on several Windows configuration items, and on the presence or absence of a DNS (domain name server), and even a few other things... Therefore I will not try to describe it. Google it, and you can find many pages of detail.

      One thing is for ABSOLUTE certain in that whole reverse lookup sequence, the device being pinged absolutely does not participate in the reverse name lookup in any way. There is nothing the device could do, or not do, or whatever, to cause -a to produce a name, or not produce a name.

      So...

      Whatever on YOUR network, and/or windows machine, causes the IP address of the Ethernet Duet to fail in a "reverse-lookup" name resolution, and also causes the WiFi Duet IP address to succeed in a "reverse lookup" name resolution... whatever that is, it is NOT the printers. It literally cannot be.

      If you wish to pursue this... google how ping really works (ICMP echo) and how name resolution (forward) works. Once that is solid in your mind, then begin to look at how reverse name resolution works. Lots and lots of documentation out there...

      Delta / Kossel printer fanatic

      1 Reply Last reply Reply Quote 0
      • undefined
        dc42 administrators
        last edited by 1 Oct 2018, 08:47

        There is some info at https://social.technet.microsoft.com/Forums/en-US/8a0346de-2296-4f46-bc36-ff3fb13e283b/builtin-mdnsdnssd-zeroconf-support-in-windows-10?forum=win10itpronetworking. Basically, it says that MDNS support is still not available in Win32 unless you install Bonjour or a similar service.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        2 out of 3
        • First post
          2/3
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA