When booting for the first time the ethernet adapter on my raspberry pi 4 “receives” an IP address of 10.158.146.186/24, which is weird because it’s plugged directly into my verizon router and my network uses 192.168.1.0/24 for DHCP.
I’ve spent a while trying to release/renew the DHCP. When I run dhclient -r, the IP address is not released. Same when trying to release with nmcli.
Everything should be defaulting to DHCP since I’m not using any custom configuration files, but I have no idea where this weird IP address is coming from. Not sure what else to try, advice appreciated