network/linux-bridge #211
Replies: 13 comments 6 replies
|
“宿主机根据路由规则再送至 VETP 设备或者 TUN 设备封装成一个新的数据包”,这里VETP应该打错了是VETH吧。 |
1 reply
|
写得太好了 |
0 replies
|
This is an automatic reply, confirming that your e-mail was received.Thank you ! !Plus_Jia
|
0 replies
将 veth 另一端连接到 br0$ ip link set dev veth0 master br0 |
1 reply
|
网络命名空间名ns1/ns2和net1/net2混用了,3.5.3节也有这个问题 |
1 reply
|
需要添加两个语句,将veth1与veth3(桥接到br0的接口) 设置为up, ip link set veth1 up ; ip link set veth3 up; 否则的话 br0的状态处于DOWN(因为接口都是Down) |
0 replies
|
This is an automatic reply, confirming that your e-mail was received.Thank you ! !Plus_Jia
|
0 replies
|
测试下来ping不通 |
2 replies
|
This is an automatic reply, confirming that your e-mail was received.Thank you ! !Plus_Jia
|
0 replies
这里是不是错了,激活/配置的应该veth0吧 然后应该还需要激活一下 veth1和veht3。 不然ping不通 |
0 replies
|
This is an automatic reply, confirming that your e-mail was received.Thank you ! !Plus_Jia
|
0 replies
|
现在的例子是有问题的. 有点奇怪,以前的例子应该是比较正确的?看评论区,应该也是之前的例子是正常的。 |
1 reply
|
This is an automatic reply, confirming that your e-mail was received.Thank you ! !Plus_Jia
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
network/linux-bridge
构建大规模高可用的分布式系统
https://www.thebyte.com.cn/network/linux-bridge.html
All reactions