From 33b1d5df6de87b078745bceef5fa6de41a24b19e Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-boundary <82989682+hc-github-team-secure-boundary@users.noreply.github.com> Date: Fri, 30 May 2025 11:21:34 -0400 Subject: [PATCH] Backport of docs: Document known issue with transparent sessions into release/0.19.x (#5817) * backport of commit 3b83003e49f0824fad7ad7979b124897e060386a * backport of commit 8a9ea6d96a139b96f3148e011edc6277efca9f0c --------- Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> --- website/content/docs/concepts/transparent-sessions.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/concepts/transparent-sessions.mdx b/website/content/docs/concepts/transparent-sessions.mdx index fabd8ccfbb..b6ac2b72f7 100644 --- a/website/content/docs/concepts/transparent-sessions.mdx +++ b/website/content/docs/concepts/transparent-sessions.mdx @@ -36,6 +36,7 @@ Refer to the following table for known issues: | Windows installer does not support partial installations | The Windows installer fails to start the Client Agent if the Desktop client is not installed at the same time. | | Alias connection failures inside containers/VMs | Using transparent sessions rely on network access to the local network of the computer the Client Agent is running on. Network enclaves such as those created by Docker containers and VMs cannot reach this network. | | DNS lookup is broken on MacOS 15.1 and 15.2 | MacOS 15.1 and 15.2 may incorrectly block DNS lookups for the Client Agent. This issue is resolved in MacOS 15.3 and later. | +| DNS resolution may fail after switching network interfaces | If you switch network interfaces while the Client Agent is running, DNS resolution can fail and you may lose connectivity for some applications. This failure can occur when you switch from an ethernet connection to a wireless network, for example. | ## More information