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
|
Rev | Line | |
---|
[a44b91b] | 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.