在 Windows 上為適用於 Linux 的 Azure IoT Edge 設定多個 NIC | Microsoft Learn

资讯 2024-07-12 阅读:40 评论:0
文章06/01/2024...
美化布局示例

欧易(OKX)最新版本

【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   全球官网 大陆官网

币安(Binance)最新版本

币安交易所app【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

火币HTX最新版本

火币老牌交易所【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

適用於:IoT Edge 1.4 複選標記IoT Edge 1.4

for

重要

Important

支援 IoT Edge 1.5 LTS 和 IoT Edge 1.4 版本。 IoT Edge 1.4 LTS 於 2024 年 11 月 12 日結束生命週期。 如果您是舊版,請參閱更新 IoT Edge

Support Iot Edge 1.5 LTS and Iot Edge 1.4 . Iot Edge 1.4 LTS ends the Life Week on November 12, 2024. If you are an old edition, please refer to Azure IoT Edge for Linux on Windows 網路如何設定 Azure IoT Edge for Linux on Windows 網路

For more detailed information about the concept and configuration of the network, please refer to Azure Iot Edge for Linux on Windows Network and .

在 EFLOW VM 部署期間,VM 為 Windows 主機 OS 和虛擬機器之間的所有通訊指派了交換器。 您總是將交換器用於 VM 生命週期管理通訊,並且不可能將其删除。

During the EFLOW VM deployment, VM assigns a switch to all communications between Windows host OS and virtual machines. You always use the switch to manage communications during the VM life cycle and it is not possible to delete them.

本節中的下列步驟會說明如何將網路介面指派給 EFLOW 虛擬機器。 確保虛擬交換器和網路設定與您的網路環境保持一致。 如需網路概念的詳細資訊,例如交換器類型、DHCP 和 DNS,請參閱 Azure IoT Edge for Linux on Windows 網路

The following steps in this section indicate how the network interface can be assigned to EFLOW virtual machines. Ensure that virtual switches and network settings are consistent with your network environment. For more detailed information on network concepts, such as exchanger types, DHCP and DNS, see .

  1. 使用以系統管理員身分執行功能,開啟提高權限的 PowerShell 工作階段。

    Use to perform functions as a system administrator and open the PowerShell session to improve access.

  2. 檢查您指派至 EFLOW VM 的虛擬交換器是否可用。

    Checks the availability of virtual switches that you assign to EFLOW VM.

    
    
  3. 將虛擬交換器指派給 EFLOW VM。

    Assign virtual switches to EFLOW VM.

    
    

    例如,如果您想要指派名為 OnlineExt 的外部虛擬交換器,請使用下列命令

    For example, if you want to assign an external virtual exchange named OnlineExt, use the following command

    
    

    EFLOW 連結虛擬交換器

    EFLOW connection virtual exchanger

  4. 檢查您指派給 EFLOW VM 的虛擬交換器是否可用。

    Checks the availability of the virtual switches you assign to EFLOW VM.

    
    

如需將虛擬交換器連結至 EFLOW VM 的詳細資訊,請參閱適用於 Azure IoT Edge for Linux on Windows 的 PowerShell 函式

See .

成功將虛擬交換器指派給 EFLOW VM 後,建立指派給虛擬交換器的網路端點,以完成網路介面建立。 如果您使用靜態 IP,請務必使用適當的參數:ip4Addressip4GatewayAddressip4PrefixLength

Successfully assigns a virtual exchange to EFLOW VM and creates a network peer assigned to a virtual exchange to complete the network interface. If you use a static IP, you must use the appropriate parameters: ip4Address, ip4GatewayAddress and ip4PrefixLength.

  1. 使用以系統管理員身分執行功能,開啟提高權限的 PowerShell 工作階段。

    Use to perform functions as a system administrator and open the PowerShell session to improve access.

  2. 建立 EFLOW VM 網路端點

    Create EFLOW VM network peer

    • 如果您使用 DHCP,則不需要靜態 IP 參數。

      If you use DHCP, you do not need a static IP parameter.

      
      
    • 如果您使用靜態 IP

      If you use static IP

      
      

      例如,如果您想要使用名為 OnlineExt 的外部虛擬交換器和靜態 IP 設定 (ip4Address=192.168.0.103、ip4GatewayAddress=192.168.0.1、ip4PrefixLenght=24) 建立和指派 OnlineEndpoint 端點,請使用下列命令:

      For example, if you want to create and assign an external virtual exchange and static IP configuration (ip4Address=192.168.103, ip4GatewayAddress=192.168.0.1, ip4PrefixLenght=24) using the following command:

      
      

      EFLOW 連結網路端點

  3. 檢查您是否正確建立了網路端點並將其指派給 EFLOW VM。 您應該會看到有兩個網路介面指派給虛擬機器。

    Check if you have created a network peer correctly and assigned it to EFLOW VM. You should see two network interfaces assigned to virtual machines.

    
    

    EFLOW 取得連結的網路介面

如需建立網路端點並將其連結至 EFLOW VM 的詳細資訊,請參閱適用於 Azure IoT Edge for Linux on Windows 的 PowerShell 函式

For more detailed information about the need to create a network peer and link it to EFLOW VM, please refer to .

最後一個步驟是確定是否已正確套用網路設定,以及 EFLOW VM 是否已設定新的網路介面。 如果新介面是第一個新增至 VM 的額外介面,則顯示為「eth1」

