Hi.

Our VPN server does not send the X-CSTP-Split-Include header for the DNS 
servers, yet it works fine on Linux.
However, on Windows the DNS servers are not added to the routing table and are 
inaccessible.

The DNS servers are only listed in the "X-CSTP-DNS" header and the vpnc-script 
of vpnc on Linux has the following:


        if [ -n "$CISCO_SPLIT_INC" ]; then
           ...
                for i in $INTERNAL_IP4_DNS ; do
                        echo "$i" | grep : >/dev/null || \
                                set_network_route "$i" "255.255.255.255" "32" 
"$TUNDEV"
                done


Maybe we should add something similar to vpnc-script-win.js


_______________________________________________
openconnect-devel mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/openconnect-devel

Reply via email to