Trusted path problem with configuration

Hello. How to proper set trusted path? I’m using full tunnel mode.
Thanks R.

In the local.conf file (will need to be created if it doesn’t exist), you can add something like the following for peers that are all on the same LAN to enable trusted paths between them. We’ll assume our local lan is in the 192.168.0.0/16 range:

{
  "physical": {
    "192.168.0.0/16": {
      "trustedPathId": 12345
    }
  }
}

All clients on the 192.168.0.0/16 segment with this configuration will be in trusted path mode when talking to each other.

Trusted paths is only recommended for use in situations where you control all of the hardware in the physical network and can confirm its security. We do not support the use of Trusted Paths outside of that.

NOTE: Trusted Paths are deprecated and will be removed in 2.0

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.