- Newest
- Most votes
- Most comments
Hope this helps others having issues with CVPN on debian clients.
I had got in touch with AWS Business support about this and they have suggested a workaround in form of using the AWS Client VPN GUI that is available for Linux. When connecting through that software, the default route does not get added but if you use the default open vpn client that gets shipped with linux mint that the issue pops up again.
This should not be happening but they aren't sure about when AWS will prioritize fixing this. So the current solution is using the AWS CVPN GUI. Also the GUI is not supported for newer ubuntu versions but you will need to manually add a few dependencies and then it does work.
Thanks
In case it helps anyone in the future: we fixed this on our end after an hour of research using this extra line of configuration in the ovpn file:
pull-filter ignore redirect-gateway
I had the same problem on macOS, to fix that I used the following two commands to tackle the overwritten gateway:
- sudo route delete <DESTINATION>
- sudo route add <DESTINATION> <ADDR_GATEWAY_ROUTER>
Some guys of our team have the same issue. The weird thing is we all have MacOS and the same AWS VPN Client version. And only a few guys have the same issue. Please you have to fix that. We cannot work properly!!!
Relevant content
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated a year ago

pull-filter ignore redirect-gateway 100% worked for me. I use fedora as my main OS. AWS only has a vpn client for Ubuntu. Plus, we should NOT have to resort to ONLY being able to use the AWS client. That is dumb. So, add "pull-filter ignore redirect-gateway" to the config, and my split tunneling works now.
Thank you Niels