You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/intune/protect/microsoft-tunnel-prerequisites.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ keywords:
5
5
author: brenduns
6
6
ms.author: brenduns
7
7
manager: dougeby
8
-
ms.date: 11/23/2021
8
+
ms.date: 12/07/2021
9
9
ms.topic: how-to
10
10
ms.service: microsoft-intune
11
11
ms.subservice: protect
@@ -34,7 +34,7 @@ At a high level, you’ll need the following to use the Microsoft Tunnel:
34
34
- An Azure subscription.
35
35
- An Intune subscription.
36
36
- A Linux server that runs containers. This server can be on-premises or in the cloud:
37
-
- Podman for Red Hat Enterprise Linux (RHEL) 8.4 or later
37
+
- Podman for Red Hat Enterprise Linux (RHEL) 8.4
38
38
- Docker for all other Linux distributions
39
39
- A Transport Layer Security (TLS) certificate for the Linux server to secure connections from devices to the Tunnel Gateway server.
40
40
- Devices that run Android or iOS/iPadOS.
@@ -53,7 +53,7 @@ Set up a Linux based virtual machine or a physical server on which Microsoft Tun
53
53
54
54
- CentOS 7.4+(CentOS 8+ isn’t supported)
55
55
- Red Hat (RHEL) 7.4+
56
-
- Red Hat (RHEL) 8.4+
56
+
- Red Hat (RHEL) 8.4
57
57
- Ubuntu 18.04
58
58
- Ubuntu 20.04
59
59
@@ -72,17 +72,17 @@ Set up a Linux based virtual machine or a physical server on which Microsoft Tun
72
72
73
73
-**CPU**: 64-bit AMD/Intel processor.
74
74
75
-
-**Install Docker CE or Podman**: Install Podman version 3.0 on RHEL 8.4 or later. For all other versions of RHEL or other Linux distributions, install Docker version 19.03 CE or later.
76
-
Microsoft Tunnel requires Docker (or Podman on RHEL 8.4 or later) on the Linux server to provide support for containers. Containers provide a consistent execution environment, health monitoring and proactive remediation, and a clean upgrade experience.
75
+
-**Install Docker CE or Podman**: Install Podman version 3.0 on RHEL 8.4. For all other versions of RHEL or other Linux distributions, install Docker version 19.03 CE or later.
76
+
Microsoft Tunnel requires Docker (or Podman on RHEL 8.4) on the Linux server to provide support for containers. Containers provide a consistent execution environment, health monitoring and proactive remediation, and a clean upgrade experience.
77
77
78
78
For information about installing and configuring Docker or Podman, see:
79
79
80
80
-[Install Docker Engine on CentOS or Red Hat Enterprise Linux 7](https://docs.docker.com/engine/install/centos/)
81
81
> [!NOTE]
82
-
> The preceding link directs you to the CentOS download and installation instructions. Use those same instructions for RHEL 7. The version installed on RHEL 7 by default is too old to support Microsoft Tunnel Gateway. Red Hat Enterprise Linux 8 does not support Docker. For RHEL 8.4 or later, install and use Podman instead.
82
+
> The preceding link directs you to the CentOS download and installation instructions. Use those same instructions for RHEL 7. The version installed on RHEL 7 by default is too old to support Microsoft Tunnel Gateway. Red Hat Enterprise Linux 8 does not support Docker. For RHEL 8.4, install and use Podman instead.
83
83
-[Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/)
84
-
-[Install Podman on Red Hat Enterprise Linux 8.4 or later (scroll down to RHEL8)](https://podman.io/getting-started/installation).
85
-
Podman is the container solution used on RHEL 8.4 and later, and *podman* is part of a module called "container-tools". In this context, a module is a set of RPM packages that represent a component and are usually installed together. A typical module contains packages with an application, packages with the application-specific dependency libraries, packages
84
+
-[Install Podman on Red Hat Enterprise Linux 8.4 (scroll down to RHEL8)](https://podman.io/getting-started/installation).
85
+
Podman is the container solution used on RHEL 8.4, and *podman* is part of a module called "container-tools". In this context, a module is a set of RPM packages that represent a component and are usually installed together. A typical module contains packages with an application, packages with the application-specific dependency libraries, packages
86
86
with documentation for the application, and packages with helper utilities. For more information see [Introduction to modules](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/installing_managing_and_removing_user-space_components/introduction-to-modules_using-appstream) in the Red Hat documentation.
87
87
88
88
-**Transport Layer Security (TLS) certificate**: The Linux server requires a trusted TLS certificate to secure the connection between devices and the Tunnel Gateway server. You’ll add the TLS certificate, including the full trusted certificate chain, to the server during installation of the Tunnel Gateway.
@@ -184,7 +184,7 @@ You can use a proxy server with Microsoft Tunnel. The following considerations c
184
184
185
185
### Configure an internal proxy for Podman
186
186
187
-
The following details can help you configure an internal proxy when using RHEL 8.4 or later, and Podman:
187
+
The following details can help you configure an internal proxy when using RHEL 8.4, and Podman:
188
188
189
189
- Podman reads HTTP Proxy information stored in **/etc/profile.d/http_proxy.sh**. If this file doesn't exist on your server, create it. Edit **http_proxy.sh** to add the following two lines. In the following lines, *10.10.10.1:3128* is an example address:port entry. When you add these lines, replace *10.10.10.1:3128* with the values for your proxy IP *address:port*:
Copy file name to clipboardExpand all lines: memdocs/intune/protect/microsoft-tunnel-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ Following are environment variables you might want to configure when you install
202
202
The following are common commands for Docker that can be of use if you must investigate problems on a tunnel server.
203
203
204
204
> [!NOTE]
205
-
> Most Linux distributions use Docker. However, *Red Hat Enterprise Linux (RHEL) 8.4 and later* are not supported to use Docker. Instead, RHEL 8.4 and later use Podman.
205
+
> Most Linux distributions use Docker. However, *Red Hat Enterprise Linux (RHEL) 8.4* are not supported to use Docker. Instead, RHEL 8.4 use Podman.
206
206
>
207
207
> The references and command lines that are written for Docker can be used with Podman by replacing *docker* with *podman*.
0 commit comments