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
+5-4Lines changed: 5 additions & 4 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: 05/18/2022
8
+
ms.date: 06/17/2022
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.4and 8.5 (See the [Linux server](#linux-server) requirements.)
37
+
- Podman for Red Hat Enterprise Linux (RHEL) 8.4, 8.5, and 8.6 (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.
@@ -60,6 +60,7 @@ Set up a Linux based virtual machine or a physical server on which Microsoft Tun
60
60
| Red Hat (RHEL) 7.4+ | Docker CE ||
61
61
| Red Hat (RHEL) 8.4 | Podman 3.0 ||
62
62
| 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) before Tunnel is installed.|
63
+
| Red Hat (RHEL) 8.6 | 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) before Tunnel is installed.|
63
64
| Ubuntu 18.04 | Docker CE ||
64
65
| Ubuntu 20.04 | Docker CE ||
65
66
@@ -90,7 +91,7 @@ Set up a Linux based virtual machine or a physical server on which Microsoft Tun
90
91
> [!NOTE]
91
92
> 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.
92
93
-[Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/)
93
-
-[Install Podman on Red Hat Enterprise Linux 8.4 and 8.5 (scroll down to RHEL8)](https://podman.io/getting-started/installation)
94
+
-[Install Podman on Red Hat Enterprise Linux 8.4, 8.5, or 8.6 (scroll down to RHEL8)](https://podman.io/getting-started/installation)
94
95
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 that usually install together. A typical module contains packages with an application, packages with the application-specific dependency libraries, packages
95
96
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.
96
97
@@ -376,7 +377,7 @@ Before you start a server install, we recommend you download and run the most re
376
377
377
378
- Confirms that your network configuration allows Microsoft Tunnel to access the required Microsoft endpoints.
378
379
379
-
- Checks for the presence of the ip_tables module on the Linux server. This check was added to the script on February 11 2022, when support for RHEL 8.5 was added. RHEL 8.5 doesn’t load the ip_tables module by default. If they're missing after the Linux server installs, you must [manually load the ip_tables module](#manually-load-ip_tables).
380
+
- Checks for the presence of the ip_tables module on the Linux server. This check was added to the script on February 11 2022, when support for RHEL 8.5 was added. RHEL 8.5 and 8.6 don't load the ip_tables module by default. If they're missing after the Linux server installs, you must [manually load the ip_tables module](#manually-load-ip_tables).
380
381
381
382
> [!IMPORTANT]
382
383
> The readiness tool doesn't validate inbound ports, which is a common misconfiguration. After the readiness tool runs, review the [firewall prerequisites](#firewall) and manually validate your firewalls pass inbound traffic.
Copy file name to clipboardExpand all lines: memdocs/intune/protect/microsoft-tunnel-upgrade.md
+2-2Lines changed: 2 additions & 2 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: 02/15/2022
8
+
ms.date: 06/17/2022
9
9
ms.topic: how-to
10
10
ms.service: microsoft-intune
11
11
ms.subservice: protect
@@ -192,7 +192,7 @@ Image hash values:
192
192
Changes in this release:
193
193
194
194
- Minor bug fixes
195
-
- A new version of the *mst-readiness* tool is available for download. We recommend using the updated script, which now checks the Linux server build for the presence of the *ip_tables* module. While most Linux distributions load this module be default, some versions, like RHEL 8.5, do not.
195
+
- A new version of the *mst-readiness* tool is available for download. We recommend using the updated script, which now checks the Linux server build for the presence of the *ip_tables* module. While most Linux distributions load this module be default, some versions, like RHEL 8.5 and RHEL 8.6, do not.
196
196
197
197
For more information including where to download the tool, see [Run the readiness tool](../protect/Microsoft-tunnel-prerequisites.md#run-the-readiness-tool).
0 commit comments