Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/database/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux Raspian:在eth0上创建了多个IP地址_Linux_Raspbian - Fatal编程技术网

Linux Raspian:在eth0上创建了多个IP地址

Linux Raspian:在eth0上创建了多个IP地址,linux,raspbian,Linux,Raspbian,当尝试启动docker swarm时,我从守护进程获得以下错误响应: could not choose an IP address to advertise since this system has multiple addresses on interface eth0 (aa11:a111:1a1a::111 and ba11:a111:1a1a::111). 当我执行: sudo ip addr flush dev eth0 我成功地删除了所有ip地址,但是,重新启动后会重新创建

当尝试启动docker swarm时,我从守护进程获得以下错误响应:

 could not choose an IP address to advertise since this system has multiple addresses on interface eth0 (aa11:a111:1a1a::111 and ba11:a111:1a1a::111).
当我执行:

 sudo ip addr flush dev eth0

我成功地删除了所有ip地址,但是,重新启动后会重新创建它们。这可能是什么原因?

这在我看来更像是一个bug,因为它实际上是同一地址的两倍。我确实匿名了这些地址卸载NetworkManager并检查/etc/network/interfaces。这在我看来更像是一个bug,因为这似乎是同一地址的两倍。我确实匿名了这些地址卸载NetworkManager并检查/etc/network/interfaces。