X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=routersetup;h=18cbf15010cdfe6185739b4781027ff898eb47c7;hb=e982bd7cede6f32bb2e15a06338250fdfdab39b8;hp=3beee064f6554792aef20d7fcad2090e2dae44cd;hpb=a83e3825511532c96dd400447f2e0cc5e89600dd;p=grml-network.git diff --git a/routersetup b/routersetup index 3beee06..18cbf15 100644 --- a/routersetup +++ b/routersetup @@ -3,20 +3,19 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Don Okt 12 10:50:51 CEST 2006 [mika] ################################################################################ # 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: +# 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