Magellan Linux

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

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

revision 635 by niro, Sun Sep 30 10:36:21 2007 UTC revision 636 by niro, Thu Dec 13 12:06:22 2007 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 85  DHCP_STOP="-k" Line 85  DHCP_STOP="-k"
85  # Encryption key in ascii (or use hex key)  # Encryption key in ascii (or use hex key)
86  #WIRELESS_KEY_ASCII  #WIRELESS_KEY_ASCII
87  # driver used for wpa_supplicant  # driver used for wpa_supplicant
88  # WIRELESS_WPA_DRIVER=zydas  #WIRELESS_WPA_DRIVER=zydas
89    
90    
91  #  #
# Line 93  DHCP_STOP="-k" Line 93  DHCP_STOP="-k"
93  #  #
94  # 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]
95  #  #
96  # Interface to which the bridge shall point to  # Interfaces to which the bridge shall point to
97  #BRIDGE_INTERFACE="eth0"  # It is possible to give more then on
98    #BRIDGE_INTERFACES="eth0 eth1"
99    # Enables or disables Spanning Tree
100    # Possible values are 'on' and 'off'
101    #BRIDGE_STP="on"
102    #
103  # Here comes the same settings like with normal NICs  # Here comes the same settings like with normal NICs
104  # A static example:  # A static example:
105  #NETWORKING="static"  #NETWORKING="static"

Legend:
Removed from v.635  
changed lines
  Added in v.636