39
edits
:* 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''' »
:
▲:for Ethernet connexion a line specefying port '''eth0''' is needed
allow-hotplug eth0
iface eth0 inet static
|
edits