Always on VPN - DNS auto trigger not working

Brass Contributor

Hello,

 

I have an ikev2 always on VPN connection. I'd like to use DNS based- autotrigger, so if I want to access resources in "corpdomain.hu", VPN should connect immediately in the background.

 

It works if I use application trigger:

 

PS C:\Users\zistvanffy> Get-VpnConnectionTrigger -ConnectionName always_on_vpn

ConnectionName : always_on_vpn
ApplicationID : {C:\windows\system32\mstsc.exe}

 

But it not works with domain suffix.

 

PS C:\Users\zistvanffy> Get-VpnConnectionTrigger -ConnectionName always_on_vpn

ConnectionName : always_on_vpn
ApplicationID : {C:\windows\system32\mstsc.exe}
TrustedNetwork : {qualysoft.hu}
Dns Suffix Search List : qualysoft.hu

Dns Suffix Dns Servers
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.qualysoft.hu
qualysoft.hu {10.1.10.10}

 

How should it works?

 

Thank you!

 

0 Replies