Hi, i have one real server, he use real static ip address from my ISP. In this server i have second OS with VirtualBox. I buy from my ISP second real static ip address to put it in my virtualbox, so now the question is:
How to assign this ip to the virtualbox and from the outside world the virtualbox seem like realbox.
Real server + Virtualbox with 2 IP's
-
MarkCranness
- Volunteer
- Posts: 875
- Joined: 10. Oct 2009, 06:27
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows Server 2008 R2; Ubuntu 11.04; Windows 2000 Server; Windows XP
Re: Real server + Virtualbox with 2 IP's
Set the VM to use Bridged networking (section 6.5 of the 3.0.x user manual) and then set the IP in the OS of the VM in the normal way as for a physical machine.
-
d3v1ous
- Posts: 14
- Joined: 9. Sep 2009, 10:55
- Primary OS: Debian Lenny
- VBox Version: OSE Debian
- Guest OSses: Debian Lenny
Re: Real server + Virtualbox with 2 IP's
Yeah, thanks for the fast reply!