🐧 systemd-resolved - fix for vpn dns resoution fedora systemd
Nachrichtenbereich: 🐧 Linux Tipps
🔗 Quelle: reddit.com
As usual updates mess up Fedora, now that Fedora 33 started using systemd-resolved instead of /etc/resolv.conf for DNS resolution. The Default does not provide #DNS and #FallbackDNS. So, This gets problematic for vpn users who connect via openvpn. So, let's fix this by adding Google dns and Cloudflare DNS to resolved.conf
# DNS Fix
sudo sed 's/#DNS=/DNS=9.9.9.9 1.1.1.1 8.8.8.8/g' -i /etc/systemd/resolved.conf sudo sed 's/#FallbackDNS=/FallbackDNS=1.0.0.1 4.2.2.2 8.8.4.4 2606:4700:4700::1111 2606:4700:4700::1001 2001:4860:4860::8888 2001:4860:4860::8844 2620:fe::fe/g' -i /etc/systemd/resolved.conf sudo service systemd-resolved restart systemd-resolve --status ; #now
[link] [comments] ...
🔧 systemd-manage is a graphical systemd tool
📈 17.25 Punkte
🔧 Programmierung
🐧 Systemd's new blue screen of death (systemd-bsod)
📈 17.25 Punkte
🐧 Linux Tipps