diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-17 20:14:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-17 20:14:15 +0000 |
commit | 6db70a759694b8dc75e80a8bfca992594541ff64 (patch) | |
tree | 1bdd00ff6c77cd68004466f18cf021b903ef0ff6 /distrib/miniroot/dhclient.conf | |
parent | 22ae0f15c089954ada4fa1dba11781306db014c2 (diff) |
custom floppy dhclient.conf; asks for much more info
Diffstat (limited to 'distrib/miniroot/dhclient.conf')
-rw-r--r-- | distrib/miniroot/dhclient.conf | 21 |
1 files changed, 21 insertions, 0 deletions
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 |