Magellan Linux

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

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

revision 872 by niro, Thu May 21 13:41:38 2009 UTC revision 873 by niro, Thu May 21 13:56:43 2009 UTC
# Line 84  DHCP_STOP="-k" Line 84  DHCP_STOP="-k"
84  #WIRELESS_KEY  #WIRELESS_KEY
85  # Encryption key in ascii (or use hex key, for WEP+WPA)  # Encryption key in ascii (or use hex key, for WEP+WPA)
86  #WIRELESS_KEY_ASCII  #WIRELESS_KEY_ASCII
87  # driver used for wpa_supplicant (scripts default to wext)  # driver used for wpa_supplicant (scripts defaults to wext)
88  # to see all possible drivers, run 'wpa_supplicant --help'  # to see all possible drivers, run 'wpa_supplicant --help'
89  #WIRELESS_WPA_DRIVER=wext  #WIRELESS_WPA_DRIVER=wext
90    
# Line 95  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  #  #
104  # Here comes the same settings like with normal NICs  # Networking for the bridge can be configured as normal
105  # A static example:  # A static example:
106  #NETWORKING="static"  #NETWORKING="static"
107  #IP="192.168.0.1"  #IP="192.168.0.1"

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