Skip to content

Commit cd16bcb

Browse files
Merge pull request #221 from microsoft/Clay-Microsoft-patch-66
Update RMD_078.md
2 parents 955176e + 13a3475 commit cd16bcb

File tree

1 file changed

+46
-1
lines changed
  • src/react/docs/workshop-guidance/devices

1 file changed

+46
-1
lines changed
Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,55 @@
11
# 078: Tunnel based VPN access for enrolled devices
22

33
## Overview
4+
**Microsoft Tunnel for Android** in Intune is a VPN solution that enables secure access to corporate resources for both enrolled and unenrolled devices. Here’s a comprehensive overview of its features and options:
45

6+
### Overview of Microsoft Tunnel
7+
- **Purpose**: Microsoft Tunnel allows Android devices to securely connect to on-premises applications and resources through a VPN, ensuring that sensitive data remains protected.
8+
- **Integration**: It integrates with Microsoft 365 and utilizes Azure Active Directory (AAD) for authentication, providing a seamless single sign-on experience.
59

10+
### Key Features and Options
611

7-
## Reference
12+
1. **VPN Client App**:
13+
- **Microsoft Defender for Endpoint**: This app acts as the client for Microsoft Tunnel, allowing users to connect to the VPN. It can be downloaded from the Google Play Store.
14+
15+
2. **Always-On VPN**:
16+
- **Configuration**: You can configure the VPN to maintain a constant connection, ensuring that all traffic is routed through the tunnel without user intervention.
17+
18+
3. **Per-App VPN**:
19+
- **Selective Routing**: This feature allows you to specify which apps should use the VPN connection, optimizing performance and security by only routing necessary traffic.
20+
21+
4. **Split Tunneling**:
22+
- **Traffic Management**: You can define which traffic goes through the VPN and which goes directly to the internet, improving efficiency and reducing unnecessary load on the VPN.
23+
24+
5. **Conditional Access**:
25+
- **Security Policies**: Devices must comply with your organization’s security policies to access the VPN. This includes checks for device compliance and user authentication.
26+
27+
6. **Server Configuration**:
28+
- **IP Addressing and DNS**: Administrators can configure the IP address range and DNS settings for devices connecting through the tunnel.
29+
- **Port Management**: Specify which ports the Tunnel Gateway listens on, ensuring proper communication.
30+
31+
7. **Monitoring and Reporting**:
32+
- **Telemetry**: The Tunnel client app provides telemetry data, allowing IT administrators to monitor usage and troubleshoot issues effectively.
33+
34+
8. **On-Demand VPN**:
35+
- **User Control**: Users can manually connect to the VPN when needed, providing flexibility for accessing corporate resources.
36+
37+
9. **Proxy Support**:
38+
- **Enhanced Connectivity**: The Tunnel supports proxy configurations, allowing for additional layers of security and control over internet traffic.
839

40+
### Deployment Considerations
41+
- **Infrastructure**: The Tunnel Gateway runs on Linux servers, which can be physical or virtual. Proper setup and configuration are essential for optimal performance.
42+
43+
### Conclusion
44+
Microsoft Tunnel for Android provides a robust solution for secure remote access to corporate resources, balancing user convenience with stringent security measures.
45+
46+
47+
48+
49+
## Reference
50+
Use the Microsoft Tunnel client app for Android - Microsoft Intune. https://learn.microsoft.com/en-us/mem/intune/user-help/use-microsoft-tunnel-android.
51+
Learn about the Microsoft Tunnel VPN solution for Microsoft Intune. https://learn.microsoft.com/en-us/mem/intune/protect/microsoft-tunnel-overview.
952
*
1053

54+
55+

0 commit comments

Comments
 (0)