source: clfs-embedded/bootscripts/clfs/etc/network.d/template@ a44b91b

Last change on this file since a44b91b was a44b91b, checked in by Jim Gifford <clfs@…>, 18 years ago

Added CLFS 3.x bootscripts

  • Property mode set to 100644
File size: 356 bytes
RevLine 
[a44b91b]1# Network Interface Configuration
2# Change settings and rename to interface.devname, i.e. interface.eth0
3
4# network device name
5INTERFACE="eth0"
6
7# set to "yes" to use DHCP instead of the settings below
8DHCP="no"
9
10# interface settings
11
12# IP address
13IPADDRESS="192.168.2.72"
14
15# netmask
16NETMASK="255.255.255.0"
17
18# broadcast address
19BROADCAST="192.168.2.255"
Note: See TracBrowser for help on using the repository browser.