Split DNS
I configured sslvpn with split-tunneling and split-dns. Split-tunneling works fine, but split-dns not. It looks like all dns requests are sent to the remote dns, instead of only the specified domains.
config split-dns
edit 1
set domains "domain.com,sub.domain.com"
set dns-server1 192.168.100.10
set dns-server2 192.168.100.20
next
end
Resolving hosts on the remote network is fine, however local dns names are not working. Drive mappings on my client time out after a while (probably dns record ttl) and are inaccessible, rdp and web no longer are able to connect to local resources unless I use IP addresses.
My client is on a local network with it's own dns servers, and like to keep access to local resources.
All local resources are available though, so split-tunneling is ok.
Using dnslookup for local network entries does work, however that's because it connects to the local dns server using ip.
