IKEv2 MacOS split DNS
Hi,
When a non Forticlient MacOS user connects to IKEv2 IPSec they have issues with split tunnel DNS.
DNS queries are only using the tunnel when using dig and implicitly querying a specific DNS server.
This causes issues with other traffic.
dig quanza-eun-ufg71.q @172.28.8.53 ~
;; QUESTION SECTION:
;quanza-eun-ufg71.q. IN A
;; ANSWER SECTION:
quanza-eun-ufg71.q. 86401 IN A 172.28.8.139
;; SERVER: 172.28.8.53#53(172.28.8.53)
With IPSec tunnel
ping quanza-eun-ufg71.q
ping: cannot resolve quanza-eun-ufg71.q: Unknown host
dig quanza-eun-ufg71.q
;; QUESTION SECTION:
;quanza-eun-ufg71.q. IN A
;; SERVER: 172.20.10.1#53(172.20.10.1)
I have checked the debug of the IPSec tunnel initiation and do not see an obvious difference.
Both Forticlient and Non-Forticlient connections acquire the DNS servers in the mode-cfg.
This issue does not occur with IKEv1
