I've installed openconnect and after establishing a session by the command
openconnect server_address
I just can't disconnect. In the manual, it's said a SIGINT signal would safely terminate the session, but that's not the case with me. Actually, I can't disconnect it even with a SIGKILL signal. Anyone knows what should I do? Is there a way to manually disconnect it?
nmcli con down tun0was killing DNS for me and I needed to reboot. What worked for me in 18.04 was installingnetwork-manager-openconnect-gnomeas recommended here. Now openconnect works identically to vpnc. – Robert McDonald Feb 23 '19 at 20:48