wok-undigest view linux/description.linux-bridge.txt @ rev 1217

copied linux receipt and stuff from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 16:49:43 2019 +0100 (2019-11-15)
parents
children
line source
1 802.1d Ethernet Bridging
3 If you use this package, then your Linux box will be able to act as an Ethernet
4 bridge, which means that the different Ethernet segments it is connected to
5 will appear as one Ethernet to the participants. Several such bridges can work
6 together to create even larger networks of Ethernets using the IEEE 802.1
7 spanning tree algorithm. As this is a standard, Linux bridges will cooperate
8 properly with other third party bridge products.
10 In order to use the Ethernet bridge, you'll need the bridge configuration
11 tools; see Kernel Documentation/networking/bridge.txt for location. Please read
12 the Bridge mini-HOWTO for more information.
14 If you enable iptables support along with the bridge support then you turn your
15 bridge into a bridging IP firewall. iptables will then see the IP packets being
16 bridged, so you need to take this into account when setting up your firewall
17 rules. Enabling arptables support when bridging will let arptables see bridged
18 ARP traffic in the arptables FORWARD chain.