~ubuntu-branches/ubuntu/oneiric/isc-dhcp/oneiric-security

« back to all changes in this revision

Viewing changes to debian/dhclient.conf

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock
  • Date: 2009-09-02 22:34:25 UTC
  • Revision ID: james.westby@ubuntu.com-20090902223425-e060dofnj2yf8zzf
Tags: 4.1.0-1
* The "throw everything out and start over" release
* New upstream release
* debian/control: drop 3 from the binary package names, adjust dependencies,
  maintainer scripts, accordingly
* use debhelper more extensively, de-cruft debian/rules
* remove dhcp-server preinst
* add debug packages
* add transitional packages
* add debian/README.source
* debian/control: bumped Standards-Version
* debian/isc-dhcp-server.postinst: transfer existing config and lease files
  when upgrading from dhcp3-server
* debian/isc-dhcp-client.postinst: transfer existing config file when
  upgrading from dhcp3-client
* debian/changelog: added marker for legacy malformed changelog entry to
  placate Lintian
* add a patch to correct groff warnings in man pages
* add a patch to ignore checksums on the loopback interface
* debian/control: make isc-dhcp-client depend on ifupdown that invokes
  /sbin/dhclient correctly

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration file for /sbin/dhclient, which is included in Debian's
 
2
#       dhcp3-client package.
 
3
#
 
4
# This is a sample configuration file for dhclient. See dhclient.conf's
 
5
#       man page for more information about the syntax of this file
 
6
#       and a more comprehensive list of the parameters understood by
 
7
#       dhclient.
 
8
#
 
9
# Normally, if the DHCP server provides reasonable information and does
 
10
#       not leave anything out (like the domain name, for example), then
 
11
#       few changes must be made to this file, if any.
 
12
#
 
13
 
 
14
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
 
15
 
 
16
#send host-name "andare.fugue.com";
 
17
#send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
 
18
#send dhcp-lease-time 3600;
 
19
#supersede domain-name "fugue.com home.vix.com";
 
20
#prepend domain-name-servers 127.0.0.1;
 
21
request subnet-mask, broadcast-address, time-offset, routers,
 
22
        domain-name, domain-name-servers, domain-search, host-name,
 
23
        netbios-name-servers, netbios-scope, interface-mtu,
 
24
        rfc3442-classless-static-routes, ntp-servers;
 
25
#require subnet-mask, domain-name-servers;
 
26
#timeout 60;
 
27
#retry 60;
 
28
#reboot 10;
 
29
#select-timeout 5;
 
30
#initial-interval 2;
 
31
#script "/etc/dhcp3/dhclient-script";
 
32
#media "-link0 -link1 -link2", "link0 link1";
 
33
#reject 192.33.137.209;
 
34
 
 
35
#alias {
 
36
#  interface "eth0";
 
37
#  fixed-address 192.5.5.213;
 
38
#  option subnet-mask 255.255.255.255;
 
39
#}
 
40
 
 
41
#lease {
 
42
#  interface "eth0";
 
43
#  fixed-address 192.33.137.200;
 
44
#  medium "link0 link1";
 
45
#  option host-name "andare.swiftmedia.com";
 
46
#  option subnet-mask 255.255.255.0;
 
47
#  option broadcast-address 192.33.137.255;
 
48
#  option routers 192.33.137.250;
 
49
#  option domain-name-servers 127.0.0.1;
 
50
#  renew 2 2000/1/12 00:00:01;
 
51
#  rebind 2 2000/1/12 00:00:01;
 
52
#  expire 2 2000/1/12 00:00:01;
 
53
#}