Magellan Linux

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

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

revision 243 by niro, Sat Jul 2 20:38:57 2005 UTC revision 244 by niro, Tue Sep 20 20:29:19 2005 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.5 2005-09-20 20:29:19 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 55  DHCP_STOP="-z" Line 55  DHCP_STOP="-z"
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.
56  # GATEWAY_IF defines the interface to bind the default gateway to.  # GATEWAY_IF defines the interface to bind the default gateway to.
57  #GATEWAY="192.168.0.100"  #GATEWAY="192.168.0.100"
58  #GATEWAY_IF="eth0"  
59    
60    #
61    # Wireless networking extensions (see man iwconfig(8) for more details)
62    #
63    # transfer rate 11M, 54M
64    #WIRELESS_BITRATE
65    # which channel shall be used [1-14] (use this or frequency)
66    #WIRELESS_CHANNEL
67    # network SSID
68    #WIRELESS_ESSID
69    # wich freqency shall be used
70    #WIRELESS_FREQUENCY
71    # wireless operation mode (managed=infrastrukte, ad-hc, master=ap)
72    #WIRELESS_MODE
73    # nickname of the wireless node
74    #WIRELESS_NICK
75    # which authentification mode shall be used (open, restricted, off)
76    #WIRELESS_AUTH_MODE
77    # Encryption key length, 64=WEP64, 128=WEP128, 256=WEP256
78    #WIRELESS_KEY_LENGTH
79    # Encryption key in hex (or use ascii key)
80    #WIRELESS_KEY
81    # Encryption key in ascii (or use hex key)
82    #WIRELESS_KEY_ASCII

Legend:
Removed from v.243  
changed lines
  Added in v.244