Difference between revisions of "Overseas lessdisks dhcpdconf"

From FreekiWiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<code>
+
{{Delete}}
#
 
# Sample configuration file for ISC dhcpd for Debian
 
#
 
# $Id: dhcpd.conf,v 1.1.1.1 2002/05/21 00:07:44 peloy Exp $
 
#
 
  
# The ddns-updates-style parameter controls whether or not the server will
+
#
# attempt to do a DNS update when a lease is confirmed. We default to the
+
# Sample configuration file for ISC dhcpd for Debian
# behavior of the version 2 packages ('none', since DHCP v2 didn't
+
#
# have support for DDNS.)
+
# $Id: dhcpd.conf,v 1.1.1.1 2002/05/21 00:07:44 peloy Exp $
ddns-update-style none;
+
#
 
+
# option definitions common to all supported networks...
+
# The ddns-updates-style parameter controls whether or not the server will
#option domain-name "example.org";
+
# attempt to do a DNS update when a lease is confirmed. We default to the
#option domain-name-servers ns1.example.org, ns2.example.org;
+
# behavior of the version 2 packages ('none', since DHCP v2 didn't
 
+
# have support for DDNS.)
default-lease-time 600;
+
ddns-update-style none;
max-lease-time 7200;
+
 
+
# option definitions common to all supported networks...
# If this DHCP server is the official DHCP server for the local
+
#option domain-name "example.org";
# network, the authoritative directive should be uncommented.
+
#option domain-name-servers ns1.example.org, ns2.example.org;
#authoritative;
+
 
+
default-lease-time 600;
# Use this to send dhcp log messages to a different log file (you also
+
max-lease-time 7200;
# have to hack syslog.conf to complete the redirection).
+
log-facility local7;
+
# If this DHCP server is the official DHCP server for the local
 
+
# network, the authoritative directive should be uncommented.
# No service will be given on this subnet, but declaring it helps the  
+
#authoritative;
# DHCP server to understand the network topology.
+
 
+
# Use this to send dhcp log messages to a different log file (you also
subnet 10.10.1.0 netmask 255.255.255.0 {
+
# have to hack syslog.conf to complete the redirection).
  range dynamic-bootp 10.10.1.200 10.10.1.254;
+
log-facility local7;
  default-lease-time 600;
+
  max-lease-time 7200;
+
# No service will be given on this subnet, but declaring it helps the  
  option subnet-mask 255.255.255.0;
+
# DHCP server to understand the network topology.
  option broadcast-address 10.10.1.255;
+
  option routers 10.10.1.254;
+
subnet 10.10.1.0 netmask 255.255.255.0 {
  option domain-name-servers 10.10.1.254;
+
  range dynamic-bootp 10.10.1.200 10.10.1.254;
  # option domain-name "somelan";
+
  default-lease-time 600;
  # next-server is only needed if the dhcp and nfs servers are different machines
+
  max-lease-time 7200;
  #next-server 192.168.1.9;
+
  option subnet-mask 255.255.255.0;
  # tftp-server-name is needed in addition to (instead of?) next-server when using  
+
  option broadcast-address 10.10.1.255;
  # the kernel initrd method.  for some reason dhclient won't grab next-server...
+
  option routers 10.10.1.254;
  #option tftp-server-name 192.168.1.9;
+
  option domain-name-servers 10.10.1.254;
  filename "/var/lib/lessdisks/boot/vmlinuz.nb";
+
  # option domain-name "somelan";
  option root-path "/var/lib/lessdisks/";
+
  # next-server is only needed if the dhcp and nfs servers are different machines
 
+
  #next-server 192.168.1.9;
  # these are options to allow for boot menus with etherboot
+
  # tftp-server-name is needed in addition to (instead of?) next-server when using  
  # option-128 must be reproduced exactly- it is not a mac address
+
  # the kernel initrd method.  for some reason dhclient won't grab next-server...
  #option option-128 e4:45:74:68:00:00;
+
  #option tftp-server-name 192.168.1.9;
  #option option-160 "timeout=10:default=193";
+
  filename "/var/lib/lessdisks/boot/vmlinuz.nb";
  #option option-184 "/etc/motd";
+
  option root-path "/var/lib/lessdisks/";
  #option option-192 "oldkernel:::/var/lib/lessdisks/boot/bzimage.ramfs.nb:::=old";
+
  #option option-193 "newkernel:::/var/lib/lessdisks/boot/vmlinuz-2.4.16ld.nb:::=new";
+
  # these are options to allow for boot menus with etherboot
 
+
  # option-128 must be reproduced exactly- it is not a mac address
  #group {
+
  #option option-128 e4:45:74:68:00:00;
  # options for terminals that use network-bootable grub
+
  #option option-160 "timeout=10:default=193";
 
+
  #option option-184 "/etc/motd";
  #filename "/var/lib/lessdisks/boot/grub/nbgrub";
+
  #option option-192 "oldkernel:::/var/lib/lessdisks/boot/bzimage.ramfs.nb:::=old";
  # default grub menu
+
  #option option-193 "newkernel:::/var/lib/lessdisks/boot/vmlinuz-2.4.16ld.nb:::=new";
  #option option-150 "(nd)/var/lib/lessdisks/boot/grub/menu.lst";
+
  #host foo { hardware ethernet 00:90:27:9A:53:EF; }
+
  #group {
  #host bar { hardware ethernet 00:02:b3:b7:b2:66; }
+
  # options for terminals that use network-bootable grub
  #}
+
  #group {
+
  #filename "/var/lib/lessdisks/boot/grub/nbgrub";
    # alpha terminals
+
  # default grub menu
    # tftpd-hpa lets you specify filename relative to tftpd root path
+
  #option option-150 "(nd)/var/lib/lessdisks/boot/grub/menu.lst";
    #filename "alpha-root/boot/vmlinuz.nb";
+
  #host foo { hardware ethernet 00:90:27:9A:53:EF; }
    #option root-path "/var/lib/lessdisks/alpha-root/";
+
  #host bar { hardware ethernet 00:02:b3:b7:b2:66; }
    #host alphaterminal { hardware ethernet 08:00:2B:E5:27:E9; }
+
  #}
  #}
+
  #group {
}
+
    # alpha terminals
 
+
    # tftpd-hpa lets you specify filename relative to tftpd root path
 
+
    #filename "alpha-root/boot/vmlinuz.nb";
#subnet 10.152.187.0 netmask 255.255.255.0 {
+
    #option root-path "/var/lib/lessdisks/alpha-root/";
#}
+
    #host alphaterminal { hardware ethernet 08:00:2B:E5:27:E9; }
 
+
  #}
# This is a very basic subnet declaration.
+
}
 
