Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations) (download)
Mon Dec 13 23:48:22 2004 UTC (19 years, 3 months ago) by niro
File size: 437 byte(s)
added dhcpcd timeout

1 #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 # -k kills the dhcp-cache at system shutdown
14 # -z will not
15 NETWORKING="dhcp"
16 DHCP_PROG="/sbin/dhcpcd"
17 #timeout after 10 seconds
18 #DHCP_START="-t 10"
19 DHCP_STOP="-z"
20
21 #Default Gateway Options
22 #GATEWAY="192.168.0.100"
23 #GATEWAY_IF="eth0"

Properties

Name Value
svn:executable *