From 6db70a759694b8dc75e80a8bfca992594541ff64 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 17 Sep 1998 20:14:15 +0000 Subject: custom floppy dhclient.conf; asks for much more info --- distrib/miniroot/dhclient.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 distrib/miniroot/dhclient.conf (limited to 'distrib/miniroot/dhclient.conf') diff --git a/distrib/miniroot/dhclient.conf b/distrib/miniroot/dhclient.conf new file mode 100644 index 00000000000..80430e2aa99 --- /dev/null +++ b/distrib/miniroot/dhclient.conf @@ -0,0 +1,21 @@ +# $OpenBSD: dhclient.conf,v 1.1 1998/09/17 20:14:13 deraadt Exp $ +# +# DHCP Client Configuration +# +# See dhclient.conf(5) for possible contents of this file. +# When empty default values are used: +# +# Example: +# +# send dhcp-lease-time 3600; +# send host-name "myhost"; +# supersede host-name "myhost"; +# supersede domain-name "my.domain"; +# request subnet-mask, broadcast-address, time-offset, routers, +# domain-name, domain-name-servers, host-name, lpr-servers, ntp-servers; +# require subnet-mask, domain-name-servers, routers; +# media "link0 link1", "link0 link1", "link0 link1", "-link0 link1"; + +request subnet-mask, broadcast-address, time-offset, routers, + domain-name, domain-name-servers, host-name; +require subnet-mask broadcast-address -- cgit v1.2.3