Skip to content

Commit d9c7fc6

Browse files
authored
Merge pull request #6204 from Brenduns/tunnel-proxy-server-change
Details for changing the proxy server in use by and on the tunnel server
2 parents 1183ca6 + d8648ee commit d9c7fc6

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

memdocs/intune/protect/microsoft-tunnel-prerequisites.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: brenduns
66
ms.author: brenduns
77
manager: dougeby
8-
ms.date: 10/19/2021
8+
ms.date: 11/23/2021
99
ms.topic: how-to
1010
ms.service: microsoft-intune
1111
ms.subservice: protect
@@ -235,6 +235,17 @@ The following details can help you configure an internal proxy when using RHEL 8
235235

236236
In this example, port 3128 is now associated with both *http_port-t* and *squid_port_t*. That result is expected. If your proxy port isn't listed when running the *sudo semanage port -l | grep "your_proxy_port"* command, then run the command to modify the port again, but the **-m** in the *semanage* command with **-a**: `sudo semanage port -a -t http_port_t -p tcp “your proxy port”`
237237

238+
### Update the proxy server in use by the tunnel server
239+
240+
To change the proxy server configuration that is in use by the Linux host of the tunnel server, use the following procedure:
241+
242+
1. On the tunnel server, edit */etc/mstunnel/env.sh* and specify the new proxy server.
243+
2. Run `mst-cli install`.
244+
245+
This command rebuilds the containers with the new proxy server details. During this process you’re asked to verify the contents of */etc/mstunnel/env.h* and to make sure that the certificate is installed. The certificate should already be present from the previous proxy server configuration.
246+
247+
To confirm both and complete the configuration, enter **yes**.
248+
238249
## Platforms
239250

240251
Devices must be enrolled to Intune to be supported with Microsoft Tunnel. Only the following device platforms are supported:

0 commit comments

Comments
 (0)