+
#subnet 10.254.239.0 netmask 255.255.255.224 {
+
#  range 10.254.239.10 10.254.239.20;
+
#subnet 10.152.187.0 netmask 255.255.255.0 {
#  option routers rtr-239-0-1.example.org, rtr-239-0-2.example.org;
+
#}
#}
+
 
+
# This is a very basic subnet declaration.
# This declaration allows BOOTP clients to get dynamic addresses,
 
# which we don't really recommend.
 
 
 
#subnet 10.254.239.32 netmask 255.255.255.224 {
 
#  range dynamic-bootp 10.254.239.40 10.254.239.60;
 
#  option broadcast-address 10.254.239.31;
 
#  option routers rtr-239-32-1.example.org;
 
#}
 
 
 
# A slightly different configuration for an internal subnet.
 
#subnet 10.5.5.0 netmask 255.255.255.224 {
 
#  range 10.5.5.26 10.5.5.30;
 
#  option domain-name-servers ns1.internal.example.org;
 
#  option domain-name "internal.example.org";
 
#  option routers 10.5.5.1;
 
#  option broadcast-address 10.5.5.31;
 
#  default-lease-time 600;
 
#  max-lease-time 7200;
 
#}
 
 
 
# Hosts which require special configuration options can be listed in
 
# host statements.  If no address is specified, the address will be
 
# allocated dynamically (if possible), but the host-specific information
 
# will still come from the host declaration.
 
 
 
#host passacaglia {
 
#  hardware ethernet 0:0:c0:5d:bd:95;
 
#  filename "vmunix.passacaglia";
 
#  server-name "toccata.fugue.com";
 
#}
 
 
 
# Fixed IP addresses can also be specified for hosts.  These addresses
 
# should not also be listed as being available for dynamic assignment.
 
# Hosts for which fixed IP addresses have been specified can boot using
 
# BOOTP or DHCP.  Hosts for which no fixed address is specified can only
 
# be booted with DHCP, unless there is an address range on the subnet
 
