User Tools

Site Tools


doc:appunti:hardware:raspberry_networking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
doc:appunti:hardware:raspberry_networking [2022/02/09 11:15] niccolodoc:appunti:hardware:raspberry_networking [2022/02/09 11:30] – [/etc/dhcpcd.conf] niccolo
Line 25: Line 25:
 static routers=10.0.0.189 static routers=10.0.0.189
 static domain_name_servers=8.8.4.4 10.0.0.189 static domain_name_servers=8.8.4.4 10.0.0.189
 +</file>
 +
 +Per configurare **eth0 con DHCP e fallback con profilo statico**. La configurazione statica viene applicata solo quando la Ethernet sente la portante (carrier attivo, cavetto inserito) e dopo un timeout di circa 30 secondi.
 +
 +<file>
 +profile static_eth0
 +static ip_address=10.0.0.72
 +static routers=10.0.0.189
 +static domain_name_servers=8.8.4.4 10.0.0.189
 +
 +interface eth0
 +fallback static_eth0
 </file> </file>
  
doc/appunti/hardware/raspberry_networking.txt · Last modified: 2023/06/11 11:41 by niccolo