This is an old revision of the document!


Linux networking

TCP Tunning (linux kernel)

Linux as bridge

more at: http://linux-net.osdl.org/index.php/Bridge

 # brctl addbr "bridgename"
 # brctl addif bridgename device

See MAC table

 # brctl showmacs

VLANs on bridge interfaces

Interface must be UP

 # ifconfig <bridgename> up
 # vconfig add <bridgename> [vlanid]

configuration above should work with applying this (bridge.diff) patch to your linux kernel. Otherwise you need to do this like this

# ifconfig ethX up
# ifconfig ethY up
# vconfig add ethX [vlanid]
# vconfig add ethY [vlanid]
# brctl addbr "bridgename"
# brctl addif <bridgename> ethX.vlanID
# brctl addif <bridgename> ethY.vlanID

VLAN's in Fedora

linux/networking.1149674574.txt.gz · Last modified: 2009/05/25 00:34 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready