Hi all. My OctoPi install is working wonderfully, but there's one tiny little problem...
Boots right up, and I can log in remotely just fine. Connects to my printer perfectly. Web pages load blindingly fast (it IS on the local network).
So what's the problem?
In my router, I have the Pi reserved with an IP address of 192.168.0.51. Triple checked the MAC address, and everything is fine. BUT, for some blasted reason, the Pi keeps demanding the IP of 192.168.0.244. Wouldn't be a problem, but that IP is assigned to something else already, and can't be reassigned to the Pi.
Looking through syslog, I see that my router is offering the correct address (192.168.0.51) to the Pi, but it gets rejected by the Pi for whatever reason.
Any ideas on fixing this?
Jan 17 09:48:40 octopi systemd[1]: Started dhcpcd on all interfaces.
Jan 17 09:48:48 octopi dhcpcd[553]: wlan0: no IPv6 Routers available
Jan 17 09:48:49 octopi dhcpcd[553]: docker0: waiting for carrier
Jan 17 09:53:53 octopi dhcpcd[553]: wlan0: NAK: static lease available from 192.168.0.1
Jan 17 09:53:53 octopi dhcpcd[553]: wlan0: message: static lease available
Jan 17 09:53:53 octopi dhcpcd[553]: wlan0: deleting route to 192.168.0.0/24
Jan 17 09:53:53 octopi dhcpcd[553]: wlan0: deleting default route via 192.168.0.1
Jan 17 09:53:53 octopi dhcpcd[553]: wlan0: soliciting a DHCP lease
Jan 17 09:53:53 octopi dhcpcd[553]: wlan0: offered 192.168.0.51 from 192.168.0.1
Jan 17 09:53:54 octopi dhcpcd[553]: wlan0: probing address 192.168.0.51/24
Jan 17 09:53:54 octopi dhcpcd[553]: wlan0: hardware address 70:f3:95:03:78:ba claims 192.168.0.51
Jan 17 09:53:55 octopi dhcpcd[553]: wlan0: soliciting a DHCP lease
Jan 17 09:53:58 octopi dhcpcd[553]: wlan0: offered 192.168.0.244 from 192.168.0.1
Jan 17 09:53:58 octopi dhcpcd[553]: wlan0: probing address 192.168.0.244/24
Jan 17 09:54:03 octopi dhcpcd[553]: wlan0: leased 192.168.0.244 for 600 seconds
Jan 17 09:54:03 octopi dhcpcd[553]: wlan0: adding route to 192.168.0.0/24
Jan 17 09:54:03 octopi dhcpcd[553]: wlan0: adding default route via 192.168.0.1