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
:to describe your ethernet configuration, as this sample:
<code>
allow-hotplug eth0
iface eth0 inet static
address 192.168.11.100
netmask 255.255.255.0
gateway 192.168.11.1
dns-domain example.com
dns-nameservers 192.168.11.1
</code>
== Information ==
|
edits