# to which a BOOTP client is connected which has the dynamic-bootp flag
 
# set.
 
#host fantasia {
 
#  hardware ethernet 08:00:07:26:c0:a5;
 
#  fixed-address fantasia.fugue.com;
 
#}
 
 
 
# You can declare a class of clients and then do address allocation
 
# based on that.  The example below shows a case where all clients
 
# in a certain class get addresses on the 10.17.224/24 subnet, and all
 
# other clients get addresses on the 10.0.29/24 subnet.
 
 
 
#class "foo" {
 
#  match if substring (option vendor-class-identifier, 0, 4) = "SUNW";
 
#}
 
 
 
#shared-network 224-29 {
 
#  subnet 10.17.224.0 netmask 255.255.255.0 {
 
#    option routers rtr-224.example.org;
 
#  }
 
#  subnet 10.0.29.0 netmask 255.255.255.0 {
 
#    option routers rtr-29.example.org;
 
#  }
 
#  pool {
 
#    allow members of "foo";
 
#    range 10.17.224.10 10.17.224.250;
 
#  }
 
#  pool {
 
#    deny members of "foo";
 
#    range 10.0.29.10 10.0.29.230;
 
#  }
 
#}
 
 
 
</code>
 

Latest revision as of 14:05, 14 May 2013

deletion

This page has been requested to be deleted.
If you disagree, discuss on the talk page.
Whenever possible, could an Admin please remove this page?


#
# Sample configuration file for ISC dhcpd for Debian
#
# $Id: dhcpd.conf,v 1.1.1.1 2002/05/21 00:07:44 peloy Exp $
#

# The ddns-updates-style parameter controls whether or not the server will
# attempt to do a DNS update when a lease is confirmed. We default to the
# behavior of the version 2 packages ('none', since DHCP v2 didn't
# have support for DDNS.)
ddns-update-style none;

# option definitions common to all supported networks...
#option domain-name "example.org";
#option domain-name-servers ns1.example.org, ns2.example.org;

default-lease-time 600;
max-lease-time 7200;

# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
#authoritative;

# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;

# No service will be given on this subnet, but declaring it helps the 
# DHCP server to understand the network topology.

subnet 10.10.1.0 netmask 255.255.255.0 {
  range dynamic-bootp 10.10.1.200 10.10.1.254;
  default-lease-time 600;
  max-lease-time 7200;
  option subnet-mask 255.255.255.0;
  option broadcast-address 10.10.1.255;
  option routers 10.10.1.254;
  option domain-name-servers 10.10.1.254;
  # option domain-name "somelan";
  # next-server is only needed if the dhcp and nfs servers are different machines
  #next-server 192.168.1.9;
  # tftp-server-name is needed in addition to (instead of?) next-server when using 
  # the kernel initrd method.  for some reason dhclient won't grab next-server...
  #option tftp-server-name 192.168.1.9;
  filename "/var/lib/lessdisks/boot/vmlinuz.nb";
  option root-path "/var/lib/lessdisks/";

  # these are options to allow for boot menus with etherboot
  # option-128 must be reproduced exactly- it is not a mac address
  #option option-128 e4:45:74:68:00:00;
  #option option-160 "timeout=10:default=193";
  #option option-184 "/etc/motd";
  #option option-192 "oldkernel:::/var/lib/lessdisks/boot/bzimage.ramfs.nb:::=old";
  #option option-193 "newkernel:::/var/lib/lessdisks/boot/vmlinuz-2.4.16ld.nb:::=new";

  #group {
  # options for terminals that use network-bootable grub

  #filename "/var/lib/lessdisks/boot/grub/nbgrub";
  # default grub menu
  #option option-150 "(nd)/var/lib/lessdisks/boot/grub/menu.lst";
  #host foo { hardware ethernet 00:90:27:9A:53:EF; }
  #host bar { hardware ethernet 00:02:b3:b7:b2:66; }
  #}
  #group {
    # alpha terminals
    # tftpd-hpa lets you specify filename relative to tftpd root path
    #filename "alpha-root/boot/vmlinuz.nb";
    #option root-path "/var/lib/lessdisks/alpha-root/";
    #host alphaterminal { hardware ethernet 08:00:2B:E5:27:E9; }
  #}
}


#subnet 10.152.187.0 netmask 255.255.255.0 {
#}

# This is a very basic subnet declaration.