~ubuntu-branches/ubuntu/warty/dhcp/warty-security

« back to all changes in this revision

Viewing changes to debian/dhclient.conf

  • Committer: Bazaar Package Importer
  • Author(s): Eloy A. Paris
  • Date: 2004-05-26 12:00:58 UTC
  • Revision ID: james.westby@ubuntu.com-20040526120058-w2v4k2cstzp3qvfb
Tags: 2.0pl5-19
Use invoke-rc.d if available when starting the DHCP server.
(Closes: #250878)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# /etc/dhclient.conf file for /sbin/dhclient included in Debian's
 
2
#       dhcp-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
#send host-name "andare.fugue.com";
 
15
#send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
 
16
#send dhcp-lease-time 3600;
 
17
#supersede domain-name "fugue.com home.vix.com";
 
18
#prepend domain-name-servers 127.0.0.1;
 
19
#request subnet-mask, broadcast-address, time-offset, routers,
 
20
#       domain-name, domain-name-servers, host-name;
 
21
#require subnet-mask, domain-name-servers;
 
22
#timeout 60;
 
23
#retry 60;
 
24
#reboot 10;
 
25
#select-timeout 5;
 
26
#initial-interval 2;
 
27
#script "/etc/dhclient-script";
 
28
#media "-link0 -link1 -link2", "link0 link1";
 
29
#reject 192.33.137.209;
 
30
 
 
31
#alias {
 
32
#  interface "eth0";
 
33
#  fixed-address 192.5.5.213;
 
34
#  option subnet-mask 255.255.255.255;
 
35
#}
 
36
 
 
37
#lease {
 
38
#  interface "eth0";
 
39
#  fixed-address 192.33.137.200;
 
40
#  medium "link0 link1";
 
41
#  option host-name "andare.swiftmedia.com";
 
42
#  option subnet-mask 255.255.255.0;
 
43
#  option broadcast-address 192.33.137.255;
 
44
#  option routers 192.33.137.250;
 
45
#  option domain-name-servers 127.0.0.1;
 
46
#  renew 2 2000/1/12 00:00:01;
 
47
#  rebind 2 2000/1/12 00:00:01;
 
48
#  expire 2 2000/1/12 00:00:01;
 
49
#}