openconnect / openconnect-gui

MOVED TO https://gitlab.com/openconnect/openconnect-gui
https://gitlab.com/openconnect/openconnect-gui
GNU General Public License v2.0
1.29k stars 239 forks source link

Bug with vmware bridge network. #50

Closed k79e closed 8 years ago

k79e commented 9 years ago

If I run a ocserv server on vmware bridged network, openconnect will add a wrong route table that makes connect fail. My local ip is 192.168.1.2 and 192.168.1.4(server ip) is bridged to 192.168.1.2. When openconnect finished auth, It add a wrong route table 192.168.1.4 via gateway 192.168.1.1 and interfaces is 192.168.1.2 and it makes 192.168.1.4 unaccessable! I think there is no need to add that table. 2015-09-08_001503

nmav commented 8 years ago

That setup seems quite strange. If your local IP is the same as the LAN of the server, your setup will have problems. You should have different networks on server and client prior to connection.

nmav commented 8 years ago

Since there is no reply I assume it is a local setup issue. Feel free to reopen the bug if it is another issue.