Forum Discussion

Anon4343's avatar
Anon4343
Copper Contributor
Feb 04, 2022

Forced Tunnel in XML VPN Profile not Working

Hello, we're using a custom XML Profile for our InTune VPN Profile and the connection doesn't seem to follow the desired Forced Tunnel parameter. When performing a tracert google.com , the traffic does not go across the tunnel. I haven't been able to find any other configuration requirements. Is there something I'm missing? Thank you.

 

XML excerpt:

 

<VPNProfile>
   <RememberCredentials>true</RememberCredentials>
   <AlwaysOn>true</AlwaysOn>
   <TrustedNetworkDetection>domain.com</TrustedNetworkDetection>
   <DeviceTunnel>false</DeviceTunnel>
   <RegisterDNS>true</RegisterDNS>
   <DomainNameInformation>
    <DomainName>.domain.com</DomainName>
    <DnsServers>10.0.0.10</DnsServers>
   </DomainNameInformation>   
   <DnsSuffix>domain.com</DnsSuffix>
   <RoutingPolicyType>ForceTunnel</RoutingPolicyType>
...
 
 

4 Replies

Resources