-
-
Notifications
You must be signed in to change notification settings - Fork 0
Network
szorfein edited this page Jun 14, 2021
·
4 revisions
Here how you can enable the network on.
Found your wifi card.
# ip a
---
5: wlan0: ---
Start/Enable the iwd daemon:
# systemctl start iwd
# systemctl enable iwd
Use iwctl to connect on your wifi box
# iwctl --passphrase passphrase station wlan0 connect SSID
Ethernet should work automatically if your kernel module is loaded.
# ping -c1 gentoo.org
You can customize systemd-network
, just take in files at:
- /etc/systemd/network/*.network
For DNS, quad9 is used by default with DNS over HTTPS:
- /etc/systemd/resolved.conf