Skip to content

Commit c6ec193

Browse files
authored
Merge pull request #7876 from Brenduns/cp-14804736-podman-issue-for-tunnel
cp - 14804736 - restart issue for tunnel
2 parents b01ab2c + ce7581e commit c6ec193

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

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

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: brenduns
66
ms.author: brenduns
77
manager: dougeby
8-
ms.date: 08/23/2021
8+
ms.date: 06/23/2022
99
ms.topic: how-to
1010
ms.service: microsoft-intune
1111
ms.subservice: protect
@@ -164,7 +164,7 @@ Microsoft Tunnel logs information to the Linux server logs in the *syslog* forma
164164

165165
Command line examples for *journalctl*:
166166

167-
- To view information for only the tunnel server, run `journalctl -t ocserv`.
167+
- To view information for only the tunnel server, run `journalctl -t ocserv`.
168168
- To view information for all log options, you can run `journalctl -t ocserv -t ocserv-access -t mstunnel-agent -t mstunnel_monitor`.
169169
- Add `-f` to the command to display an active and continuing view of the log file. For example, to actively monitor ongoing processes for Microsoft Tunnel, run `journalctl -t mstunnel_monitor -f`.
170170

@@ -173,8 +173,22 @@ More options for *journalctl*:
173173
- `journalctl -h` – Display command help for *journalctl*.
174174
- `man journalctl` – Display additional information.
175175
- `man journalctl.conf` Display information on configuration
176-
For more information about *journalctl*, see the documentation for the version of Linux that you use.
177-
<!-- Pending ocserv-access -->
176+
For more information about *journalctl*, see the documentation for the version of Linux that you use.
177+
178+
## Known issues
179+
180+
The following are known issues for Microsoft Tunnel.
181+
182+
### Devices fail to connect to the Tunnel server
183+
184+
**Issue**: Devices fail to connect to the server, and the Tunnel server *ocserv* log file contains an entry similar to the following: `main: tun.c:655: Can't open /dev/net/tun: Operation not permitted`
185+
186+
For guidance on viewing Tunnel logs, see [View Microsoft Tunnel logs](#view-microsoft-tunnel-logs) in this article.
187+
188+
**Workaround**: Restart the server using `mst-cli server restart` after the Linux server reboots.
189+
190+
If this issue persists, consider automating the restart command by using the cron scheduling utility. See [How to use cron on Linux](https://opensource.com/article/21/7/cron-linux) at *opensource.com*.
191+
178192

179193
## Next steps
180194

0 commit comments

Comments
 (0)