My setup of OCServ is not working well with Apple iOS AnyConnect.

Below are the info, is there anything I can do to make brwosing website working?

or is it just a know bug?

Please help.

-------------------------------------

Whats working:

  • MacOSX and Android AnyConnect with websites all OK

  • iOS AnyConnect can browse Web on banking, and other less sophisticated websites. Apps in IOS all working except Google app

What is not working

  • Google iOS apps

My System:
edit: OCServ is config to use Tunnel All Traffic

  • OpenWrt Chaos Calmer 15.05.1
    ocserv 0.10.11-1
    iPhone iOS 9.3.2

I config my server using this 2 guides:
OpenVPN Streamlined (those Firewall Settings): https://wiki.openwrt.org/doc/howto/open … rver-setup
OpenConnect Server: https://wiki.openwrt.org/doc/howto/openconnect-setup

----/etc/config/network------

config interface 'vpn1'
        option proto 'none'
        option ifname 'vpns+'

Firewall ----Openconnect VPN is vpn1----

config zone
    option name 'vpn'
    option input 'ACCEPT'
    option forward 'ACCEPT'
    option output 'ACCEPT'
    option family 'ipv4'
    option network 'vpn0, vpn1'

config forwarding
    option dest 'lan'
    option src 'vpn'

config forwarding
    option dest 'wan'
    option src 'vpn'

config forwarding
    option dest 'vpn'
    option src 'lan'

(Last edited by enri1357 on 26 Jul 2016, 12:20)