when starting Cisco AnyConnect I get:
$route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 cscotun0
0.0.0.0 10.0.0.1 0.0.0.0 UG 100 0 0 ppp0
10.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 cscotun0
10.0.0.1 0.0.0.0 255.255.255.255 UH 100 0 0 ppp0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 cscotun0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 ppp0
172.16.50.0 0.0.0.0 255.255.255.0 U 0 0 0 cscotun0
172.16.50.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 cscotun0
192.168.0.0 0.0.0.0 255.255.255.0 U 100 0 0 enp2s0
192.168.77.0 0.0.0.0 255.255.255.0 U 0 0 0 cscotun0
192.168.153.0 0.0.0.0 255.255.255.0 U 0 0 0 cscotun0
192.168.153.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8
213.177.15.200 10.0.0.1 255.255.255.255 UGH 0 0 0 ppp0
while when stopped I have:
$route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.0.0.1 0.0.0.0 UG 100 0 0 ppp0
10.0.0.1 0.0.0.0 255.255.255.255 UH 100 0 0 ppp0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 ppp0
172.16.50.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet1
192.168.0.0 0.0.0.0 255.255.255.0 U 100 0 0 enp2s0
192.168.153.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8
q1: What means:
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 cscotun0
While connected with Cisco AnyConnect I lose all Internet access which I only guess it has something with this line.
q2: what routing change should I do in order to have Cisco AnyConnect routes accessible while also have Internet access? I can do nothing related to the server I'm connecting to with Cisco AnyConnect.