Hello,
For a test setup I would like to configure a static IP address (I am using the full Chirpstack OS in Rpi4). I found a few threads on this forum but unfortunately I have not been able to set a workable static IP.
In the folder /etc/network
I modified the interfaces
file with a static IP (see below).
iface eth0 inet static
address 192.168.1.103
netmask 255.255.255.0
network 192.168.7.0
gateway 192.168.7.1
Also changing the network and gateway to the same subnet does (after a reboot) not result in the static IP address as configured.
Any ideas or suggestions?
Thanks