I have 2 VMs. One is setup as a pxe server (dhcpd with a specific subnet and a tftpserver). The second VM is networked with 'vboxnet2' to first VM and it is able to get the DHCP IP as specified my VM1's DHCPD, but fails to download the specified file specified in 'filename ' of dhcpd.conf.
None in here : https://docs.oracle.com/cd/E19045-01/b200x.blade/817-5625-10/Linux_Troubleshooting.html helped.
So:
I tried a tftp download from VM1 and it seems to download the exact file ( path and tftp listening seems fine )
I tried tcpdump and the VM1 seems to receive the packets but no debug log in syslog ( which I usually see.
I added iptables entry to accept all from VM2 IP.
What else can i do so my tftpd receives the request ?