dns
Type | IPv4 address |
---|---|
DHCP option number | 6 |
ISC dhcpd syntax | option domain-name-servers |
iPXE> show dns net0.dhcp/dns:ipv4 = 192.168.0.1
iPXE> set dns 192.168.0.1
# in /etc/dhcpd.conf option domain-name-servers 192.168.0.1;
Specifies the DNS server address used for resolving DNS names (such as “boot.ipxe.org”) to IP addresses (such as “212.13.204.60”).
When multiple DNS servers are specified, only the first server will be used.