Hello,
I have a default install of Arch Linux ARM from the raspberry Pi site. I followed the instructions for creating a static IP at archlinux.org, and it seemed to work.
However, on reboot, or when the ethernet cable is (accidentally) unplugged and plugged back in, I lose my static IP address.
If I log in fast enough, I can see that the static IP is set. But after 10 seconds, the network LEDs turn off, and on again, and I have lost my static IP.
Does anyone know how I can prevent this from happening?
FYI, I don't think there is a problem with the static IP config file, since I can run:
$this->bbcode_second_pass_code('', '# systemctl stop network@eth0.service
# systemctl start network@eth0.service')
Also, here are the processes running at the time I experience the failure:
$this->bbcode_second_pass_code('', '[root@alarmpi ~]# pstree
systemd-+-agetty
|-avahi-daemon---avahi-daemon
|-avahi-dnsconfd
|-crond
|-dbus-daemon
|-haveged
|-ifplugd
|-login---bash
|-rngd
|-sshd---sshd---bash---pstree
|-systemd---(sd-pam)
|-systemd-journal
|-systemd-logind
`-systemd-udevd
')