Try this at /etc/network/interfaces.d folder make a text file with the name setup and add this code :Can you post the output of these commands? Not with photo but in code tags.Code:
cat /etc/network/interfaces
Code:
$ cat /etc/network/interfaces# interfaces(5) file used by ifup(8) and ifdown(8)# Include files from /etc/network/interfaces.d:source /etc/network/interfaces.d/*auto enp47s0allow-hotplug enp47s0iface enp47s0 inet dhcp
this one gives me no outputCode:
ls /etc/network/interfaces.d
P.S. To the moderators, In general I don't receive mail notifications, so I can not respond to mails, but only if I visit the forum and I see them.
Code:
auto loiface lo inet loopbackauto eth0iface eth0 inet dhcp
Code:
systemctl restart NetworkManager
The other
, remove them from there and keep them as a backup.auto enp47s0
allow-hotplug enp47s0
iface enp47s0 inet dhcp
Statistics: Posted by panpan — 2024-07-25 12:56 — Replies 16 — Views 567