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

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

Fixing bootscripts start and shutdown.

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