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-configure.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
@@ -168,7 +168,7 @@ Before installing Microsoft Tunnel Gateway on a Linux server, configure your ten
168
168
169
169
7. After the installation script finishes, you can navigate in Microsoft Endpoint Manager admin center to the **Microsoft Tunnel Gateway** tab to view high-level status for the tunnel. You can also open the **Health status** tab to confirm that the server is online.
170
170
171
-
8. If you’re using RHEL 8.4, be sure to restart the Tunnel Gateway server by entering `mst-cli server restart` before you attempt to connect clients to it.
171
+
8. If you’re using RHEL 8.4 or 8.5, be sure to restart the Tunnel Gateway server by entering `mst-cli server restart` before you attempt to connect clients to it.
Copy file name to clipboardExpand all lines: memdocs/intune/protect/microsoft-tunnel-overview.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
@@ -102,7 +102,7 @@ The Microsoft Tunnel Gateway runs in containers that run on Linux servers.
102
102
**Components**:
103
103
-**A** – Microsoft Intune.
104
104
-**B**- Azure Active Directory (AD).
105
-
-**C** – Linux server with Podman (Red Hat Enterprise Linux 8.4) or Docker CE (all other Linux distributions).
105
+
-**C** – Linux server with Podman or Docker CE (See the [Linux server](../protect/microsoft-tunnel-prerequisites.md#linux-servers) requirements for details about which versions require Podman or Docker)
106
106
-**C.1** - Microsoft Tunnel Gateway.
107
107
-**C.2** – Management Agent.
108
108
-**C.3** – Authentication plugin – Authorization plugin, which authenticates with Azure AD.
Copy file name to clipboardExpand all lines: memdocs/intune/protect/microsoft-tunnel-prerequisites.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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 and later
37
+
- Podman for Red Hat Enterprise Linux (RHEL) 8.4 and 8.5 (See the [Linux server](#linux-server) requirements.)
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.
@@ -49,16 +49,17 @@ The following sections detail the prerequisites for the Microsoft Tunnel, and pr
49
49
50
50
Set up a Linux based virtual machine or a physical server on which Microsoft Tunnel Gateway will install.
51
51
52
-
-**Linux distribution** - The following are supported:
52
+
-**Supported Linux distributions** - The following table details which versions of Linux are supported for the Tunnel server, and the container they require:
53
+
54
+
|Distributon version | Container requirements | Considerations |
| Red Hat (RHEL) 8.5 | Podman 3.0 | This version of RHEL doesn't automatically load the *ip_tables* module into the Linux kernel. When you use this version, plan to [manually load the ip_tables](#manually-load-ip_tables) after the server installs.|
60
+
| Ubuntu 18.04 | Docker CE ||
61
+
| Ubuntu 20.04 | Docker CE ||
53
62
54
-
- CentOS 7.4+(CentOS 8+ isn’t supported)
55
-
- Red Hat (RHEL) 7.4+
56
-
- Red Hat (RHEL) 8.4
57
-
- Red Hat (RHEL) 8.5
58
-
> [!NOTE]
59
-
> This version of RHEL doesn't automatically load the ip_tables module into the Linux kernel. When you use this version, plan to [manually load the ip_tables](#manually-load-ip_tables) after the server installs.
60
-
- Ubuntu 18.04
61
-
- Ubuntu 20.04
62
63
63
64
-**Size the Linux server**: Use the following guidance to meet your expected use:
64
65
@@ -75,17 +76,21 @@ Set up a Linux based virtual machine or a physical server on which Microsoft Tun
75
76
76
77
-**CPU**: 64-bit AMD/Intel processor.
77
78
78
-
-**Install Docker CE or Podman**: Install Podman version 3.0 on RHEL 8.4 and later. For all other versions of RHEL or other Linux distributions, install Docker version 19.03 CE or later.
79
-
Microsoft Tunnel requires Docker (or Podman on RHEL 8.4 and 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.
79
+
-**Install Docker CE or Podman**: Depending on the version of Linux you use for your Tunnel server, you'll need to install one of the following on the Linux server:
80
+
- Docker version 19.03 CE or later
81
+
- Podman version 3.0
82
+
83
+
84
+
Microsoft Tunnel requires Docker or Podman 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.
80
85
81
86
For information about installing and configuring Docker or Podman, see:
82
87
83
88
-[Install Docker Engine on CentOS or Red Hat Enterprise Linux 7](https://docs.docker.com/engine/install/centos/)
84
89
> [!NOTE]
85
-
> 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 and later, install and use Podman instead.
90
+
> The preceding link directs you to the CentOS download and installation instructions. Use those same instructions for RHEL 7.4. The version installed on RHEL 7.4 by default is too old to support Microsoft Tunnel Gateway.
86
91
-[Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/)
87
-
-[Install Podman on Red Hat Enterprise Linux 8.4 and later (scroll down to RHEL8)](https://podman.io/getting-started/installation).
88
-
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
92
+
-[Install Podman on Red Hat Enterprise Linux 8.4 and 8.5 (scroll down to RHEL8)](https://podman.io/getting-started/installation)
93
+
These versions of RHEL don't support Docker. Instead, these versions use Podman, 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
89
94
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.
90
95
91
96
-**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.
@@ -187,7 +192,7 @@ You can use a proxy server with Microsoft Tunnel. The following considerations c
187
192
188
193
### Configure an outbound proxy for Podman
189
194
190
-
The following details can help you configure an internal proxy when using RHEL 8.4 and later, and Podman:
195
+
The following details can help you configure an internal proxy when using Podmam:
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, some like *Red Hat Enterprise Linux (RHEL) 8.4* do not support Docker. Instead, these distributions use Podman. See [Linxu servers](../protect/microsoft-tunnel-prerequisites.md#linux-servers) in the prerequisites for more details about supported distributions and the Docker or Podman requirements of each.
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