Open hshh opened 8 years ago
Same issue
I have same issue on android client program(cisco anyconnect).. 'no-route' parameter is working correct on windows client version connecting to same server.
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
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.
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.