Talk:XXX: Load Hivetool on the Pi
From https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=124423 And at the bottom of /etc/dhcpcd.conf define your static IP setup. Of course the actual values have to match your network setup
interface eth0 static ip_address=192.168.254.31/24 static routers=192.168.254.254 static domain_name_servers=192.168.254.254 8.8.8.8