- 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
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>
Relevant content
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 20 days ago