저는 F37이 출시된 이후 한동안 F37을 사용해 왔고 Wireguard는 훌륭하게 작동합니다. 어제 업데이트 이후 이런 현상이 발생했습니다.
내 노트북 Wireguard 구성:
[Interface]
PrivateKey = redacted
Address = 10.1.0.12/24
DNS = 8.8.8.8, 8.8.4.4
[Peer]
PublicKey = redacted
PresharedKey = redacted
Endpoint = redacted
AllowedIPs = 10.1.0.0/24
PersistentKeepalive = 25
AllowedIPs를 -로 변경하면 0.0.0.0/0
작동합니다. 하지만 모든 것을 Wireguard로 라우팅하고 싶지는 않습니다.
답변1
특정 DNS 항목을 삭제하여 문제가 해결되었습니다.
DNS = 8.8.8.8, 8.8.4.4
이 문제에 대한 자세한 내용은 여기에서 확인할 수 있습니다. https://blogs.gnome.org/mcatanzaro/2020/12/17/understanding-systemd-resolved-split-dns-and-vpn-configuration/