Magellan Linux

Diff of /trunk/magellan-initscripts/etc/conf.d/net.sample

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

revision 577 by niro, Sun Sep 30 10:36:21 2007 UTC revision 872 by niro, Thu May 21 13:41:38 2009 UTC
# Line 1  Line 1 
1  # /etc/conf.d/net.eth0 - example eth0 network device configuration  # /etc/conf.d/net.eth0 - example eth0 network device configuration
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/conf.d/net.sample,v 1.1 2007-09-30 10:36:10 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/conf.d/net.sample,v 1.2 2007-12-13 12:05:38 niro Exp $
3    
4  # Enable this device automatically on system boot.  # Enable this device automatically on system boot.
5  # If set to anything but ?yes? the NIC will be ignored by  # If set to anything but ?yes? the NIC will be ignored by
# 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 default 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 93  DHCP_STOP="-k" Line 94  DHCP_STOP="-k"
94  #  #
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  # Interface to which the bridge shall point to  # Interfaces to which the bridge shall point to
98  #BRIDGE_INTERFACE="eth0"  # It is possible to give more then on
99    #BRIDGE_INTERFACES="eth0 eth1"
100    # Enables or disables Spanning Tree
101    # Possible values are 'on' and 'off'
102    #BRIDGE_STP="on"
103    #
104  # Here comes the same settings like with normal NICs  # Here comes the same settings like with normal NICs
105  # A static example:  # A static example:
106  #NETWORKING="static"  #NETWORKING="static"

Legend:
Removed from v.577  
changed lines
  Added in v.872