diff options
Diffstat (limited to 'examples/networking/ifcfg-eth-dhcp')
-rw-r--r-- | examples/networking/ifcfg-eth-dhcp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/networking/ifcfg-eth-dhcp b/examples/networking/ifcfg-eth-dhcp new file mode 100644 index 00000000..2dd687ab --- /dev/null +++ b/examples/networking/ifcfg-eth-dhcp @@ -0,0 +1,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 + |