Magellan Linux

Diff of /trunk/busybox-initscripts/conf.d/net.sample

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1191 by niro, Mon Jun 2 22:14:35 2008 UTC revision 1192 by niro, Thu Jan 27 20:40:40 2011 UTC
# Line 40  DHCP_PROG="/sbin/dhcpcd" Line 40  DHCP_PROG="/sbin/dhcpcd"
40  # DHCP_START allows you to pass additional  # DHCP_START allows you to pass additional
41  # startup parameters to your dhcp client.  # startup parameters to your dhcp client.
42  # Ex: Timeout after 10 seconds  # Ex: Timeout after 10 seconds
43  DHCP_START="-t 10"  DHCP_START="-T 10"
44    
45  # DHCP_STOP allows you to pass additional  # DHCP_STOP allows you to pass additional
46  # stop parameters to your dhcp client.  # stop parameters to your dhcp client.
# Line 72  DHCP_STOP="-k" Line 72  DHCP_STOP="-k"
72  #WIRELESS_ESSID  #WIRELESS_ESSID
73  # wich freqency shall be used  # wich freqency shall be used
74  #WIRELESS_FREQUENCY  #WIRELESS_FREQUENCY
75  # wireless operation mode (managed=infrastrukte, ad-hoc, master=ap)  # wireless operation mode (managed=infrastructe, ad-hoc, master=ap)
76  #WIRELESS_MODE  #WIRELESS_MODE
77  # nickname of the wireless node  # nickname of the wireless node
78  #WIRELESS_NICK  #WIRELESS_NICK
79  # which authentification mode shall be used (wep,wpa,off)  # which authentification mode shall be used (wep,wpa,wpa2,off)
80  #WIRELESS_AUTH_MODE  #WIRELESS_AUTH_MODE
81  # Encryption key length, 64=WEP64, 128=WEP128, 256=WEP256  # Encryption key length, 64=WEP64, 128=WEP128, 256=WEP256
82  #WIRELESS_KEY_LENGTH  #WIRELESS_KEY_LENGTH
83  # Encryption key in hex (or use ascii key)  # Encryption key in hex (or use ascii key, WEP only)
84  #WIRELESS_KEY  #WIRELESS_KEY
85  # Encryption key in ascii (or use hex key)  # Encryption key in ascii (or use hex key, for WEP+WPA)
86  #WIRELESS_KEY_ASCII  #WIRELESS_KEY_ASCII
87  # driver used for wpa_supplicant  # driver used for wpa_supplicant (scripts defaults to wext)
88  #WIRELESS_WPA_DRIVER=zydas  # to see all possible drivers, run 'wpa_supplicant --help'
89    #WIRELESS_WPA_DRIVER=wext
90    
91    
92  #  #
# Line 94  DHCP_STOP="-k" Line 95  DHCP_STOP="-k"
95  # Note: to setup a bridge this file must be called net.br[0-9]  # Note: to setup a bridge this file must be called net.br[0-9]
96  #  #
97  # Interfaces to which the bridge shall point to  # Interfaces to which the bridge shall point to
98  # It is possible to give more then on  # It is possible to use more than one
99  #BRIDGE_INTERFACES="eth0 eth1"  #BRIDGE_INTERFACES="eth0 eth1"
100  # Enables or disables Spanning Tree  # Enables or disables Spanning Tree
101  # Possible values are 'on' and 'off'  # Possible values are 'on' and 'off'
102  #BRIDGE_STP="on"  #BRIDGE_STP="on"
103    # Sets ageing time
104    #BRIDGE_AGEING_TIME
105    # Sets bridge priority
106    #BRIDGE_PRIORITY
107    # Sets bridge forwarde delay time
108    #BRIDGE_FORWARD_DELAY
109    # Sets hello time
110    #BRIDGE_HELLO_TIME
111    # Sets max message age
112    #BRIDGE_MAX_MESSAGE_AGE
113    # Sets path cost for a configured bridge port/interface
114    # It is possible to use more than one
115    # e.g. port1=cost1 port2=cost2
116    #BRIDGE_PATH_COST="eth0=12 eth2=9"
117    # Sets port priority for a configured bridge port/interface
118    # It is possible to use more than one
119    # e.g. port1=prio1 port2=prio2
120    #BRIDGE_PORT_PRIORITY="eth0=1 eth2=3"
121  #  #
122  # Here comes the same settings like with normal NICs  # Networking for the bridge can be configured as normal
123  # A static example:  # A static example:
124  #NETWORKING="static"  #NETWORKING="static"
125  #IP="192.168.0.1"  #IP="192.168.0.1"

Legend:
Removed from v.1191  
changed lines
  Added in v.1192