• Articolo - Assegnare un IP Statico ad un Raspberry Pi3 Model BI

Breve e sintica guida passo-passo:

  • Putty: Sessione SSH
  • Comando: sudo nano /etc/dhcpcd.conf
  • Connection eth0 = Cavo    ---    Wlan0 = WiFi

 Assegnare un IP Statico ad un Raspberry Pi3 Model BI 1

  • CODICE

interface eth0

static ip_address=192.168.0.10/24
static routers=192.168.0.1
static domain_name_servers=192.168.0.1

interface wlan0

static ip_address=192.168.0.10/24
static routers=192.168.0.1
static domain_name_servers=192.168.0.1

  • ctrl+x
  • Y     (yes)

Assegnare un IP Statico ad un Raspberry Pi3 Model BI 2

  • Sudo reboot
  • Ifconfig

Verificare IP dopo il riavvio

Assegnare un IP Statico ad un Raspberry Pi3 Model BI 3

  • Fine Articolo HOME

Ricerca un articolo nel sito