Raspberry PI kiinteä ip-osoite
Avaa editorilla seuraava tiedosto.
sudo vim /etc/network/interfaces
Tiedosto näyttää tältä.
#Default auto lo iface lo inet loopback #iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp
Muuta tiedostoa seuraavasti.
# eth0 auto eth0 iface eth0 inet static #your static IP address 192.168.0.2 #your gateway IP gateway 192.168.0.1 netmask 255.255.255.0 #your network address "family" network 192.168.0.0 broadcast 192.168.0.255