Thursday 29 October 2020

Static ip on Jessie Raspbian with dhcpcd.conf


Static IP address templates for dhcpcd.conf

https://www.raspberrypi.org/forums/viewtopic.php?t=140252

######################################################
# TEMPLATE: A static IP address only when no DHCP
#
#           The profile name is arbitrary. Use "fred"
#           if you want. Not much we can put as
#           default servers, but set them up as
#           you usually would.
######################################################
interface eth0
fallback nodhcp

profile nodhcp
static ip_address=10.0.0.1/8
static routers=10.0.0.1
static domain_name_servers=10.0.0.1


Trying to do this

https://www.diyhobi.com/share-raspberry-pi-wifi-internet-ethernet/

No comments:

Post a Comment

Datanami, Woe be me