ne:sdn-hardware
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
ne:sdn-hardware [2022/06/23 15:48] – [BISDN Konfiguration] admin | ne:sdn-hardware [2022/08/31 12:03] (aktuell) – [BISDN Konfiguration] admin | ||
---|---|---|---|
Zeile 54: | Zeile 54: | ||
Use the following command to print the current port configuration: | Use the following command to print the current port configuration: | ||
<code bash> | <code bash> | ||
- | client_drivshell ports | + | sudo client_drivshell ports |
</ | </ | ||
Use the parameter '' | Use the parameter '' | ||
<code bash> | <code bash> | ||
- | client_drivshell ps 1 | + | sudo client_drivshell ps 1 |
</ | </ | ||
Zeile 73: | Zeile 73: | ||
</ | </ | ||
+ | **SDD - Write Cache disable:** | ||
+ | I created a '' | ||
+ | < | ||
+ | [Unit] | ||
+ | Description=hdparm write cache disable | ||
+ | |||
+ | [Service] | ||
+ | Type=oneshot | ||
+ | ExecStart=/ | ||
+ | |||
+ | [Install] | ||
+ | WantedBy=multi-user.target | ||
+ | </ | ||
+ | ==== Management Interface konfigurieren: | ||
+ | In ''/ | ||
+ | <code bash> | ||
+ | [Match] | ||
+ | # You can also use wildcards. Maybe you want enable dhcp on an all eth* NICs | ||
+ | Name=enp* | ||
+ | [Network] | ||
+ | #DHCP=v4 | ||
+ | # static IP | ||
+ | Address=172.16.1.8/ | ||
+ | Gateway=172.16.1.1 | ||
+ | DNS=141.45.2.100 141.45.3.100 | ||
+ | </ | ||
ne/sdn-hardware.1655999336.txt.gz · Zuletzt geändert: 2022/06/23 15:48 von admin