Why do I have different IP addresses on bond0, en01 and enp2s0?Mysterious multicast packets after bridging a bond0Why bonding does not improve network speed?How to do bonding in ubuntu 12.04 in vmware workstation?Ubuntu 12.04 using VLANS on Bond0How do I get bonded NICs to use their real MAC addresses?bond0: An illegal loopback occurred on adapter (em2)Multiple IP addresses with bonded interfacesRenaming ethernet devices in 16.04Ubuntu 18.04 and bondingNIC Bonding Doesn't Drop IP Addresses

Is Asuka Langley-Soryu disgusted by Shinji?

How does the reference system of the Majjhima Nikaya work?

Folder comparison

Longest common substring in linear time

Greco-Roman egalitarianism

Is a model fitted to data or is data fitted to a model?

A social experiment. What is the worst that can happen?

Can somebody explain Brexit in a few child-proof sentences?

Create all possible words using a set or letters

Engineer refusing to file/disclose patents

How to decide convergence of Integrals

What is the gram­mat­i­cal term for “‑ed” words like these?

Reply 'no position' while the job posting is still there

Why has "pence" been used in this sentence, not "pences"?

Does the Mind Blank spell prevent the target from being frightened?

Are sinusoidal travelling waves also normal modes of vibration?

Is there a conventional notation or name for the slip angle?

Can someone explain how this makes sense electrically?

Should I stop contributing to retirement accounts?

Should I install hardwood flooring or cabinets first?

Why did the EU agree to delay the Brexit deadline?

Diode in opposite direction?

Translation of Scottish 16th century church stained glass

Some numbers are more equivalent than others



Why do I have different IP addresses on bond0, en01 and enp2s0?


Mysterious multicast packets after bridging a bond0Why bonding does not improve network speed?How to do bonding in ubuntu 12.04 in vmware workstation?Ubuntu 12.04 using VLANS on Bond0How do I get bonded NICs to use their real MAC addresses?bond0: An illegal loopback occurred on adapter (em2)Multiple IP addresses with bonded interfacesRenaming ethernet devices in 16.04Ubuntu 18.04 and bondingNIC Bonding Doesn't Drop IP Addresses













0















I set up a network bonding for failsafe in Ubuntu 18.04 according to this netplan:



network:
version: 2
ethernets:
eno1:
dhcp4: no
enp2s0:
dhcp4: no
bonds:
bond0:
addresses: [192.168.3.5/24]
gateway4: 192.168.3.253
nameservers:
addresses: [208.67.222.222,208.67.220.220,8.8.8.8,8.8.4.4]
dhcp4: no
interfaces:
- eno1
- enp2s0
parameters:
mode: active-backup
primary: eno1


Now when I log in I get:



IP address for enp2s0: 192.168.3.96
IP address for eno1: 192.168.3.96
IP address for bond0: 192.168.3.5


and ifconfig gives me (abridged):



bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
inet 192.168.3.5 netmask 255.255.255.0 broadcast 192.168.3.255
inet6 xxx:a31d prefixlen 64 scopeid 0x20<link>
ether xxx:a3:1d txqueuelen 1000 (Ethernet)

eno1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
inet 192.168.3.96 netmask 255.255.255.0 broadcast 192.168.3.255
ether xxx:a3:1d txqueuelen 1000 (Ethernet)

enp2s0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
inet 192.168.3.96 netmask 255.255.255.0 broadcast 192.168.3.255
ether xxx:a3:1d txqueuelen 1000 (Ethernet)


I am sure that, before the bond was set, one of the two MACs ended with :a3:1c



Did I make mistakes while setting the bond, or is this an intended behaviour?










