Changes between Version 38 and Version 39 of GENIRacksHome/OpenGENIRacks/RaspberryPIs


Ignore:
Timestamp:
04/28/16 11:23:08 (8 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/RaspberryPIs

    v38 v39  
    4747==== Static IP Address Configuration for Raspbian Jesse version ====
    4848
     49Link https://pi-hole.net/faq/how-do-i-set-a-static-ip-address-in-raspbian-jessie-using-etcdhcpcd-conf/
    4950Despite lots of confusing information out there, it is actually pretty straightforward to set a static address in Raspbian.
    5051
     
    5556Then all you need to do is append this to the bottom of the file, substituting the correct IP address you want.
    5657
     58{{{
    5759interface eth0
    5860static ip_address=192.168.1.141/24
    5961static routers=192.168.1.1
    6062static domain_name_servers=192.168.1.1
    61 
     63}}}
    6264
    6365