On 30/11/2023 17:15, gene heskett wrote:
On 11/29/23 23:52, Max Nikulin wrote:
On 30/11/2023 11:07, gene heskett wrote:

root@mkspi:/etc# nmcli
-bash: nmcli: command not found
-----------^^^^^^^^^^^^^^^^^^^^^^^^

However it did not work, and the file was replaced by one containing only lo by networkmangler on a powerdown reboot.  Next???

What particular file has been replaced? You do not have NetworkManager installed

dpkg -S /usr/bin/nmcli
network-manager: /usr/bin/nmcli

Moreover in default configuration it does not touch /etc/network/interfaces. It just reads it do avoid managing of the same interfaces. May it be that klipper-related "optimizers" add some script?

I want to put it at 192.168.71.100/24. How do I do that in /etc/dhcpcd.conf? This is already in /etc/hosts like this:

Forget it for a while. You either configure static IP address or DHCP server on your router or on another host with properly configured network.

For reference, this is what I put in /e/n/i":
------------
auto eth0
iface eth0 inet static
         address 192.168.71.100/24
         gateway 192.168.71.1
         dns-nameservers 192.168.71.1

I expect "dns-nameservers" may cause changes in /etc/resolv.conf if you mean it. Are address and gateway settings applied?

     ip address list
     ip route list

Do you get any error in "journalctl -b" or in syslog files?

Reply via email to