share|improve this question


























    0















    I set up a network bonding for failsafe in Ubuntu 18.04 according to this netplan:



    network:
    version: 2
    ethernets:
    eno1:
    dhcp4: no
    enp2s0:
    dhcp4: no
    bonds:
    bond0:
    addresses: [192.168.3.5/24]
    gateway4: 192.168.3.253
    nameservers:
    addresses: [208.67.222.222,208.67.220.220,8.8.8.8,8.8.4.4]
    dhcp4: no
    interfaces:
    - eno1
    - enp2s0
    parameters:
    mode: active-backup
    primary: eno1


    Now when I log in I get:



    IP address for enp2s0: 192.168.3.96
    IP address for eno1: 192.168.3.96
    IP address for bond0: 192.168.3.5


    and ifconfig gives me (abridged):



    bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
    inet 192.168.3.5 netmask 255.255.255.0 broadcast 192.168.3.255
    inet6 xxx:a31d prefixlen 64 scopeid 0x20<link>
    ether xxx:a3:1d txqueuelen 1000 (Ethernet)

    eno1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
    inet 192.168.3.96 netmask 255.255.255.0 broadcast 192.168.3.255
    ether xxx:a3:1d txqueuelen 1000 (Ethernet)

    enp2s0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
    inet 192.168.3.96 netmask 255.255.255.0 broadcast 192.168.3.255
    ether xxx:a3:1d txqueuelen 1000 (Ethernet)


    I am sure that, before the bond was set, one of the two MACs ended with :a3:1c



    Did I make mistakes while setting the bond, or is this an intended behaviour?










    share|improve this question
























      0












      0








      0








      I set up a network bonding for failsafe in Ubuntu 18.04 according to this netplan:



      network:
      version: 2
      ethernets:
      eno1:
      dhcp4: no
      enp2s0:
      dhcp4: no
      bonds:
      bond0:
      addresses: [192.168.3.5/24]
      gateway4: 192.168.3.253
      nameservers:
      addresses: [208.67.222.222,208.67.220.220,8.8.8.8,8.8.4.4]
      dhcp4: no
      interfaces:
      - eno1
      - enp2s0
      parameters:
      mode: active-backup
      primary: eno1


      Now when I log in I get:



      IP address for enp2s0: 192.168.3.96
      IP address for eno1: 192.168.3.96
      IP address for bond0: 192.168.3.5


      and ifconfig gives me (abridged):



      bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
      inet 192.168.3.5 netmask 255.255.255.0 broadcast 192.168.3.255
      inet6 xxx:a31d prefixlen 64 scopeid 0x20<link>
      ether xxx:a3:1d txqueuelen 1000 (Ethernet)

      eno1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
      inet 192.168.3.96 netmask 255.255.255.0 broadcast 192.168.3.255
      ether xxx:a3:1d txqueuelen 1000 (Ethernet)

      enp2s0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
      inet 192.168.3.96 netmask 255.255.255.0 broadcast 192.168.3.255
      ether xxx:a3:1d txqueuelen 1000 (Ethernet)


      I am sure that, before the bond was set, one of the two MACs ended with :a3:1c



      Did I make mistakes while setting the bond, or is this an intended behaviour?










      share|improve this question














      I set up a network bonding for failsafe in Ubuntu 18.04 according to this netplan:



      network:
      version: 2
      ethernets:
      eno1:
      dhcp4: no
      enp2s0:
      dhcp4: no
      bonds:
      bond0:
      addresses: [192.168.3.5/24]
      gateway4: 192.168.3.253
      nameservers:
      addresses: [208.67.222.222,208.67.220.220,8.8.8.8,8.8.4.4]
      dhcp4: no
      interfaces:
      - eno1
      - enp2s0
      parameters:
      mode: active-backup
      primary: eno1


      Now when I log in I get:



      IP address for enp2s0: 192.168.3.96
      IP address for eno1: 192.168.3.96
      IP address for bond0: 192.168.3.5


      and ifconfig gives me (abridged):



      bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
      inet 192.168.3.5 netmask 255.255.255.0 broadcast 192.168.3.255
      inet6 xxx:a31d prefixlen 64 scopeid 0x20<link>
      ether xxx:a3:1d txqueuelen 1000 (Ethernet)

      eno1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
      inet 192.168.3.96 netmask 255.255.255.0 broadcast 192.168.3.255
      ether xxx:a3:1d txqueuelen 1000 (Ethernet)

      enp2s0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
      inet 192.168.3.96 netmask 255.255.255.0 broadcast 192.168.3.255
      ether xxx:a3:1d txqueuelen 1000 (Ethernet)


      I am sure that, before the bond was set, one of the two MACs ended with :a3:1c



      Did I make mistakes while setting the bond, or is this an intended behaviour?







      network-bonding






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 28 mins ago









      FarOFarO

      1233




      1233




















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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%2faskubuntu.com%2fquestions%2f1128377%2fwhy-do-i-have-different-ip-addresses-on-bond0-en01-and-enp2s0%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Ask Ubuntu!


          • 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%2faskubuntu.com%2fquestions%2f1128377%2fwhy-do-i-have-different-ip-addresses-on-bond0-en01-and-enp2s0%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

          Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

          Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch

          fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap