You would need to edit interfaces in /etc/network/interfaces
Here are some suggestions:
Turn off wifi:and check with:
Here are some suggestions:
Turn off wifi:
Code:
nmcli device disconnect wlan0nmcli connection modify wlan0 autoconnect noCode:
apt install ifupdownCode:
vim /etc/network/interfacesauto eth0allow-hotplug eth0Code:
vim /etc/network/interfaces.d/eth0allow-hotplug eth0iface eth0 inet staticaddress 192.168.77.2netmask 255.255.255.0gateway 192.168.77.1Code:
sudo ifdown eth0 && sudo ifup eth0Code:
ip addrStatistics: Posted by valkyrie44 — Sun Jan 25, 2026 9:40 pm