I have the following config:
The host machine:
* Windows XP SP3, 4 GB RAM, Virtualbox 2.0.4.
The guest machines:
- Windows 2003 Server SP1 ( NAT configured, name=WServer)
- Windows XP SP3 ( NAT configured, name=WClient)
- Ubuntu Server 2.6 ( NAT configured, name=UServer)
And this is the question, all of the three guest machines have the same ip (
10.0.2.15
So here is the main question:
- Is this behaivor correct? And why?
- How do I can access the Windows 2003 from the windows xp sp3, if the have the same ip?
- The Ubuntu Server box, have an apache server with php, and I want to access it from win xp sp3 box, so I go to the firefox and put: http://UServer/, and does not works.....
Can someone enligth me a little?
Thank you.