I'm using Ubuntu 13.04 as the guest (on win7 host). This Virtualbox is used as a web server for development.
Until now i had 2 network adapters - Host Only + Nat.
1. Using VB 4.3, i switched the 2 adapters with the new "Nat Network" adapter. is this OK? does it suppose to save the hassle and complex of having 2 adapters?
2. How can i configure the /etc/network/interfaces file on ubuntu so that the dev server will have a static ip (10.0.2.4)
- i want to use port forwarding from host specifically to that guest and i don't want to get different internal ip each time i boot it.
3. Using the "Nat Network" port forwarding, can i forward port 80 from 127.0.0.1 to port 80 on the ubuntu server (10.0.2.4 virtualbox) in order to allow other computers on my office wifi see the website on my development server?
Really appreciating the help here
Thanks!