implicit dns routes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
openconnect-devel@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/openconnect-devel



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux