Readme.md hinzugefügt

This commit is contained in:
Ralf-Peter Wolff 2024-11-29 21:40:33 +01:00
commit 8cd3b3fada

10
Readme.md Normal file
View File

@ -0,0 +1,10 @@
# Schritte zum konfigurieren
## Statische IP
```
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
```