- 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
- 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)
- Sudo reboot
- Ifconfig
Verificare IP dopo il riavvio
- Fine Articolo HOME