aboutsummaryrefslogtreecommitdiffstats
path: root/examples/networking/ifcfg-eth-dhcp
blob: 2dd687ab5d0d2d95155350d15ada008fc1612a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
# ifcfg sample for common ethernet interfaces using DHCP
#
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.

DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:11:22:33:44:55
ONBOOT=yes
DHCP_HOSTNAME=host1