Changeset 5a8a7c0 in clfs-embedded for bootscripts/clfs/etc/network.d/template
- Timestamp:
- Nov 14, 2006, 6:20:30 AM (18 years ago)
- Branches:
- master
- Children:
- 841271e
- Parents:
- 2d71b54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/etc/network.d/template
r2d71b54 r5a8a7c0 3 3 4 4 # network device name 5 INTERFACE= "eth0"5 INTERFACE=eth0 6 6 7 7 # set to "yes" to use DHCP instead of the settings below 8 DHCP= "no"8 DHCP=no 9 9 10 10 # interface settings 11 11 12 12 # IP address 13 IPADDRESS= "192.168.2.72"13 IPADDRESS=192.168.2.72 14 14 15 15 # netmask 16 NETMASK= "255.255.255.0"16 NETMASK=255.255.255.0 17 17 18 18 # broadcast address 19 BROADCAST= "192.168.2.255"19 BROADCAST=192.168.2.255
Note:
See TracChangeset
for help on using the changeset viewer.