Raspberry Pi Image: Difference between revisions

m
:* Add a DHCP reservation
:* Assign a static IP address
:If you need to use a fixed ip address for your Raspberry Pi, you have to edit this file: « '''/etc/network/interfaces''' »
:forFor Ethernet connexion a line specefying port '''eth0''' is needed to describe your ethernet configuration, as this sample:
:you have to edit this file: « '''/etc/network/interfaces''' » :
:for Ethernet connexion a line specefying port '''eth0''' is needed
:to describe your ethernet configuration, as this sample:
allow-hotplug eth0
iface eth0 inet static
39

edits