Last change
on this file since 105145 was 99797, checked in by vboxsync, 21 months ago |
Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
884 bytes
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="nat-adv-tftp">
|
---|
4 | <title>Configuring the Boot Server (Next Server) of a NAT Network Interface</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | For network booting in NAT mode, by default <ph conkeyref="vbox-conkeyref-phrases/product-name"/> uses
|
---|
9 | a built-in TFTP server at the IP address 10.0.2.4. This default
|
---|
10 | behavior should work fine for typical remote-booting scenarios.
|
---|
11 | However, it is possible to change the boot server IP and the
|
---|
12 | location of the boot image with the following commands:
|
---|
13 | </p>
|
---|
14 | <pre xml:space="preserve">$ VBoxManage modifyvm <varname>VM-name</varname> \
|
---|
15 | --nattftpserver1 10.0.2.2
|
---|
16 | $ VBoxManage modifyvm <varname>VM-name</varname> \
|
---|
17 | --nattftpfile1 /srv/tftp/boot/MyPXEBoot.pxe</pre>
|
---|
18 | </body>
|
---|
19 |
|
---|
20 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.