Opened 13 years ago
Closed 12 years ago
#10286 closed defect (fixed)
TFTP connection over NAT broken if external server is used -> fixed in SVN
Reported by: | kabassanov | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 4.1.8 |
Keywords: | NAT PXE TFTP | Cc: | |
Guest type: | other | Host type: | Linux |
Description
Hello,
I've tried to use an external TFTP server during PXE boot from a virtual host (--nattftpserver1 "..."). NAT is configured for this host with its default network settings (10.0.2.0/24). The public IP of the hosting PC is a valid global address.
When PXE boot tries to establish a connection to the server, its packets seem to be intercepted by the internal TFTP server and they are not forwarded to destination. Nictracing claims that external server has sent an ERROR ENOTFOUND "File not found", but in reality no packet is sent to this server over the network.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 12 years ago
Summary: | TFTP connection over NAT broken if external server is used → TFTP connection over NAT broken if external server is used -> fixed in SVN |
---|
Precision: it happens if the server address is xxx.xxx.xxx.4 .
Workaround: Change the tftp server IP address and put "--nataliasmode1 proxyonly"