【问题标题】:How to set DHCP using connman for ethernet network如何使用 connman 为以太网设置 DHCP
【发布时间】:2017-06-27 17:21:26
【问题描述】:

我通常使用 connman 使用以下命令为我的 beaglebone 硬件设置静态 IP: connmanctl config ethernet_985dad375f63_cable --ipv4 manual 192.168.1.101 255.255.255.0 192.168.1.1

如何使用“connman”实用程序将 beaglebone 设置回其 dhcp 配置?

【问题讨论】:

  • 在黑暗中疯狂刺伤:connmanctl config ethernet_985dad375f63_cable --ipv4 dhcp
  • 是的,这是正确的答案。

标签: beagleboneblack connman


【解决方案1】:

以下命令设置 dhcp:
connmanctl config ethernet_985dad375f63_cable --ipv4 dhcp

请注意“ethernet_985dad375f63_cable”中的数字是我的主板 MAC。将其替换为您自己开发板的 MAC。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-04-03
    • 2015-11-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多