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: articles/iot-edge/how-to-configure-iot-edge-for-linux-on-windows-iiot-dmz.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
-
title: How to Configure Azure IoT Edge for Linux on Windows to work on a DMZ | Microsoft Docs
2
+
title: Configure Azure IoT Edge for Linux on Windows on a DMZ
3
3
description: How to configure the Azure IoT Edge for Linux (EFLOW) VM to support multiple network interface cards (NICs) and connect to multiple networks.
4
4
author: PatAltimore
5
5
ms.reviewer: fcabrera
6
6
ms.service: iot-edge
7
7
ms.custom: linux-related-content
8
8
services: iot-edge
9
9
ms.topic: conceptual
10
-
ms.date: 07/22/2022
10
+
ms.date: 05/31/2024
11
11
ms.author: patricka
12
12
---
13
13
14
-
# How to configure Azure IoT Edge for Linux on Windows Industrial IoT & DMZ configuration
14
+
# How to configure Azure IoT Edge for Linux on Windows on a DMZ
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-configure-iot-edge-for-linux-on-windows-networking.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
---
2
-
title: Networking for Azure IoT Edge for Linux on Windows | Microsoft Docs
2
+
title: Networking for Azure IoT Edge for Linux on Windows
3
3
description: Learn about how to configure custom networking for Azure IoT Edge for Linux on Windows virtual machine.
4
4
author: PatAltimore
5
-
manager: kgremban
6
5
ms.author: fcabrera
7
-
ms.date: 10/21/2022
6
+
ms.date: 05/31/2024
8
7
ms.topic: conceptual
9
8
ms.service: iot-edge
10
9
ms.custom: linux-related-content
@@ -138,7 +137,7 @@ If you need to manually set up the DNS server addresses, you can use the EFLOW P
138
137
### Check DNS resolution
139
138
There are multiple ways to check the DNS resolution.
140
139
141
-
First, from inside the EFLOW VM, use the `resolvectl query` command to query a specific URL. For example, to check if the name resolution is working for the address _microsoft.com_, use:
140
+
First, from inside the EFLOW VM, use the `resolvectl query` command to query a specific URL. For example, to check if the name resolution is working for the address *microsoft.com*, use:
142
141
143
142
```bash
144
143
resolvectl query microsoft.com
@@ -157,7 +156,7 @@ microsoft.com: 40.112.72.205
157
156
-- Data is authenticated: no
158
157
```
159
158
160
-
You can also use the `dig` command to query a specific URL. For example, to check if the name resolution is working for the address _microsoft.com_, use:
159
+
You can also use the `dig` command to query a specific URL. For example, to check if the name resolution is working for the address *microsoft.com*, use:
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-connect-usb-devices.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: How to connect a USB device to Azure IoT Edge for Linux on Windows | Microsoft Docs
2
+
title: How to connect a USB device to Azure IoT Edge for Linux on Windows
3
3
description: How to connect a USB device using USB over IP to the Azure IoT Edge for Linux on Windows (EFLOW) virtual machine.
4
4
author: PatAltimore
5
5
6
6
ms.service: iot-edge
7
7
ms.custom: linux-related-content
8
8
services: iot-edge
9
9
ms.topic: conceptual
10
-
ms.date: 07/25/2022
10
+
ms.date: 05/31/2024
11
11
ms.author: fcabrera
12
12
---
13
13
@@ -28,18 +28,18 @@ Setting up the USB/IP project on your Windows machine enables common developer U
28
28
- A machine with an x64/x86 processor is required, *usbipd-win* doesn't support ARM64.
29
29
30
30
> [!NOTE]
31
-
> To check your Azure IoT Edge for Linux on Windows version, go to _Add or Remove Programs_ and then search for _Azure IoT Edge_. The installed version is listed under _Azure IoT Edge_. If you need to update to the latest version, see [Azure IoT Edge for Linux on Windows updates](./iot-edge-for-linux-on-windows-updates.md).
31
+
> To check your Azure IoT Edge for Linux on Windows version, go to *Add or Remove Programs* and then search for *Azure IoT Edge*. The installed version is listed under *Azure IoT Edge*. If you need to update to the latest version, see [Azure IoT Edge for Linux on Windows updates](./iot-edge-for-linux-on-windows-updates.md).
32
32
33
33
## Install the UsbIp-Win project
34
34
35
35
Support for connecting USB devices isn't natively available with EFLOW. You'll need to install the open-source [usbipd-win](https://github.com/dorssel/usbipd-win) project using the following steps:
36
36
37
37
1. Go to the [latest release page for the usbipd-win](https://github.com/dorssel/usbipd-win/releases) project.
38
-
1. Choose and download the _usbipd-win_x.y.z.msi_ file. (You may get a warning asking you to confirm that you trust the downloaded installer).
39
-
1. Run the downloaded _usbipd-win_x.y.z.msi_ installer file.
38
+
1. Choose and download the *usbipd-win_x.y.z.msi* file. (You may get a warning asking you to confirm that you trust the downloaded installer).
39
+
1. Run the downloaded *usbipd-win_x.y.z.msi* installer file.
40
40
41
41
> [!NOTE]
42
-
> Alternatively, you can also install the usbipd-win project using [Windows Package Manager](/windows/package-manager/winget/) (_winget_). If you have already installed _winget_, use the command: `winget install --interactive --exact dorssel.usbipd-win` to install usbipd-win. If you don't use the `--interactive` parameter, _winget_ may immediately restart your computer if needed to install the drivers.
42
+
> Alternatively, you can also install the usbipd-win project using [Windows Package Manager](/windows/package-manager/winget/) (*winget*). If you have already installed *winget*, use the command: `winget install --interactive --exact dorssel.usbipd-win` to install usbipd-win. If you don't use the `--interactive` parameter, *winget* may immediately restart your computer if needed to install the drivers.
0 commit comments