Client agent docs updates (#5180)

* docs/client-agent: indent PAN docs correctly

Identifying the primary network interface is a sub-heading under the
PAN troubleshooting section.

* docs/transparent-sessions: add known issue around containers/VMs

VMs/containers that do not have access to the local network cannot
use aliases through transparent sessions.
pull/5183/head
Johan Brandhorst-Satzkorn 1 year ago committed by GitHub
parent 61f5986f0d
commit 2d72d2488e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -532,7 +532,7 @@ override_upstream_dns_servers = [
]
```
### Primary network interfaces
#### Primary network interfaces
By default, the Client Agent creates IPs on the primary network interface to serve its DNS server.
Refer to the tabs below for possible conflicts for each supported operating system.

@ -88,6 +88,7 @@ Refer to the following table for known issues that may affect the public beta:
| Boundary Client Agent resumes on reboot | If the Client Agent is paused and the machine is rebooted, the Client Agent will be resumed after the reboot. |
| Single-word aliases do not work on Windows | If you create an alias consisting of a single word without a dot (`.`), the alias will not work on Windows. |
| 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. |
## More information

Loading…
Cancel
Save