commit 8cd3b3fada301000839802901034286619a41a1e Author: Ralf-Peter Wolff Date: Fri Nov 29 21:40:33 2024 +0100 Readme.md hinzugefĆ¼gt diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..2dd1e49 --- /dev/null +++ b/Readme.md @@ -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 +```