Skip to content

Commit 69d0a6b

Browse files
committed
Fix ehtX typo to ethX in EFLOW networking docs
1 parent bc0cebb commit 69d0a6b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/iot-edge/how-to-configure-iot-edge-for-linux-on-windows-iiot-dmz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sethm
66
ms.service: azure-iot-edge
77
services: iot-edge
88
ms.topic: concept-article
9-
ms.date: 01/21/2025
9+
ms.date: 02/25/2026
1010
ms.custom:
1111
- linux-related-content
1212
- sfi-image-nochange
@@ -112,7 +112,7 @@ Once complete, you have the *OnlineOPCUA* switch assigned to the EFLOW VM. To ch
112112
113113
## Configure VM network routing
114114
115-
When using the EFLOW multiple NICs feature, you may want to set up the different route priorities. By default, EFLOW creates one *default* route per *ehtX* interface assigned to the VM. EFLOW assigns the default route a random priority. If all interfaces are connected to the internet, random priorities may not be a problem. However, if one of the NICs is connected to an *offline* network, you may want to prioritize the *online* NIC over the *offline* NIC to get the EFLOW VM connected to the internet.
115+
When using the EFLOW multiple NICs feature, you may want to set up the different route priorities. By default, EFLOW creates one *default* route per *ethX* interface assigned to the VM. EFLOW assigns the default route a random priority. If all interfaces are connected to the internet, random priorities may not be a problem. However, if one of the NICs is connected to an *offline* network, you may want to prioritize the *online* NIC over the *offline* NIC to get the EFLOW VM connected to the internet.
116116
117117
EFLOW uses the [route](https://man7.org/linux/man-pages/man8/route.8.html) service to manage the network routing alternatives. In order to check the available EFLOW VM routes, use the following steps:
118118

articles/iot-edge/iot-edge-for-linux-on-windows-networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sethm
66
ms.service: azure-iot-edge
77
services: iot-edge
88
ms.topic: concept-article
9-
ms.date: 01/21/2025
9+
ms.date: 02/25/2026
1010
ms.custom:
1111
- linux-related-content
1212
- sfi-image-nochange
@@ -99,7 +99,7 @@ For example, there are numerous of industrial IoT scenarios that require connect
9999
For more information on adding NICs, see [PowerShell functions for IoT Edge for Linux on Windows](reference-iot-edge-for-linux-on-windows-functions.md).
100100

101101
>[!WARNING]
102-
>When using EFLOW multiple NICs feature, you may want to set up the different routes priorities. By default, EFLOW will create one default route per *ehtX* interface assigned to the VM and assign a random priority. If all interfaces are connected to the internet, random priorities may not be a problem. However, if one of the NICs is connected to an offline network, you may want to prioritize the online NIC over the offline NIC to get the EFLOW VM connected to the internet. For more information about custom routing, see [EFLOW routing](https://github.com/Azure/iotedge-eflow/tree/main/samples/networking/routing).
102+
>When using EFLOW multiple NICs feature, you may want to set up the different routes priorities. By default, EFLOW will create one default route per *ethX* interface assigned to the VM and assign a random priority. If all interfaces are connected to the internet, random priorities may not be a problem. However, if one of the NICs is connected to an offline network, you may want to prioritize the online NIC over the offline NIC to get the EFLOW VM connected to the internet. For more information about custom routing, see [EFLOW routing](https://github.com/Azure/iotedge-eflow/tree/main/samples/networking/routing).
103103
104104
## Next steps
105105

0 commit comments

Comments
 (0)