Magellan Linux

Contents of /branches/unlabeled-1.1.1/magellan-initscripts/etc/conf.d/net.eth0

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Mon Dec 13 22:52:07 2004 UTC (19 years, 4 months ago) by niro
File size: 391 byte(s)
imported.

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 DHCP_STOP="-z"
18
19 #Default Gateway Options
20 #GATEWAY="192.168.0.100"
21 #GATEWAY_IF="eth0"

Properties

Name Value
svn:executable *