Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

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

    General Discussion
    3
    3
    429
    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.
    • ozgiac
      ozgiac last edited by

      But on Wifi units this works correctly.

      1 Reply Last reply Reply Quote 0
      • Danal
        Danal last edited by

        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
        • dc42
          dc42 administrators last edited by

          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
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA