On 5/12/24 11:05 AM, Marco Moock wrote:
Most likely the connection is not manages by NM.

Run
nmcli device

I got:

efa@08i7-2500:~$ nmcli device
DEVICE          TYPE      STATE                   CONNECTION
lo              loopback  connected (externally)  lo
wlp4s0          wifi      disconnected            --
p2p-dev-wlp4s0  wifi-p2p  disconnected            --
enp5s0          ethernet  unmanaged               --



> If it is configured in /etc/network/interfaces, NM won't manage it, so
> comment the config out for that interface if you want to use it in NM.


/etc/network/interfaces
-----------------------
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback



but:

/etc/network/interfaces.d/enp5s0
--------------------------------
auto enp5s0
iface enp5s0 inet dhcp
        ethernet-wol g



Probably was when I activated the WOL


So I had to remove the file: /etc/network/interfaces.d/enp5s0
and set everything from the NetworkManager, WOL too ?


In case, ethernet-wol g is equivalent to Wake on LAN:
Phy
Unicast
Multicast
Broadcast
Arp
Magic
?


THANK YOU for support
--
Valerio

Reply via email to