I am using Ubuntu as guest on VirtualBox on my Windows 7 host machine as web server for my PHP/Ruby projects.
I set networking in VirtualBox setting to 'bridge' so now I can access my VirtualBox server by something like 192.168.2.26 - it is generated by DHCP every time so it is not static.
Is it possible to make it static or get VirtualBox IP in Windows so I could set 'virtualbox' in hosts in Windows and go in browser to 'Virtualbox' address as I can go 'localhost'?