The Pi boots up to the desired static ip(10.220.55.114), but after a day it changes to 10.220.51.116( a different subnet )
sudo vi /etc/dhcpcd.conf
# It is possible to fall back to a static IP if DHCP fails:
# define static profile
interface wlan0
Static ip_address=10.220.55.114/24
static routers=10.220.55.254
static domain_name_servers=10.220.55.254
Not sure what files to look into or what to change to prevent the IP from changing.
ip a
– moo Dec 27 '22 at 17:02