• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/dhcp/dhclient.conf
Eric AndersenEric Andersen committed 9cc9476c35216 Feb 2005
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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
#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
    netbios-name-servers, netbios-scope;
22
#require subnet-mask, domain-name-servers;
23
#timeout 60;
24
#retry 60;
25
#reboot 10;
26
#select-timeout 5;
27
#initial-interval 2;
28
#script "/etc/dhcp3/dhclient-script";
29
#media "-link0 -link1 -link2", "link0 link1";
30
#reject 192.33.137.209;
31
​
32
#alias {
33
#  interface "eth0";
34
#  fixed-address 192.5.5.213;
35
#  option subnet-mask 255.255.255.255;
36
#}
37
​
38
#lease {
39
#  interface "eth0";
40
#  fixed-address 192.33.137.200;
41
#  medium "link0 link1";
42
#  option host-name "andare.swiftmedia.com";
43
#  option subnet-mask 255.255.255.0;
44
#  option broadcast-address 192.33.137.255;
45
#  option routers 192.33.137.250;
46
#  option domain-name-servers 127.0.0.1;
47
#  renew 2 2000/1/12 00:00:01;
48
#  rebind 2 2000/1/12 00:00:01;
49
#  expire 2 2000/1/12 00:00:01;
50
#}
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.