Pi Hacks

DNS Config Static IP address, configured in /etc/dhcpcd.conf:add static domain_name_servers=x.x.x.x y.y.y.y to the interface definition Dynamic address, using openresolv (default on pi)add to /etc/resolvconf.confname_servers=”x.x.x.x y.y.y.y z.z.z.z” then run sudo resolvconf -u Enable routing for 192.168.42.10 -add this to rc.localip route… Read morePi Hacks