The last step is to make sure that the network settings are correctly applied and that EFLOW VM has a new network interface. If the new interface is the first to be added to VM, it is shown as "eth1".

  1. 在提高權限工作階段中開啟 PowerShell。 您可以在 Windows 上開啟 [開始] 窗格,然後輸入 "PowerShell"。 以滑鼠右鍵按一下顯示的 Windows PowerShell 應用程式,然後選取 [以系統管理員身分執行]

    Open PowerShell in the power enhancement session. You can open [start the] /strong> window on Windows and enter "PowerShell". Press the displayed Windows PowerShell application on the right mouse button and select the [run as system administrator] .

  2. 連線到 EFLOW VM。

    Connect to EFLOW VM.

    
    
  3. 進入 VM 內部後,使用 ifconfig 命令檢查網路介面及其設定。

    Check the network interface and its settings using the ifconfig command after entering the VM inside.

    
    

    預設介面 eth0 是用於所有 VM 管理的介面。 您應該會看到另一個介面,例如 eth1,這是您指派給 VM 的新介面。 遵循範例,如果您先前使用靜態 IP 192.168.0.103 指派了新端點,則應該會看到介面 eth1inet addr: 192.168.0.103

    The default interface eth0 is used for all VM administration interfaces. You should see another interface, such as eth1, the new interface you have assigned to VM. Following the example, if you have previously assigned a new peer using the static IP 192.168.0.103, the interface eth1 and inet addr: 192.168.103.

    EFLOW 虛擬機網路介面的螢幕快照。

請遵循如何為 Azure IoT Edge for Linux on Windows 設定網路中的步驟,來確定您是否已正確套用所有網路設定。

Please follow to determine whether you have correctly applied all network settings.

美化布局示例

欧易(OKX)最新版本

【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   全球官网 大陆官网

币安(Binance)最新版本

币安交易所app【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

火币HTX最新版本

火币老牌交易所【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址
文字格式和图片示例

注册有任何问题请添加 微信:MVIP619 拉你进入群

弹窗与图片大小一致 文章转载注明

分享:

扫一扫在手机阅读、分享本文

发表评论
平台列表
美化布局示例

欧易(OKX)

  全球官网 大陆官网

币安(Binance)

  官网

火币(HTX)

  官网

Gate.io

  官网

Bitget

  官网

deepcoin

  官网
热门文章
  • 0.00015693个比特币等于多少人民币/美金

    0.00015693个比特币等于多少人民币/美金
    0.000 15693比特币等于多少人民币?根据比特币对人民币的最新汇率,0.000 15693比特币等于10.6 1678529美元/76.86554996人民币。比特币(BTC)【比特币价格翻倍】美元(USDT)人民币(CNY)0.000/克洛克-0/5693【数字货币矿机】10.6 167852976.8655254996比特币对人民币的最新汇率为:489,807.72 CNY(1比特币= 489,807.72人民币)(1美元=7.24人民币)(0.00015693 U...
  • 0.00003374个比特币等于多少人民币/美金

    0.00003374个比特币等于多少人民币/美金
    0.00003374比特币等于多少人民币?根据比特币对人民币的最新汇率,0.00003374比特币等于2.2826 1222美元/16.5261124728人民币。比特币(BTC)美元(USDT)人民币(CNY)0.00003374克洛克-0/22216.5261124728比特币对人民币的最新汇率为:489807.72 CNY(1比特币=489807.72人民币)(1美元=7.24人民币)(0.00003374USDT=0.0002442776 CNY)。汇率更新于2024...
  • 2000年美国GDP占世界的304%,中国GDP仅占35%,现在呢?

    2000年美国GDP占世界的304%,中国GDP仅占35%,现在呢?
    GDP作为全球公认的实力基准,就像是一个大国实力的代言人,它是布雷顿森林体系下全球团结的声音。它不仅仅是数字的累积,更是大国综合实力的人格化,默默诉说着每个国家的辉煌与荣耀。虽然GDP不是衡量一个国家综合实力的唯一标准,但无疑是最关键的指标之一。作为一面镜子,它反映了国家的经济实力和发展水平,是国家综合实力的重要体现,不容忽视。2000年,中国GDP迈过/克洛克-0/万亿美元的重要门槛,达到/克洛克-0/。2/克洛克-0/万亿美元(折合人民币7。7万亿元)。然而,在全球经济的...
  • A股利好!证监会连开三场座谈会!五部门发文 事关元宇宙…周末影响一周市场的十大消息(新股+点评)

    A股利好!证监会连开三场座谈会!五部门发文 事关元宇宙…周末影响一周市场的十大消息(新股+点评)
    1   证监会连开三场座谈会!将研究出台更多务实、管用的政策举措 The SEC will hold three talks! More practical and practical policy initiatives will be developed.   近日,中国证监会就活跃资本市场、提振投资者信心召开三场座谈会,分别听取专家学者和投资者意...
  • 1929经济大萧条或许即将重演?

    1929经济大萧条或许即将重演?
    人类似乎陷入了一个历史悖论,即我们总是重复同样的错误,无法真正从过去的错误中吸取教训。近年来,我们对世界各地接连不断的挑战和危机深感不安。20 19年突如其来的疫情,乌克兰的战火硝烟,欧洲的天然气供应危机以及全球少数国家的饥荒,所有这些问题都像洪水一样,一个接一个地涌来。如果你今天感到心情沉重,不要失去希望,因为明天可能会带来更严峻的挑战。首先,让我们深入讨论名为1929大萧条的时期。这场大萧条实际上是指从1929到1933的一场影响深远的经济危机。这场危机首先起源于美国,然...
标签列表