You are connected to VPN using openconnect. Let’s check the network interface that is connected to the VPN network.
$ nmcli
Once you know the VPN connection to turn off, run the following command.
$ sudo nmcli con down tun0
Change tun0 to whatever the VPN interface you have.