DNS domain setting

Name

  domain

Details

Type String
DHCP option number 15
ISC dhcpd syntax option domain-name

Examples

Display the DNS domain

  iPXE> show domain
  net0.dhcp/domain:string = example.com

Set the DNS domain manually

  iPXE> set domain example.com

Configure the DNS domain in ISC dhcpd

  # in /etc/dhcpd.conf
  option domain-name "example.com";

Description

Specifies the DNS domain used as the default domain when resolving unqualified names. For example: if the DNS domain is set to “example.com”, then an attempt to resolve the name “foo” will use the DNS name “foo.example.com”.

See also

cfg/domain.txt · Last modified: 2011/03/24 02:11 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.