The problem is that when connected to VPN via Network Manager a) I can't access the resources of the remote local network;
b) the traffic does not get tunneled over VPN routes. This problem doesn't appear when connected via sudo openvpn Here are (anonymised) contents of the .nmconnection file for my VPN connection in /etc/NetworkManager/system-connections [connection] id=korolev uuid=ANONYMISED-UUID type=vpn autoconnect=false [vpn] auth=SHA256 ca=/home/eugrus/.cert/nm-openvpn/korolev-ca.pem cert=/home/eugrus/.cert/nm-openvpn/korolev-cert.pem cert-pass-flags=0 cipher=AES-128-GCM connection-type=tls dev=tun key=/home/eugrus/.cert/nm-openvpn/korolev-key.pem remote=ANONYMISED.IP:1194 remote-cert-tls=server tls-cipher=TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256 tls-crypt=/home/eugrus/.cert/nm-openvpn/korolev-tls-crypt.pem tls-version-min=1.2 verify-x509-name=name:server_ANONYMISED service-type=org.freedesktop.NetworkManager.openvpn [ipv4] may-fail=false method=auto [ipv6] addr-gen-mode=stable-privacy may-fail=false method=auto [proxy] On Sun, 17 Mar 2024 18:27:58 +0100 Michael Biebl <bi...@debian.org> wrote: > Control: tags -1 + moreinfo > > Where exactly is the problem? > Please highlight it explicitly. > Please also share your NM configuration for the openvpn connection. >