Description | This article describes how to troubleshoot an issue with FortiClient on KUbuntu 23.04 where users experience a failure to connect while the error 'vpn_connection:1335 Config routing table failed' appears in the FortiGate CLI. |
Scope | FortiClient, FortiOS, KUbuntu 23.04. |
Solution |
diag debug reset diag deb dis diagnose debug application fnbamd 255 diagnose debug application sslvpn -1 diagnose debug console timestamp enable diagnose debug enable
#!/bin/bash
echo "Try to connect to the VPN now" echo "Waiting for VPN connection..." done
echo "VPN connection $connection was created! Waiting for 'device-reapply'..." nmcli -f GENERAL.STATE con show $connection 2> /dev/null done
echo "Device is unmanaged. Setting it to 'up' again..." |