X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=routersetup;h=18cbf15010cdfe6185739b4781027ff898eb47c7;hb=1a453bc9b6a3e495a833832421ecf3a9b605e858;hp=ec1756fec74ee9ebf871d082633fb9c57aa4816e;hpb=5ccffd6ee849bb7c004e464f3972bcce22beac7c;p=grml-network.git 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