View Single Post
  #8   (View Single Post)  
Old 17th October 2011
wlm2 wlm2 is offline
Port Guard
 
Join Date: Jun 2011
Posts: 32
Default

Code:
# vi /etc/dhclient.conf
# $OpenBSD: dhclient.conf,v 1.1 1998/09/08 20:26:41 marc 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";
initial-interval 1;
send host-name "ecbox";
request subnet-mask, broadcast-address, routers, domain-name,
        domain-name-servers, host-name;
~
~
/etc/dhclient.conf: unmodified: line 1

Last edited by J65nko; 17th October 2011 at 05:00 PM. Reason: code tags
Reply With Quote