Project

General

Profile

Bug #13579

Updated by Marcos M over 1 year ago

 
 Configuring more than one domain name (space separated) in IPsec mobile client Split DNS UI incorrectly wraps the strongswan attribute value within quotes: 

 UI: 
 <pre> 
 

 Provide a list of split DNS domain names to clients. Enter a space separated list 
 doman1.internal doman2.internal doman3.internal 
 </pre> 
 

 strongswan.conf (correct value should be space separated without quotes): 
 <pre> 
 

 # Split DNS (UNITY_SPLITDNS_NAME) 
 28675 = "doman1.internal doman2.internal doman3.internal" 
 </pre> 
 

 MacOS 12.6 as a client sees all domains as a single one: 
 <pre> 
 

 resolver #1 
   search domain[0] : doman1.internal doman2.internal doman3.internal 
   search domain[1] : home.internal 
 </pre> 
 

Back