Tuesday, August 14, 2012

bridge configuration


If the bridge is being used standalone (no other bridges near by). Then it is safe to turn the forwarding delay off (set it to zero), before adding interface to a bridge. Then you can run DHCP client right away.
 # brctl setfd br0 0
 # brctl addif br0 eth0
 # dhclient eth0
source:
http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge

No comments:

Post a Comment