Magellan Linux

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

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

revision 244 by niro, Tue Sep 20 20:29:19 2005 UTC revision 245 by niro, Thu Sep 22 22:15:38 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.5 2005-09-20 20:29:19 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/conf.d/net.eth0,v 1.6 2005-09-22 22:15:20 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 53  DHCP_STOP="-z" Line 53  DHCP_STOP="-z"
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    
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)  # Wireless networking extensions (see man iwconfig(8) for more details)
66  #  #

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