I'm not quite sure if this is the proper forum for this topic; if not, feel free to redirect me to one where I'm most likely to get answers.
My setup:
-Windows 7 laptop with one wired Ethernet port and a wireless NIC
-Embest SBC6045 development board (SAM9G45 based board)
-Ubuntu Linux 10.04 VM using VMWare Player
I am trying to get NFS working, with the Linux VM being the NFS server. Right now with my current attempts I can see with Wireshark that the SBC6045 is attempting to contact the NFS host, but the Windows host is not forwarding the packets onto the Linux VM. I think I have an issue with my network setup on the VM.
I have my wired Ethernet port setup for DHCP with an Alternate Configuration to use a static IP address of 192.168.200.1. I then have the static IP address on my SBC6045 setup as 192.168.200.128 and I have the SBC6045 directly plugged into my laptop with a crossover cable. With the stock Linux installation that came loaded on the SBC6045, I can ping the Windows host just fine. But no matter what Network Adapter configuration that I've tried (NAT or Bridge), I can't ping the Linux guest VM. Every time the ping makes it to the Windows host, it is never forwarded to the Linux guest VM.
The only reason that I think this may be the appropriate forum is because of this post:
viewtopic.php/f,12/t,20157/. If I can get to the point in which the development board and the Linux VM guest can talk to each other, then I think I can use that post to get me the rest of the way to get the NFS working. Any pointers on VM setup to do what I want?
Thanks,
Bryan