cernekee / ics-openconnect

Android UI for OpenConnect VPN client
GNU General Public License v2.0
358 stars 130 forks source link

no-route is not work #10

Open hshh opened 8 years ago

hshh commented 8 years ago

I pull route table from server, there is only no-route entry (no route setting). iOS anyconnect works well, but anyconnect on android or isc-openconnect fail to add exclude rules.

Tested on Android 6.0.1, isc-openvpn can successfully handle exclude route rules.

kn007 commented 7 years ago

Same issue

mrez-ir commented 3 years ago

I have same issue on android client program(cisco anyconnect).. 'no-route' parameter is working correct on windows client version connecting to same server.

dlenski commented 3 years ago

tl;dr Don't use the Android version of OpenConnect if you want frequent updates and improvements. Use the CLI version for Linux or macOS. :man_shrugging:

'no-route' parameter is working correct on windows client version connecting to same server.

This is because the Android client currently simply ignores split-exclude routes (what you are calling "no route"). https://github.com/cernekee/ics-openconnect/blob/29a65d920778383c3eecf02b36a4de2cb7bdec9c/app/src/main/java/app/openconnect/core/OpenConnectManagementThread.java#L617-L632

Q. "When might this be updated?" A. See https://github.com/cernekee/ics-openconnect/issues/66#issuecomment-733269325

Pezhvak commented 2 years ago

soo... if its not implemented in the past 6 years we can safely say it's not going to happen at all. since the repo is not updating as well.