This is, for me, a tricky one. Appreciate any help. Upgraded to 20.04 a while ago and and have had this problem since.
When I use CLI to establish a connection to a Cisco AnyConnect FW with "sudo openconnect --user=myuser vpn.whatever.se" everything works just fine. Without sudo no luck.
When I try to use Network Manager GUI to establish a connection to a Cisco AnyConnect I am not able to reach anything on the other end.
ip route gives me a hint. With sudo I get two more devices "xxx.yyy.zzz.21 dev tun0 scope link" and "xxx.yyy.zzz.22 dev tun0 scope link".
Without sudo and with Network manager these devices do not exist.
Without sudo I get a message about missing privileges.
It looks to me as if Network Manager have lost privileges to create tun devices.
Where should I look further?
CLI works, but I do prefer GUI for this kind of simple things.
When I use CLI to establish a connection to a Cisco AnyConnect FW with "sudo openconnect --user=myuser vpn.whatever.se" everything works just fine. Without sudo no luck.
When I try to use Network Manager GUI to establish a connection to a Cisco AnyConnect I am not able to reach anything on the other end.
ip route gives me a hint. With sudo I get two more devices "xxx.yyy.zzz.21 dev tun0 scope link" and "xxx.yyy.zzz.22 dev tun0 scope link".
Without sudo and with Network manager these devices do not exist.
Without sudo I get a message about missing privileges.
It looks to me as if Network Manager have lost privileges to create tun devices.
Where should I look further?
CLI works, but I do prefer GUI for this kind of simple things.
Comment