source:
clfs-embedded/bootscripts/clfs/etc/network.d/template@
5a8a7c0
Last change on this file since 5a8a7c0 was 5a8a7c0, checked in by , 18 years ago | |
---|---|
|
|
File size: 346 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 | |
[5a8a7c0] | 5 | INTERFACE=eth0 |
[a44b91b] | 6 | |
7 | # set to "yes" to use DHCP instead of the settings below | |
[5a8a7c0] | 8 | DHCP=no |
[a44b91b] | 9 | |
10 | # interface settings | |
11 | ||
12 | # IP address | |
[5a8a7c0] | 13 | IPADDRESS=192.168.2.72 |
[a44b91b] | 14 | |
15 | # netmask | |
[5a8a7c0] | 16 | NETMASK=255.255.255.0 |
[a44b91b] | 17 | |
18 | # broadcast address | |
[5a8a7c0] | 19 | BROADCAST=192.168.2.255 |
Note:
See TracBrowser
for help on using the repository browser.