Debian网桥重启失败

我有一些困难让我的客人看到我的主人。 当我试图重新启动我的界面时,我得到一个错误。

sudo /etc/init.d/networking restart 

回报

 Reconfiguring network interfaces...if-up.d/mountnfs[eth0]: waiting for interface br0 before doing NFS mounts (warning). device br0 already exists; can't create bridge with the same name run-parts: /etc/network/if-pre-up.d/bridge exited with return code 1 SIOCADDRT: File exists Failed to bring up br0. done. 

这是什么意思?

谢谢。

这听起来像是在Debiannetworking脚本之外build立的桥梁。 尝试运行“brctl delbr br0”手动删除桥接。 然后重新启动networking,看看它是否正确地把桥接。

史蒂夫