Pernament network interface names on Ubuntu Server 18





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















There was a simple way on Ubuntu 16 by adding net.ifnames=0 biosdevname=0 to the GRUB. On Ubuntu Server 18 this does not work (all interfaces disappears). 50-cloud-init.yaml shows only ethernets interfaces, no wifis. Wifi is working properly, but I have to make sure that the name wlp1s0 do not change after reboot, because I use this interface to make a hotspot. Any ideas?



$ tail /etc/netplan/50-cloud-init.yaml

network:
ethernets:
eno1:
addresses:
dhcp4: true
version: 2


$ ip addr

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether f4:4d:30:65:27:8b brd ff:ff:ff:ff:ff:ff
inet 192.168.1.22/24 brd 192.168.1.255 scope global dynamic eno1
valid_lft 79439sec preferred_lft 79439sec
inet6 fe80::f64d:30ff:fe65:278b/64 scope link
valid_lft forever preferred_lft forever
3: wlp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 00:c2:c6:f3:d7:d9 brd ff:ff:ff:ff:ff:ff









share|improve this question





























    0















    There was a simple way on Ubuntu 16 by adding net.ifnames=0 biosdevname=0 to the GRUB. On Ubuntu Server 18 this does not work (all interfaces disappears). 50-cloud-init.yaml shows only ethernets interfaces, no wifis. Wifi is working properly, but I have to make sure that the name wlp1s0 do not change after reboot, because I use this interface to make a hotspot. Any ideas?



    $ tail /etc/netplan/50-cloud-init.yaml

    network:
    ethernets:
    eno1:
    addresses:
    dhcp4: true
    version: 2


    $ ip addr

    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether f4:4d:30:65:27:8b brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.22/24 brd 192.168.1.255 scope global dynamic eno1
    valid_lft 79439sec preferred_lft 79439sec
    inet6 fe80::f64d:30ff:fe65:278b/64 scope link
    valid_lft forever preferred_lft forever
    3: wlp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:c2:c6:f3:d7:d9 brd ff:ff:ff:ff:ff:ff









    share|improve this question

























      0












      0








      0








      There was a simple way on Ubuntu 16 by adding net.ifnames=0 biosdevname=0 to the GRUB. On Ubuntu Server 18 this does not work (all interfaces disappears). 50-cloud-init.yaml shows only ethernets interfaces, no wifis. Wifi is working properly, but I have to make sure that the name wlp1s0 do not change after reboot, because I use this interface to make a hotspot. Any ideas?



      $ tail /etc/netplan/50-cloud-init.yaml

      network:
      ethernets:
      eno1:
      addresses:
      dhcp4: true
      version: 2


      $ ip addr

      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
      link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
      inet 127.0.0.1/8 scope host lo
      valid_lft forever preferred_lft forever
      inet6 ::1/128 scope host
      valid_lft forever preferred_lft forever
      2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
      link/ether f4:4d:30:65:27:8b brd ff:ff:ff:ff:ff:ff
      inet 192.168.1.22/24 brd 192.168.1.255 scope global dynamic eno1
      valid_lft 79439sec preferred_lft 79439sec
      inet6 fe80::f64d:30ff:fe65:278b/64 scope link
      valid_lft forever preferred_lft forever
      3: wlp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
      link/ether 00:c2:c6:f3:d7:d9 brd ff:ff:ff:ff:ff:ff









      share|improve this question














      There was a simple way on Ubuntu 16 by adding net.ifnames=0 biosdevname=0 to the GRUB. On Ubuntu Server 18 this does not work (all interfaces disappears). 50-cloud-init.yaml shows only ethernets interfaces, no wifis. Wifi is working properly, but I have to make sure that the name wlp1s0 do not change after reboot, because I use this interface to make a hotspot. Any ideas?



      $ tail /etc/netplan/50-cloud-init.yaml

      network:
      ethernets:
      eno1:
      addresses:
      dhcp4: true
      version: 2


      $ ip addr

      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
      link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
      inet 127.0.0.1/8 scope host lo
      valid_lft forever preferred_lft forever
      inet6 ::1/128 scope host
      valid_lft forever preferred_lft forever
      2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
      link/ether f4:4d:30:65:27:8b brd ff:ff:ff:ff:ff:ff
      inet 192.168.1.22/24 brd 192.168.1.255 scope global dynamic eno1
      valid_lft 79439sec preferred_lft 79439sec
      inet6 fe80::f64d:30ff:fe65:278b/64 scope link
      valid_lft forever preferred_lft forever
      3: wlp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
      link/ether 00:c2:c6:f3:d7:d9 brd ff:ff:ff:ff:ff:ff






      networking server 18.04






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 23 at 18:03









      UserUser

      1014




      1014






















          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%2f1128107%2fpernament-network-interface-names-on-ubuntu-server-18%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%2f1128107%2fpernament-network-interface-names-on-ubuntu-server-18%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

          Category:香港粉麵

          List *all* the tuples!

          Channel [V]