Hi,
after last pacman -Suuy
my two raspberry lost network configuration.
cat eth0.network
[Match]
Name=eth0
[Network]
Address=10.10.100.100/16
Gateway=10.10.100.250
DNS=10.10.100.100
DNS=1.1.1.1
I mounted the microSD in a laptop
/ROOT_MNJRO/etc/systemd/system
Command 501 of 1 $find . -name "*network*"
./dbus-org.freedesktop.network1.service
./sockets.target.wants/systemd-networkd.socket
./sysinit.target.wants/systemd-network-generator.service
./network-online.target.wants
./network-online.target.wants/systemd-networkd-wait-online.service
./multi-user.target.wants/systemd-networkd.service
I try to add from cli the IP address
sudo ip addr add 10.10.100.100/16 dev eth0
and to execute
ping 10.10.100.250
(they are on the same submask) but the network is not reachable.
I tried
ping 10.10.100.100
and the ping successes.
Any ideas?
Thx MR