Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
【未解决】DEEPIN 15.11如何实现网卡桥接啊?
Experiences and Insight
452
views ·
0
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
操作系统版本
[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#
查资料无果特地前来发帖请教