Table of Contents

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