From 9d811c3d9c1f4e7ad90c9b1e2bc0d85d1c7da225 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 22 Dec 2023 05:39:58 +0000 Subject: nginx enable ipv6. Switch from systemd-networkd to networkmanager because somehow I could not ping studio global pubic ipv6 (stateless address auto-configuration? (SLAAC)?), but I can ping link-local address which makes the issue very weird --- etc/systemd/network/20-wired.network | 9 --------- .../system/multi-user.target.wants/wg-quick@wg_studio.service | 1 - 2 files changed, 10 deletions(-) delete mode 100644 etc/systemd/network/20-wired.network delete mode 120000 etc/systemd/system/multi-user.target.wants/wg-quick@wg_studio.service (limited to 'etc/systemd') diff --git a/etc/systemd/network/20-wired.network b/etc/systemd/network/20-wired.network deleted file mode 100644 index 429cab2a..00000000 --- a/etc/systemd/network/20-wired.network +++ /dev/null @@ -1,9 +0,0 @@ -# https://wiki.archlinux.org/title/Systemd-networkd#Wired_adapter_using_DHCP - -[Match] -Name=enp2s0 - -[Network] -DHCP=yes -# https://wiki.archlinux.org/title/Systemd-resolved#mDNS -#MulticastDNS=yes diff --git a/etc/systemd/system/multi-user.target.wants/wg-quick@wg_studio.service b/etc/systemd/system/multi-user.target.wants/wg-quick@wg_studio.service deleted file mode 120000 index 0a92cb9a..00000000 --- a/etc/systemd/system/multi-user.target.wants/wg-quick@wg_studio.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/wg-quick@.service \ No newline at end of file -- cgit v1.2.3-70-g09d2