From a491724121b6515bcd46e8f96a643f40ba4bf434 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Sun, 4 Apr 2021 14:18:41 +0700 Subject: [PATCH] docs: update ethenet and wifi --- Applications/System/systemd-networkd.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Applications/System/systemd-networkd.md b/Applications/System/systemd-networkd.md index b989f29..ad7d2b8 100644 --- a/Applications/System/systemd-networkd.md +++ b/Applications/System/systemd-networkd.md @@ -16,6 +16,9 @@ Name=en* [Network] DHCP=yes + +[DHCP] +RouteMetric=10 ``` Wireless adapter, edit `/etc/systemd/network/25-wireless.network`: @@ -26,6 +29,9 @@ Name=wl* [Network] DHCP=yes + +[DHCP] +RouteMetric=20 ``` For wireless adapter, need [iwd](Applications/System/iwd.md).