diff --git "a/m\303\241sodik vide\303\263.md" "b/m\303\241sodik vide\303\263.md" index 94e1f0730b77fcc1a429d9e81374ab38502dc0a5..53a9e3d78b7aea385a0b79bb8f179d0c93e8660c 100644 --- "a/m\303\241sodik vide\303\263.md" +++ "b/m\303\241sodik vide\303\263.md" @@ -598,7 +598,20 @@ network settings systemd-networkd is a system daemon that manages network configurations. It detects and configures network devices as they appear; it can also create virtual network devices. Ubuntu szerveren is használjuk ezt. -// TODO: egy .network file minta +``` +Wired adapter using a static IP + +/etc/systemd/network/20-wired.network + +[Match] +Name=enp1s0 + +[Network] +Address=10.1.10.9/24 +Gateway=10.1.10.1 +DNS=10.1.10.1 +``` + // TODO: networkctl-lel új konfig betöltése és alkalmazása ## Távoli hozzáférés (SSH)