I saw this thread [http://forums.virtualbox.org/viewtopic.php?t=7663]
which is related, but my problem is slightly different.
I have Windows vista host, centos 5.2 guest, bridged guest
host interface with vista wifi interface.
Connectivity from the guest to the network and beyond is fine,
but I can't seem to reach the tftp server running on the
centos guest from a wired device on the same network.
Device 192.168.10.145
Vista 192.168.10.229
Centos 192.168.10.233
I have started tftp server on centos with this command:
# in.tftpd -l -s /tftpboot
This works fine on real centos server connected via wire
to the same network.
Is this capable of working with my virtual centos?
Is there some special incantation I have neglected?
Any help appreciated.