User Tools

Site Tools


ha:raspberrypi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ha:raspberrypi [23/02/2023 00:52] – created - external edit 127.0.0.1ha:raspberrypi [13/01/2025 22:56] (current) andrew
Line 4: Line 4:
 ===== Set Static Ip Address ===== ===== Set Static Ip Address =====
  
 +<code>
 +nano /etc/dhcpcd.conf
 +
 +interface eth0 (Probably)
 +static_routers=<default gateway>
 +static domain_name_servers=<nameserver, eg. 1.1.1.1>
 +static ip_address=<ipaddress>/<network size eg. 24>
 +
 +</code>
  
  
ha/raspberrypi.1677113579.txt.gz · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki