<div dir="ltr"><div>Thank you for the hint, Michael!</div><div><br></div><div>It seems to be the bug described here: <a href="https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/946">https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/946</a></div><div><br></div><div>Also our IT-department was able to provide a workaround.</div><div><br></div><div>We added a script in /etc/ppp/ip-up.d called 0001changeroutes. The content is</div><div><br></div><div>#! /bin/sh -e<br>ip a del $PPP_LOCAL peer <public ip> dev ppp0</div><div><br></div><div>After making this script executable I was able to connect to the VPN again.</div><div><br></div><div>Best</div><div><br></div><div>Marcel<br></div></div>