node-konfiguration
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| node-konfiguration [2026/08/29 16:03] – created mickdermack | node-konfiguration [2026/08/29 16:53] (current) – peter | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | * '' | ||
| * '' | * '' | ||
| * '' | * '' | ||
| * '' | * '' | ||
| - | Um z.B. die IP-Adresse **192.168.123.45** mit Präfixlänge **/24** und den DNS-Servern **8.8.8.8** und **1.1.1.1** zu konfigurieren, | + | Um z.B. die IP-Adresse **192.168.123.45** mit Präfixlänge **/24**, dem Gateway **192.168.123.1**, |
| < | < | ||
| config_set ethip 192.168.123.45 | config_set ethip 192.168.123.45 | ||
| config_set ethnm 255.255.255.0 | config_set ethnm 255.255.255.0 | ||
| + | config_set ethgw 192.168.123.1 | ||
| config_set ethdns0 8.8.8.8 | config_set ethdns0 8.8.8.8 | ||
| config_set ethdns1 1.1.1.1 | config_set ethdns1 1.1.1.1 | ||
| </ | </ | ||
| + | Die vollständige Liste der config Parameter ist hier in der Firmware: [[https:// | ||
node-konfiguration.1788012216.txt.gz · Last modified: by mickdermack
