Opened 10 years ago
Last modified 10 years ago
#14331 new defect
PXE boot fails on NAT network
Reported by: | Alexey Tyapkin | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 5.0.0 |
Keywords: | nat pxe | Cc: | |
Guest type: | Linux | Host type: | all |
Description (last modified by )
Hello, I created guest(Linux/Red Hat 64-bit). Set NAT network for this guest. I set external tftp server and file:
alexey@rualty-mac:~$ VBoxManage modifyvm "test4" --nattftpserver1 192.168.2.2 alexey@rualty-mac:~$ VBoxManage modifyvm "test4" --nattftpfile1 pxelinux.0
According to tcpdump guest successfully download pxelinux.0 form server, but couldn't get config file. Server several times retried to send file to the guest (see attach pxe-nat-doesnot-work.txt). While PXE boot through bridged network works fine (see attach pxe-bridged-works.txt)
Attachments (6)
Change History (10)
by , 10 years ago
Attachment: | pxe-nat-doesnot-work.txt added |
---|
by , 10 years ago
Attachment: | pxe-bridged-works.txt added |
---|
comment:1 by , 10 years ago
Component: | other → network/NAT |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
by , 10 years ago
Attachment: | pxe-nat-doesnot-work.pcap added |
---|
by , 10 years ago
Attachment: | test4.vbox added |
---|
comment:4 by , 10 years ago
Please, can you also capture the same failed TFTP session both on the host and on the NAT side, using --nictrace option for the latter?
by , 10 years ago
Attachment: | pxe-host.pcap added |
---|
by , 10 years ago
Attachment: | pxe-nictrace.pcap added |
---|
Please, provide VM config file and actual packet capture for the failed case, not just text output.