ubuntu – 什么是bridge_fd?

我在Ubuntu 9.04(服务器)上创建桥接网络

我设置了以下配置文件

的/ etc /网络/接口

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
address 192.168.1.10
network 192.168.1.0
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off

我不知道这个参数是什么
bridge_fd,bridge_hello,bridge_maxage,bridge_stp

这是加入网桥的接口的转发延迟.这是界面能够做任何事情之前的时间. .在此期间,桥将发现其他桥并检查是否未创建循环.有关更好的描述及其原因,您需要阅读生成树协议.

相关文章

目录前言一、创建Hadoop用户二、更新apt和安装Vim编辑器三、...
原文连接:https://www.cnblogs.com/yasmi/p/5192694.html ...
电脑重启后,打开VirtualBox,发现一直用的虚拟机莫名的消失...
参见:https://blog.csdn.net/weixin_38883338/article/deta...
Ubuntu 18.04 LTS 已切换到 Netplan 来配置网络接口。Netpla...
介绍每个 Web 服务都可以通过特定的 URL 在 Internet 上访问...