ipxe.org Open in urlscan Pro
2a05:d018:a4d:6403:2dda:8093:274f:d185  Public Scan

Submitted URL: http://ipxe.org/cmd/nslookup
Effective URL: https://ipxe.org/cmd/nslookup
Submission: On November 22 via manual from DE — Scanned from DE

Form analysis 2 forms found in the DOM

GET /cmd/nslookup

<form class="button btn_login" method="get" action="/cmd/nslookup">
  <div class="no"><input type="hidden" name="do" value="login"><input type="hidden" name="sectok" value=""><button type="submit" title="Log In">Log In</button></div>
</form>

GET /start

<form action="/start" method="get" role="search" class="search doku_form" id="dw__search" accept-charset="utf-8"><input type="hidden" name="do" value="search"><input type="hidden" name="id" value="cmd:nslookup">
  <div class="no"><input name="q" type="text" class="edit" title="[F]" accesskey="f" placeholder="Search" autocomplete="on" id="qsearch__in" value=""><button value="1" type="submit" title="Search">Search</button>
    <div id="qsearch__out" class="ajax_qsearch JSpopup"></div>
  </div>
</form>

Text Content

iPXE - open source boot firmware


 * Home
 * Download
 * Screenshots
 * Documentation
 * FAQ
 * Contact




−TABLE OF CONTENTS

 * Synopsis
 * Examples
 * Description
 * Command status
 * See also
 * Build options
 * Notes


RESOLVE HOST NAME TO NETWORK ADDRESS




SYNOPSIS

  nslookup <setting> <hostname>


EXAMPLES



LOOK UP THE IP ADDRESS FOR IPXE.ORG

  nslookup address ipxe.org
  echo ${address}

SET TFTP NEXT-SERVER ADDRESS TO BOOT.IPXE.ORG

  nslookup net0/next-server boot.ipxe.org


DESCRIPTION

Set value of the specified configuration setting to the network address
corresponding to the specified host name.


COMMAND STATUS

Success The name was resolved successfully, and the setting was applied Failure
The name was not resolved successfully, or the setting could not be applied


SEE ALSO

 * set
 * show
 * List of all iPXE settings
 * List of all iPXE commands


BUILD OPTIONS

This command is available only when the build option NSLOOKUP_CMD is enabled.


NOTES

You should not generally need to use the nslookup command, since you can simply
include a host name as part of a URI. For example:

  chain http://boot.ipxe.org/demo/boot.php


cmd/nslookup.txt · Last modified: 2012/09/10 21:55 by mcb30
Log In
Search



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.