Advertisement
pulser_777

Untitled

May 24th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.91 KB | None | 0 0
  1. <VPNProfile>
  2.     <DnsSuffix>example.com</DnsSuffix>
  3.     <NativeProfile>
  4.         <Servers>vpn.example.com</Servers>
  5.         <NativeProtocolType>IKEv2</NativeProtocolType>
  6.         <Authentication>
  7.             <MachineMethod>Certificate</MachineMethod>
  8.         </Authentication>
  9.         <RoutingPolicyType>SplitTunnel</RoutingPolicyType>
  10.         <DisableClassBasedDefaultRoute>true</DisableClassBasedDefaultRoute>
  11.     </NativeProfile>
  12.     <AlwaysOn>true</AlwaysOn>
  13.     <RememberCredentials>true</RememberCredentials>
  14.     <TrustedNetworkDetection>example.com</TrustedNetworkDetection>
  15.     <Route>
  16.         <Address>10.0.0.0</Address>
  17.         <PrefixSize>8</PrefixSize>
  18.     </Route>
  19.     <Route>
  20.         <Address>172.16.0.0</Address>
  21.         <PrefixSize>12</PrefixSize>
  22.     </Route>
  23.     <Route>
  24.         <Address>192.168.0.0</Address>
  25.         <PrefixSize>16</PrefixSize>
  26.     </Route>
  27.     <DomainNameInformation>
  28.         <DomainName>.example.com</DomainName>
  29.         <DnsServers>192.168.1.254</DnsServers>
  30.     </DomainNameInformation>
  31. </VPNProfile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement