Ubuntu 17.10 Server running Ubuntu Desktop. Network Manager will not detect Ethernet

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








up vote
2
down vote

favorite
2












I know this question has been asked several times from Ubuntu 17.04 Server and previous. The Ubuntu Desktop, once installed, will not detect and manage the Ethernet Adapter.



I have stepped thru the previously reported fix here which has not fixed this issue for a new 17.10 Server running Ubuntu Desktop (both Gnome and Budgie)
Ethernet device not managed



Points to note.



  1. This Ubuntu 17.10 Server is a VirtualBox VM running on a Windoze 7 Host.

  2. the VM has the NIC setting on NAT. (I don't want to expose this VM on the main router DHCP scope as it's on a work machine/network)


  3. the Ubuntu 17.10 server does have functioning network but just CANNOT be managed with the Ubuntu desktop Network Manager





I'd basically like to tweak what's needed on the Ubuntu 17.10 Server so the Network Manager will detect the network connection.



config files in the Ubuntu 17.10 Server



/etc/network/interfaces:



# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# Generated by debian-installer.

# The loopback interface
auto lo
iface lo inet loopback


/etc/NetworkManager/NetworkManager.conf:



[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=true

[device]
wifi.scan-rand-mac-address=no


/etc/netplan/01-netcfg.yaml:



# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
version: 2
renderer: networkd
ethernets:
enp0s3:
dhcp4: yes


Whats nice is I'm able to snapshot the VM, play, and quickly revert if something is totally munched.



I'm thinking enp0s3 needs to be listed in the /etc/NetworkManager/NetworkManager.conf file?










share|improve this question



























    up vote
    2
    down vote

    favorite
    2












    I know this question has been asked several times from Ubuntu 17.04 Server and previous. The Ubuntu Desktop, once installed, will not detect and manage the Ethernet Adapter.



    I have stepped thru the previously reported fix here which has not fixed this issue for a new 17.10 Server running Ubuntu Desktop (both Gnome and Budgie)
    Ethernet device not managed



    Points to note.



    1. This Ubuntu 17.10 Server is a VirtualBox VM running on a Windoze 7 Host.

    2. the VM has the NIC setting on NAT. (I don't want to expose this VM on the main router DHCP scope as it's on a work machine/network)


    3. the Ubuntu 17.10 server does have functioning network but just CANNOT be managed with the Ubuntu desktop Network Manager





    I'd basically like to tweak what's needed on the Ubuntu 17.10 Server so the Network Manager will detect the network connection.



    config files in the Ubuntu 17.10 Server



    /etc/network/interfaces:



    # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
    # Generated by debian-installer.

    # The loopback interface
    auto lo
    iface lo inet loopback


    /etc/NetworkManager/NetworkManager.conf:



    [main]
    plugins=ifupdown,keyfile

    [ifupdown]
    managed=true

    [device]
    wifi.scan-rand-mac-address=no


    /etc/netplan/01-netcfg.yaml:



    # This file describes the network interfaces available on your system
    # For more information, see netplan(5).
    network:
    version: 2
    renderer: networkd
    ethernets:
    enp0s3:
    dhcp4: yes


    Whats nice is I'm able to snapshot the VM, play, and quickly revert if something is totally munched.



    I'm thinking enp0s3 needs to be listed in the /etc/NetworkManager/NetworkManager.conf file?










    share|improve this question

























      up vote
      2
      down vote

      favorite
      2









      up vote
      2
      down vote

      favorite
      2






      2





      I know this question has been asked several times from Ubuntu 17.04 Server and previous. The Ubuntu Desktop, once installed, will not detect and manage the Ethernet Adapter.



      I have stepped thru the previously reported fix here which has not fixed this issue for a new 17.10 Server running Ubuntu Desktop (both Gnome and Budgie)
      Ethernet device not managed



      Points to note.



      1. This Ubuntu 17.10 Server is a VirtualBox VM running on a Windoze 7 Host.

      2. the VM has the NIC setting on NAT. (I don't want to expose this VM on the main router DHCP scope as it's on a work machine/network)


      3. the Ubuntu 17.10 server does have functioning network but just CANNOT be managed with the Ubuntu desktop Network Manager





      I'd basically like to tweak what's needed on the Ubuntu 17.10 Server so the Network Manager will detect the network connection.



      config files in the Ubuntu 17.10 Server



      /etc/network/interfaces:



      # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
      # Generated by debian-installer.

      # The loopback interface
      auto lo
      iface lo inet loopback


      /etc/NetworkManager/NetworkManager.conf:



      [main]
      plugins=ifupdown,keyfile

      [ifupdown]
      managed=true

      [device]
      wifi.scan-rand-mac-address=no


      /etc/netplan/01-netcfg.yaml:



      # This file describes the network interfaces available on your system
      # For more information, see netplan(5).
      network:
      version: 2
      renderer: networkd
      ethernets:
      enp0s3:
      dhcp4: yes


      Whats nice is I'm able to snapshot the VM, play, and quickly revert if something is totally munched.



      I'm thinking enp0s3 needs to be listed in the /etc/NetworkManager/NetworkManager.conf file?










      share|improve this question















      I know this question has been asked several times from Ubuntu 17.04 Server and previous. The Ubuntu Desktop, once installed, will not detect and manage the Ethernet Adapter.



      I have stepped thru the previously reported fix here which has not fixed this issue for a new 17.10 Server running Ubuntu Desktop (both Gnome and Budgie)
      Ethernet device not managed



      Points to note.



      1. This Ubuntu 17.10 Server is a VirtualBox VM running on a Windoze 7 Host.

      2. the VM has the NIC setting on NAT. (I don't want to expose this VM on the main router DHCP scope as it's on a work machine/network)


      3. the Ubuntu 17.10 server does have functioning network but just CANNOT be managed with the Ubuntu desktop Network Manager





      I'd basically like to tweak what's needed on the Ubuntu 17.10 Server so the Network Manager will detect the network connection.



      config files in the Ubuntu 17.10 Server



      /etc/network/interfaces:



      # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
      # Generated by debian-installer.

      # The loopback interface
      auto lo
      iface lo inet loopback


      /etc/NetworkManager/NetworkManager.conf:



      [main]
      plugins=ifupdown,keyfile

      [ifupdown]
      managed=true

      [device]
      wifi.scan-rand-mac-address=no


      /etc/netplan/01-netcfg.yaml:



      # This file describes the network interfaces available on your system
      # For more information, see netplan(5).
      network:
      version: 2
      renderer: networkd
      ethernets:
      enp0s3:
      dhcp4: yes


      Whats nice is I'm able to snapshot the VM, play, and quickly revert if something is totally munched.



      I'm thinking enp0s3 needs to be listed in the /etc/NetworkManager/NetworkManager.conf file?







      server network-manager 17.10






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 26 at 14:41









      muru

      130k19274467




      130k19274467










      asked Feb 26 at 14:38









      Josho

      153




      153




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          If you want Network Manager to handle networking, I suggest that you change the netplan file:



          sudo mv /etc/netplan/01-netcfg.yaml /etc/netplan/01-network-manager-all.yaml


          Then change the file:



          sudo nano /etc/netplan/01-network-manager-all.yaml


          Change the file to read:



          # Let NetworkManager manage all devices on this system
          network:
          version: 2
          renderer: NetworkManager


          Save and close the text editor. Next:



          sudo netplan apply
          sudo service network-manager restart


          Any improvement? It may take a reboot.






          share|improve this answer




















          • No reboot required. Worked perfectly
            – Josho
            Feb 26 at 15:15










          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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%2faskubuntu.com%2fquestions%2f1009988%2fubuntu-17-10-server-running-ubuntu-desktop-network-manager-will-not-detect-ethe%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
          2
          down vote



          accepted










          If you want Network Manager to handle networking, I suggest that you change the netplan file:



          sudo mv /etc/netplan/01-netcfg.yaml /etc/netplan/01-network-manager-all.yaml


          Then change the file:



          sudo nano /etc/netplan/01-network-manager-all.yaml


          Change the file to read:



          # Let NetworkManager manage all devices on this system
          network:
          version: 2
          renderer: NetworkManager


          Save and close the text editor. Next:



          sudo netplan apply
          sudo service network-manager restart


          Any improvement? It may take a reboot.






          share|improve this answer




















          • No reboot required. Worked perfectly
            – Josho
            Feb 26 at 15:15














          up vote
          2
          down vote



          accepted










          If you want Network Manager to handle networking, I suggest that you change the netplan file:



          sudo mv /etc/netplan/01-netcfg.yaml /etc/netplan/01-network-manager-all.yaml


          Then change the file:



          sudo nano /etc/netplan/01-network-manager-all.yaml


          Change the file to read:



          # Let NetworkManager manage all devices on this system
          network:
          version: 2
          renderer: NetworkManager


          Save and close the text editor. Next:



          sudo netplan apply
          sudo service network-manager restart


          Any improvement? It may take a reboot.






          share|improve this answer




















          • No reboot required. Worked perfectly
            – Josho
            Feb 26 at 15:15












          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          If you want Network Manager to handle networking, I suggest that you change the netplan file:



          sudo mv /etc/netplan/01-netcfg.yaml /etc/netplan/01-network-manager-all.yaml


          Then change the file:



          sudo nano /etc/netplan/01-network-manager-all.yaml


          Change the file to read:



          # Let NetworkManager manage all devices on this system
          network:
          version: 2
          renderer: NetworkManager


          Save and close the text editor. Next:



          sudo netplan apply
          sudo service network-manager restart


          Any improvement? It may take a reboot.






          share|improve this answer












          If you want Network Manager to handle networking, I suggest that you change the netplan file:



          sudo mv /etc/netplan/01-netcfg.yaml /etc/netplan/01-network-manager-all.yaml


          Then change the file:



          sudo nano /etc/netplan/01-network-manager-all.yaml


          Change the file to read:



          # Let NetworkManager manage all devices on this system
          network:
          version: 2
          renderer: NetworkManager


          Save and close the text editor. Next:



          sudo netplan apply
          sudo service network-manager restart


          Any improvement? It may take a reboot.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 26 at 15:05









          chili555

          36.7k54776




          36.7k54776











          • No reboot required. Worked perfectly
            – Josho
            Feb 26 at 15:15
















          • No reboot required. Worked perfectly
            – Josho
            Feb 26 at 15:15















          No reboot required. Worked perfectly
          – Josho
          Feb 26 at 15:15




          No reboot required. Worked perfectly
          – Josho
          Feb 26 at 15:15

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1009988%2fubuntu-17-10-server-running-ubuntu-desktop-network-manager-will-not-detect-ethe%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491