Score:0

Ubuntu 20 Server Change Bonded From DHCP to Static

io flag

I have never used Ubuntu before and am trying to change a bonded pair of network cards from DHCP to Static. I have searched but can only find complex examples that have more settings than I need. This is what my netplan file looks like:

network:
  bonds:
    bond0:
      dhcp4: true
      interfaces:
      - eno1
      - eno2
      parameters:
        mode: balance-rr
  ethernets:
    eno1: {}
    eno2: {}
  version: 2

Any help would be appreciated. Thanks

Terrance avatar
id flag
Does this answer your question? [How can I configure static IP on ubuntu server 18.04](https://askubuntu.com/questions/1180607/how-can-i-configure-static-ip-on-ubuntu-server-18-04)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.