Skip to content

Commit 058ce11

Browse files
Merge pull request #8521 from Brenduns/tunnel-updates
Tunnel readiness script updates
2 parents 9467e6a + 045fce7 commit 058ce11

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -405,15 +405,15 @@ To use the readiness tool:
405405

406406
You can run the script from any Linux server that is on the same network as the server you plan to install, allowing network admins to run it and troubleshoot network issues independently.
407407

408-
2. To validate your network configuration, run the script with the following commands to first set the execute permissions on the script and then to validate the Tunnel can connect to the correct endpoints:
408+
2. To validate your network and Linux configuration, run the script with the following commands to set the execute permissions on the script, to validate the Tunnel can connect to the correct endpoints, and then to check for the presence of utilities that Tunnel uses:
409409

410410
- `sudo chmod +x ./mst-readiness`
411-
- `sudo ./mst-readiness network`
412411

413-
The second command runs the following actions and reports on success or error for both:
412+
- `sudo ./mst-readiness network` - This command runs the following actions and reports on success or error for both:
413+
- Tries to connect to each Microsoft endpoint the tunnel will use.
414+
- Checks that the required ports are open in your firewall.
414415

415-
- Tries to connect to each Microsoft endpoint the tunnel will use.
416-
- Checks that the required ports are open in your firewall.
416+
- `sudo ./mst-readiness utils` - This command validates that utilities that are used by Tunnel like Docker or Podman and ip_tables are available.
417417

418418
3. To validate that the account you’ll use to install Microsoft Tunnel has the required roles and permissions to complete enrollment, run the script with the following command line: `./mst-readiness account`
419419

0 commit comments

Comments
 (0)