What does “link#1” mean?











up vote
3
down vote

favorite
1












netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 75.126.68.49 UGS 7 1203 - pcn0
1.2.3.3/29 link#1 UC 1 0 - pcn0
...


My question: What does "link#1" mean? The OS is OpenBSD.










share|improve this question


























    up vote
    3
    down vote

    favorite
    1












    netstat -rn
    Routing tables
    Internet:
    Destination Gateway Flags Refs Use Mtu Interface
    default 75.126.68.49 UGS 7 1203 - pcn0
    1.2.3.3/29 link#1 UC 1 0 - pcn0
    ...


    My question: What does "link#1" mean? The OS is OpenBSD.










    share|improve this question
























      up vote
      3
      down vote

      favorite
      1









      up vote
      3
      down vote

      favorite
      1






      1





      netstat -rn
      Routing tables
      Internet:
      Destination Gateway Flags Refs Use Mtu Interface
      default 75.126.68.49 UGS 7 1203 - pcn0
      1.2.3.3/29 link#1 UC 1 0 - pcn0
      ...


      My question: What does "link#1" mean? The OS is OpenBSD.










      share|improve this question













      netstat -rn
      Routing tables
      Internet:
      Destination Gateway Flags Refs Use Mtu Interface
      default 75.126.68.49 UGS 7 1203 - pcn0
      1.2.3.3/29 link#1 UC 1 0 - pcn0
      ...


      My question: What does "link#1" mean? The OS is OpenBSD.







      openbsd






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 23 '14 at 19:27









      newuser999

      2481312




      2481312






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          https://www.freebsd.org/doc/handbook/network-routing.html




          The designation link#1 refers to the first Ethernet card in the
          machine.




          But there is still the question: what does the "first Ethernet card" mean? How to determine which one is it when we have multiple ethernet cards with different chipsets? :)






          share|improve this answer




























            up vote
            0
            down vote













            There is some good info over at this question, for OSX (which is basically FreeBSD): https://superuser.com/questions/1067732/whats-the-meaning-of-link4-in-macs-route-table



            The essence of it is that link#N entries indicate no real routing is done. Those addresses are on the local network segment, and don't need to be routed — they are just connected by ethernet.



            There is still a somewhat open question regarding the ordering of link#1, link#2, ...
            I don't have a certain answer, but they seem to refer to your interfaces in the same order that ifconfig outputs them.



            How exactly this ordering is determined I'm less sure, though.






            share|improve this answer























              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: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              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%2f110642%2fwhat-does-link1-mean%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              0
              down vote













              https://www.freebsd.org/doc/handbook/network-routing.html




              The designation link#1 refers to the first Ethernet card in the
              machine.




              But there is still the question: what does the "first Ethernet card" mean? How to determine which one is it when we have multiple ethernet cards with different chipsets? :)






              share|improve this answer

























                up vote
                0
                down vote













                https://www.freebsd.org/doc/handbook/network-routing.html




                The designation link#1 refers to the first Ethernet card in the
                machine.




                But there is still the question: what does the "first Ethernet card" mean? How to determine which one is it when we have multiple ethernet cards with different chipsets? :)






                share|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  https://www.freebsd.org/doc/handbook/network-routing.html




                  The designation link#1 refers to the first Ethernet card in the
                  machine.




                  But there is still the question: what does the "first Ethernet card" mean? How to determine which one is it when we have multiple ethernet cards with different chipsets? :)






                  share|improve this answer












                  https://www.freebsd.org/doc/handbook/network-routing.html




                  The designation link#1 refers to the first Ethernet card in the
                  machine.




                  But there is still the question: what does the "first Ethernet card" mean? How to determine which one is it when we have multiple ethernet cards with different chipsets? :)







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 10 '15 at 10:57









                  whoisthesomeone

                  10626




                  10626
























                      up vote
                      0
                      down vote













                      There is some good info over at this question, for OSX (which is basically FreeBSD): https://superuser.com/questions/1067732/whats-the-meaning-of-link4-in-macs-route-table



                      The essence of it is that link#N entries indicate no real routing is done. Those addresses are on the local network segment, and don't need to be routed — they are just connected by ethernet.



                      There is still a somewhat open question regarding the ordering of link#1, link#2, ...
                      I don't have a certain answer, but they seem to refer to your interfaces in the same order that ifconfig outputs them.



                      How exactly this ordering is determined I'm less sure, though.






                      share|improve this answer



























                        up vote
                        0
                        down vote













                        There is some good info over at this question, for OSX (which is basically FreeBSD): https://superuser.com/questions/1067732/whats-the-meaning-of-link4-in-macs-route-table



                        The essence of it is that link#N entries indicate no real routing is done. Those addresses are on the local network segment, and don't need to be routed — they are just connected by ethernet.



                        There is still a somewhat open question regarding the ordering of link#1, link#2, ...
                        I don't have a certain answer, but they seem to refer to your interfaces in the same order that ifconfig outputs them.



                        How exactly this ordering is determined I'm less sure, though.






                        share|improve this answer

























                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          There is some good info over at this question, for OSX (which is basically FreeBSD): https://superuser.com/questions/1067732/whats-the-meaning-of-link4-in-macs-route-table



                          The essence of it is that link#N entries indicate no real routing is done. Those addresses are on the local network segment, and don't need to be routed — they are just connected by ethernet.



                          There is still a somewhat open question regarding the ordering of link#1, link#2, ...
                          I don't have a certain answer, but they seem to refer to your interfaces in the same order that ifconfig outputs them.



                          How exactly this ordering is determined I'm less sure, though.






                          share|improve this answer














                          There is some good info over at this question, for OSX (which is basically FreeBSD): https://superuser.com/questions/1067732/whats-the-meaning-of-link4-in-macs-route-table



                          The essence of it is that link#N entries indicate no real routing is done. Those addresses are on the local network segment, and don't need to be routed — they are just connected by ethernet.



                          There is still a somewhat open question regarding the ordering of link#1, link#2, ...
                          I don't have a certain answer, but they seem to refer to your interfaces in the same order that ifconfig outputs them.



                          How exactly this ordering is determined I'm less sure, though.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Nov 26 at 5:36

























                          answered Nov 25 at 22:44









                          jwd

                          61847




                          61847






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Unix & Linux Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f110642%2fwhat-does-link1-mean%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Morgemoulin

                              Scott Moir

                              Souastre