Magellan Linux

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

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

revision 133 by niro, Sat Jul 2 20:38:57 2005 UTC revision 426 by niro, Wed Feb 7 08:08: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.eth0,v 1.4 2005-07-02 20:38:57 niro Exp $  # $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 $
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 46  DHCP_START="-t 10" Line 46  DHCP_START="-t 10"
46  # stop parameters to your dhcp client.  # stop parameters to your dhcp client.
47  # Ex: -k kills the dhcp-cache at system shutdown  # Ex: -k kills the dhcp-cache at system shutdown
48  #     -z will not; keeps the resolv.conf etc.  #     -z will not; keeps the resolv.conf etc.
49  DHCP_STOP="-z"  DHCP_STOP="-k"
50    
51    
52    
53    
54  # The GATEWAY variable should contain the default gateway IP address,  # The GATEWAY variable should contain the default gateway IP address,
55  # if one is present. If not, then comment out the variables entirely.  # if one is present. If not, then comment out the variables entirely.
 # GATEWAY_IF defines the interface to bind the default gateway to.  
56  #GATEWAY="192.168.0.100"  #GATEWAY="192.168.0.100"
57  #GATEWAY_IF="eth0"  
58    
59    # The NAMESERVER variable should contain a list of DNS-servers,
60    # if there are some present. This also overrides the DHCP-settings.
61    #NAMESERVER="192.168.0.100 192.168.0.101"
62    
63    
64    #
65    # Wireless networking extensions (see man iwconfig(8) for more details)
66    #
67    # transfer rate 11M, 54M
68    #WIRELESS_BITRATE
69    # which channel shall be used [1-14] (use this or frequency)
70    #WIRELESS_CHANNEL
71    # network SSID
72    #WIRELESS_ESSID
73    # wich freqency shall be used
74    #WIRELESS_FREQUENCY
75    # wireless operation mode (managed=infrastrukte, ad-hoc, master=ap)
76    #WIRELESS_MODE
77    # nickname of the wireless node
78    #WIRELESS_NICK
79    # which authentification mode shall be used (wep,wpa,off)
80    #WIRELESS_AUTH_MODE
81    # Encryption key length, 64=WEP64, 128=WEP128, 256=WEP256
82    #WIRELESS_KEY_LENGTH
83    # Encryption key in hex (or use ascii key)
84    #WIRELESS_KEY
85    # Encryption key in ascii (or use hex key)
86    #WIRELESS_KEY_ASCII
87    # driver used for wpa_supplicant
88    # WIRELESS_WPA_DRIVER=zydas

Legend:
Removed from v.133  
changed lines
  Added in v.426