I have a Linux VPS (Ubuntu Server 16.04 LTS) connected to my institution's VPN (which is Cisco-based). However, and even though the connection is correctly established, all traffic is dropped. I am using vpnc
from the command line and all parameters have been checked and are correct.
I have tried to connect using vpnc
with the exact same parameters from my desktop (Ubuntu 16.04 LTS) and everything works fine, no traffic is dropped.
Things I have tried:
- Disabling UFW
- Running
vpnc
in verbose mode (99), but no errors are shown dmesg
or thesyslog
file shows nothing of interest- Disabling and re-enabling the
tun1
interface (the interface assigned tovpnc
) - Stopping my OpenVPN server (which is also running on
tun0
on the same server) - Checked the routing, the correct interface is used
ping -I
with thevpnc
interface to ensure the problem is not related to routing. All packets are lost when using thevpnc
interface (tun1
in my case). Note I am doing theping
to a server that is in the Cisco VPN, and which replies toping
packets when tested from my desktop connected to the VPN with the same user.
Any help would be very appreciated!