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
|
Line | |
---|
1 | # Network Interface Configuration
|
---|
2 | # Change settings and rename to interface.devname, i.e. interface.eth0
|
---|
3 |
|
---|
4 | # network device name
|
---|
5 | INTERFACE=eth0
|
---|
6 |
|
---|
7 | # set to "yes" to use DHCP instead of the settings below
|
---|
8 | DHCP=no
|
---|
9 |
|
---|
10 | # interface settings
|
---|
11 |
|
---|
12 | # IP address
|
---|
13 | IPADDRESS=192.168.2.72
|
---|
14 |
|
---|
15 | # netmask
|
---|
16 | NETMASK=255.255.255.0
|
---|
17 |
|
---|
18 | # broadcast address
|
---|
19 | BROADCAST=192.168.2.255
|
---|
Note:
See
TracBrowser
for help on using the repository browser.