【发布时间】: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 -
是的,这是正确的答案。