Hope someone may have the same problem and could point me to the right direction.
Set up: Linux Unbutu 8.0.4 32-bit running Virtualbox 2.0.2
Windows XP guess machine. With network interface using NAT.
So on my Windows guess the IP is 10.0.2.15 and my Linux Host "internal" IP is 10.0.2.2.
As output by ipconfig in Windows guess as:
Code: Select all
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : my.domain.com
IP Address. . . . . . . . . . . . : 10.0.2.15
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.0.2.2
I can reach all computer on the internal network which happen to be 10.0.1.XXX network and they all works fine.
So I have one Samba server box serving on 10.0.1.102 and we all can connect to \\10.0.1.102\share-name from any Windows computer or by smb://10.0.1.102/share-name from the Linux host.
All works great with one problem: From the windows guess IP 10.0.2.15, when I write to the Samba server IP 10.0.1.102, the speed is extremely slow and it is eventually failed.
Now I observed this problem since VirtualBox 1.6.x but now that I am on 2.0.x I notice that it is even worse. My current work around is to mount a share point on Linux host and then share that mount point. it works and it is fast but this is too crazy!
If any one can shed some light into this problem or point out to me where I did worng, I would greatly appreciate.
Cheers,
Tien,