【未解决】DEEPIN 15.11如何实现网卡桥接啊?
Tofloor
poster avatar
ll172721404
deepin
2020-02-11 10:46
Author
【未解决】DEEPIN 15.11如何实现网卡桥接啊?

操作系统版本
[Release]
Version=15.11
Type=Desktop
Type[zh_CN]=桌面版

[Addition]
Milestone=



桥接用途是用来实现DOCKER 容器网络桥接的

按照论坛一个帖子修改 无法实现 报错看下方:

修改/etc/network/interfaces 加入以下配置

# Enabing Bridge networking br0 interface
iface br0 inet dhcp
auto br0
bridge_ports wlp4s0
bridge_stp off
bridge_fd 9
bridge_hello 2
bridge_maxage 12



启动br0时提示错误

root@matrix-PC:/etc/network# ifup br0
ifup: /etc/network/interfaces:10: misplaced option
ifup: couldn't read interfaces file "/etc/network/interfaces"
root@matrix-PC:/etc/network#



查资料无果特地前来发帖请教
Reply Favorite View the author
All Replies

No replies yet