Skip to content
Snippets Groups Projects
Commit 1db78d8d authored by Fodor Patrik's avatar Fodor Patrik :ghost:
Browse files

Solve more todos

parent d7cd43eb
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment