我和Debian Jessi一起设置了BeagleBoneBlack。作为默认配置,它使用dhcp ip:192.168.1.105
但我需要配置系统使用静态IP。因此我在/ etc / network / interfaces中做了:
auto eth0
iface eth0 inet static
address 192.168.1.50
netmask 255.255.255.0
gateway 192.168.1.1
但重新启动后,仍设置旧的IP 192.168.1.105。如果我做
/etc/init.d/networking
设置新IP。但是在重新启动之后,旧的又重新启动了。
我必须更改为哪个设置?
我没有使用额外的SD卡;只是eMMC。
谢谢! 丹尼尔
答案 0 :(得分:2)
Finally I found the solution. An Intel Connection Manager was installed by default. I overwrites my definition. After removing it, it works fine:
apt-get purge connman