X-Git-Url: http://git.grml.org/?p=grml-network.git;a=blobdiff_plain;f=routersetup;h=18cbf15010cdfe6185739b4781027ff898eb47c7;hp=ec1756fec74ee9ebf871d082633fb9c57aa4816e;hb=af7e79258099000fb08013a77e1e83680ca4a59f;hpb=4dd28e782446cb5101be9cb1ce5eb3d4df4003e3 diff --git a/routersetup b/routersetup index ec1756f..18cbf15 100644 --- a/routersetup +++ b/routersetup @@ -7,15 +7,15 @@ # configuration for grml-router: # IPTABLES=/sbin/iptables # the iptables binary -OUTDEV='auto' # outgoing device [auto|default|eth0|...] +# OUTDEV='auto' # outgoing device [auto|default|eth0|...] # configuration for grml-bridge and grml-sniff: # BRCTL=/usr/sbin/brctl # the brctl binary -BRIDGE_NAME='br0' # name used for the bridge -BRIDGE_DEVICES='eth0 eth1' # the devices used for bilding the bridge -STP='on' # enable STP (Spanning-Tree Protocol)? on|off -BRIDGE_CONFIG='DHCP' # Use DHCP, Fixed IP or Ipless? DHCP|FIXED|NONE -BRIDGE_IP="192.168.1.1/24" # ip address used for bridge +# BRIDGE_NAME='br0' # name used for the bridge +# BRIDGE_DEVICES='eth0 eth1' # the devices used for bilding the bridge +# BRIDGE_STP='on' # enable STP (Spanning-Tree Protocol)? on|off +# BRIDGE_CONFIG='DHCP' # Use DHCP, Fixed IP or Ipless? DHCP|FIXED|NONE +# BRIDGE_IP="192.168.1.1/24" # IP address used for bridge # configuration for grml-ap: # AP_DEVICE='wlan0' # device used as access point