我有一个 Beagle Bone Black,我已为其分配了静态 IP。我的接口文件如下。
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 172.16.41.226
netmask 255.255.255.0
gateway 172.16.41.1
BBB 具有我在启动后分配的 IP,但是当我拔下 LAN 电缆并重新插入时,该 IP 会丢失。
ifconfig
命令不显示任何 ip eth0
。
我有一个 Beagle Bone Black,我已为其分配了静态 IP。我的接口文件如下。
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 172.16.41.226
netmask 255.255.255.0
gateway 172.16.41.1
BBB 具有我在启动后分配的 IP,但是当我拔下 LAN 电缆并重新插入时,该 IP 会丢失。
ifconfig
命令不显示任何 ip eth0
。