X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=man%2Fgrml-bridge.8;h=76ecb40a030a6fd2f5a0a2c85fefafbce5dc9c67;hb=5569e6318b576f4f1faea9bdfee66662b0c4ce24;hp=f16abacdd9d51866b48ae107d3379a7c6e79fd12;hpb=a83e3825511532c96dd400447f2e0cc5e89600dd;p=grml-network.git diff --git a/man/grml-bridge.8 b/man/grml-bridge.8 index f16abac..76ecb40 100644 --- a/man/grml-bridge.8 +++ b/man/grml-bridge.8 @@ -12,22 +12,23 @@ command. Configure setup via configuration file /etc/grml/routersetup. To specify which DEVICES should be bridged, use BRIDGE_DEVICES, e.g. - BRIDGE_DEVICES="eth0 eth1" + BRIDGE_DEVICES="eth0 eth2" -would bridge device eth0 and eth1. +would bridge device eth0 and eth2. +If unconfigured then 'eth0 eth1' is assumed as default. Note: The auto interface name is not allowed here! To specify the name of the bridge, use BRIDGE_NAME, e.g. BRIDGE_NAME="br0" -Note: this entry is optional, per default the name br0 is choosen. +Note: this entry is optional, per default the name br0 is chosen. If you want do disable Spanning Tree Protocol (STP) on your bridge, just set BRIDGE_STP to no, e.g. BRIDGE_STP="no" -Per default stp is on. +Per default STP is set to 'on'. Example Configuration file: @@ -57,7 +58,7 @@ your bridged devices to 0.0.0.0. You can do this with following command: `---- Now your bridge is working. If you want that your bridge is reachable, please -give your bridge an ip adress. You can do this for example with +give your bridge an IP address. You can do this for example with ,---- | ifconfig grml-bridge 192.168.0.1 @@ -79,7 +80,7 @@ Note, your devices do not have an ip address, so you have to give them an ip add .BR grml-ap (8), .BR grml-router (8). .SH AUTHOR -grml-bridge was written by Ulrich Dangel and Michael Prokop . +grml-bridge was written by Ulrich Dangel and Michael Prokop . .PP This manual page was written by Michael Prokop for the Debian project (but may be used by others).