Magellan Linux

Annotation of /tags/init-0_3_3-r4/magellan-initscripts/etc/conf.d/net.eth0

Parent Directory Parent Directory | Revision Log Revision Log


Revision 54 - (hide annotations) (download)
Mon Feb 14 22:27:37 2005 UTC (19 years, 2 months ago) by (unknown author)
File size: 436 byte(s)
This commit was manufactured by cvs2svn to create tag
'init-0_3_3-r4'.
1 niro 2 #sets up the eth0 device
2    
3     #loads the device at boot
4     ONBOOT="yes"
5    
6     #sets static networking
7     #NETWORKING="static"
8     #IP="192.168.0.1"
9     #NETMASK="255.255.255.0"
10     #BROADCAST="192.168.0.255"
11    
12     #sets dhcp networking
13     NETWORKING="dhcp"
14     DHCP_PROG="/sbin/dhcpcd"
15 niro 14 #timeout after 10 seconds
16 niro 19 DHCP_START="-t 10"
17     # -k kills the dhcp-cache at system shutdown
18     # -z will not
19 niro 2 DHCP_STOP="-z"
20    
21     #Default Gateway Options
22     #GATEWAY="192.168.0.100"
23     #GATEWAY_IF="eth0"

Properties

Name Value
svn:executable *