我无法让访客看到我的主机。当我尝试重新启动接口时,出现了错误。
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.
这是什么意思?
谢谢。
答案1
听起来好像是在 Debian 网络脚本之外设置了桥接。尝试运行“brctl delbr br0”手动删除桥接。然后重新启动网络以查看它是否正确启动桥接。
史蒂夫