Determine Ipv6 address of another machine when I know its ipv4

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-1
down vote

favorite












I'm using ubuntu and can use python if needed to try and find the ipv6 address of another computer. I already know the other computer's ipv4 address.



Previously, I had to find the mac address of this other computer and I used arp -an <ip_addr> and parsed for the mac address to return it. Is there anything similar that I can do via linux or python to search/ping by ipv4 and return more information of that host like its ipv6 address?










share|improve this question

























    up vote
    -1
    down vote

    favorite












    I'm using ubuntu and can use python if needed to try and find the ipv6 address of another computer. I already know the other computer's ipv4 address.



    Previously, I had to find the mac address of this other computer and I used arp -an <ip_addr> and parsed for the mac address to return it. Is there anything similar that I can do via linux or python to search/ping by ipv4 and return more information of that host like its ipv6 address?










    share|improve this question























      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      I'm using ubuntu and can use python if needed to try and find the ipv6 address of another computer. I already know the other computer's ipv4 address.



      Previously, I had to find the mac address of this other computer and I used arp -an <ip_addr> and parsed for the mac address to return it. Is there anything similar that I can do via linux or python to search/ping by ipv4 and return more information of that host like its ipv6 address?










      share|improve this question













      I'm using ubuntu and can use python if needed to try and find the ipv6 address of another computer. I already know the other computer's ipv4 address.



      Previously, I had to find the mac address of this other computer and I used arp -an <ip_addr> and parsed for the mac address to return it. Is there anything similar that I can do via linux or python to search/ping by ipv4 and return more information of that host like its ipv6 address?







      linux ubuntu python






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 31 at 14:14









      UCProgrammer

      31




      31




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          With a little luck, if you know the host name of the other machine, you might find the (link-local) IPv6 address by just pinging the host name. For example, ping -6 otherhost. This requires that the other computer is running a LLMNR or mDNS responder, and that the other computer is on the same LAN.



          If you know the MAC address of the other computer, you can find out the link-local IPv6 address by using a converter, this one, for example.






          share|improve this answer




















          • Thanks! I'll follow those conversion steps with the mac address to get the ipv6 address.
            – UCProgrammer
            Aug 31 at 14:46










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f466051%2fdetermine-ipv6-address-of-another-machine-when-i-know-its-ipv4%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote



          accepted










          With a little luck, if you know the host name of the other machine, you might find the (link-local) IPv6 address by just pinging the host name. For example, ping -6 otherhost. This requires that the other computer is running a LLMNR or mDNS responder, and that the other computer is on the same LAN.



          If you know the MAC address of the other computer, you can find out the link-local IPv6 address by using a converter, this one, for example.






          share|improve this answer




















          • Thanks! I'll follow those conversion steps with the mac address to get the ipv6 address.
            – UCProgrammer
            Aug 31 at 14:46














          up vote
          1
          down vote



          accepted










          With a little luck, if you know the host name of the other machine, you might find the (link-local) IPv6 address by just pinging the host name. For example, ping -6 otherhost. This requires that the other computer is running a LLMNR or mDNS responder, and that the other computer is on the same LAN.



          If you know the MAC address of the other computer, you can find out the link-local IPv6 address by using a converter, this one, for example.






          share|improve this answer




















          • Thanks! I'll follow those conversion steps with the mac address to get the ipv6 address.
            – UCProgrammer
            Aug 31 at 14:46












          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          With a little luck, if you know the host name of the other machine, you might find the (link-local) IPv6 address by just pinging the host name. For example, ping -6 otherhost. This requires that the other computer is running a LLMNR or mDNS responder, and that the other computer is on the same LAN.



          If you know the MAC address of the other computer, you can find out the link-local IPv6 address by using a converter, this one, for example.






          share|improve this answer












          With a little luck, if you know the host name of the other machine, you might find the (link-local) IPv6 address by just pinging the host name. For example, ping -6 otherhost. This requires that the other computer is running a LLMNR or mDNS responder, and that the other computer is on the same LAN.



          If you know the MAC address of the other computer, you can find out the link-local IPv6 address by using a converter, this one, for example.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 31 at 14:37









          Johan Myréen

          6,94711423




          6,94711423











          • Thanks! I'll follow those conversion steps with the mac address to get the ipv6 address.
            – UCProgrammer
            Aug 31 at 14:46
















          • Thanks! I'll follow those conversion steps with the mac address to get the ipv6 address.
            – UCProgrammer
            Aug 31 at 14:46















          Thanks! I'll follow those conversion steps with the mac address to get the ipv6 address.
          – UCProgrammer
          Aug 31 at 14:46




          Thanks! I'll follow those conversion steps with the mac address to get the ipv6 address.
          – UCProgrammer
          Aug 31 at 14:46

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f466051%2fdetermine-ipv6-address-of-another-machine-when-i-know-its-ipv4%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Christian Cage

          How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?