On 11/29/23 23:52, Max Nikulin wrote:
However it did not work, and the file was replaced by one containing only lo by networkmangler on a powerdown reboot. Next???On 30/11/2023 11:07, gene heskett wrote:root@mkspi:/etc# networkctl WARNING: systemd-networkd is not running, output will be incomplete. IDX LINK TYPE OPERATIONAL SETUP 1 lo loopback n/a unmanaged 2 eth0 ether n/a unmanaged 3 wlan0 wlan n/a unmanagedSo systemd-networkd does not manage network. (You may still get a bit more from it by "networkctl status").root@mkspi:/etc# nmcli -bash: nmcli: command not foundThe network-manager package is not installed, so likely it is ifupdown.On 11/29/23 21:31, Max Nikulin wrote:P.S. Enabling DHCP may allow to use default network configuration on all devices.hummmm, I'm logged in wit ssh: root@mkspi:/etc# cat default/networkingCharles suggests to enable DHCP server on your router and I support him.Concerning this particular machine and static network configuration see /etc/network/interfaces, interfaces(5), https://wiki.debian.org/NetworkConfiguration (this link was almost certainly posted in earlier threads).grep -r '' /etc/network/interfaces{,.d}
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:
------------------- root@mkspi:~# cat /etc/hosts 127.0.0.1 localhost 192.168.71.1 router.coyote.den router 192.168.71.3 coyote.coyote.den coyote 192.168.71.100 mkspi.coyote.den mkspi ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ------------------ 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 -----------That format worked on an rpi4b running debian arm64 bookworm, but not on the armbian buster in this printer.
Thank you. Cheers, Gene Heskett. -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis