Magellan Linux

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

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

revision 506 by niro, Wed Feb 7 08:08:22 2007 UTC revision 507 by niro, Sat Jul 21 19:31:29 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.eth0,v 1.10 2007-02-07 08:08:22 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/conf.d/net.eth0,v 1.11 2007-07-21 19:31:29 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 86  DHCP_STOP="-k" Line 86  DHCP_STOP="-k"
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    #
92    # Setup Bridges
93    #
94    # Note: to setup a bridge this file must be called net.br[0-9]
95    #
96    # Interface to which the bridge shall point to
97    #BRIDGE_INTERFACE="eth0"
98    # Here comes the same settings like with normal NICs
99    # A static example:
100    #NETWORKING="static"
101    #IP="192.168.0.1"
102    #NETMASK="255.255.255.0"
103    #BROADCAST="192.168.0.255"

Legend:
Removed from v.506  
changed lines
  Added in v.507