Skip to content

Commit 61f53a5

Browse files
committed
Edits to support changing of the default bridge network
1 parent c273103 commit 61f53a5

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ ms.collection: M365-identity-device-management
2727

2828
# Configure Microsoft Tunnel for Intune
2929

30-
3130
- Review and [Configure prerequisites for Microsoft Tunnel](microsoft-tunnel-prerequisites.md).
3231
- Run the Microsoft Tunnel [readiness tool](../protect/microsoft-tunnel-prerequisites.md#run-the-readiness-tool) to confirm your environment is ready to support use of the tunnel.
3332

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ Docker uses the file **/etc/docker/daemon.json** to configure a new default brid
145145

146146
```
147147
{
148-
"bip": "192.168.128.1/24",
149-
"mtu": 1500,
150-
"default-gateway": "192.168.128.254",
148+
"bip": "192.168.128.1/24"
151149
}
152150
```
153151

0 commit comments

Comments
 (0)