Discussion:
Network-Manager
Goran
2018-11-21 18:31:46 UTC
Permalink
I'm booting a 18.04-Server image, which was installed via debootstrap. All fine.

Further I installed network-manager to use is at the command prompt.

My goal is to boot any server and connect via any ethernetcard I plug
a cable into.

When I invoke

nmcli device status

I get an

enp9s0 ethernet unmanaged ---

So I went to /etc/network due to disable the interfaces file. But there is none.

What else can I do?

Regards
--
ubuntu-users mailing list
ubuntu-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-
Karl Auer
2018-11-21 18:40:54 UTC
Permalink
Post by Goran
So I went to /etc/network due to disable the interfaces file. But there is none.
What else can I do?
Google "Ubuntu NetPlan"
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (***@biplane.com.au)
http://www.biplane.com.au/kauer
http://twitter.com/kauer389

GPG fingerprint: A0CD 28F0 10BE FC21 C57C 67C1 19A6 83A4 9B0B 1D75
Old fingerprint: A52E F6B9 708B 51C4 85E6 1634 0571 ADF9 3C1C 6A3A
--
ubuntu-users mailing list
ubuntu-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listin
Goran
2018-11-21 18:47:51 UTC
Permalink
Netplan is not installed. It is no dependency. So I guess it is not
needed by NM.
Post by Karl Auer
Post by Goran
So I went to /etc/network due to disable the interfaces file. But there is none.
What else can I do?
Google "Ubuntu NetPlan"
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.biplane.com.au/kauer
http://twitter.com/kauer389
GPG fingerprint: A0CD 28F0 10BE FC21 C57C 67C1 19A6 83A4 9B0B 1D75
Old fingerprint: A52E F6B9 708B 51C4 85E6 1634 0571 ADF9 3C1C 6A3A
--
ubuntu-users mailing list
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/lis
Goran
2018-11-21 19:01:58 UTC
Permalink
My problem is solved with

touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf

this triggers NM to behave as it should be
Post by Goran
Netplan is not installed. It is no dependency. So I guess it is not
needed by NM.
Post by Karl Auer
Post by Goran
So I went to /etc/network due to disable the interfaces file. But there is none.
What else can I do?
Google "Ubuntu NetPlan"
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.biplane.com.au/kauer
http://twitter.com/kauer389
GPG fingerprint: A0CD 28F0 10BE FC21 C57C 67C1 19A6 83A4 9B0B 1D75
Old fingerprint: A52E F6B9 708B 51C4 85E6 1634 0571 ADF9 3C1C 6A3A
--
ubuntu-users mailing list
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-use
Rashkae
2018-11-21 22:39:13 UTC
Permalink
Post by Goran
My problem is solved with
touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
As a follow-up, for anyone curious, the real problem is in the
/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf file
Touching the /etc copy just effectively nullifies it.

The idea behind the default configuration is the belief that by default,
NetworkManager is the preferred interface to manage Wifi Connections,
but leave wired lan alone to the classic config.

If you jump through the netplan hoops, it will change that for you if
you specify Network Manager as your network configuration of choice.

But I would have to go on an whole different rant about netplan :)
--
ubuntu-users mailing list
ubuntu-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailma
Tom H
2018-11-22 00:12:02 UTC
Permalink
Post by Rashkae
Post by Goran
My problem is solved with
touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
As a follow-up, for anyone curious, the real problem is in the
/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf file
Touching the /etc copy just effectively nullifies it.
The idea behind the default configuration is the belief that by default,
NetworkManager is the preferred interface to manage Wifi Connections,
but leave wired lan alone to the classic config.
Thanks for the info. Bizarre choice. But that's the way that it is...
Post by Rashkae
If you jump through the netplan hoops, it will change that for you if
you specify Network Manager as your network configuration of choice.
But I would have to go on an whole different rant about netplan :)
netplan's a good idea. It's just a question of learning its yaml
format. It would've been easier to use RH's ifcfg's familiar .ini
format (and variables) but that ship's sailed.
--
ubuntu-users mailing list
ubuntu-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/
Tom H
2018-11-21 20:03:38 UTC
Permalink
Post by Goran
I'm booting a 18.04-Server image, which was installed via debootstrap. All fine.
Further I installed network-manager to use is at the command prompt.
My goal is to boot any server and connect via any ethernetcard I plug
a cable into.
When I invoke
nmcli device status
I get an
enp9s0 ethernet unmanaged ---
So I went to /etc/network due to disable the interfaces file. But there is none.
What else can I do?
Doesn't the server edition default to systemd-networkd?
--
ubuntu-users mailing list
ubuntu-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://list
Loading...