On Thu, Nov 13, 2014 at 09:43:52AM -0800, Daniel L. Miller wrote:
> This probably comes under the heading of Very Bad Idea.  If so - please 
> feel free to slap me as hard as you wish.
> 
> I've got a server that we're fairly dependent on.  While I've tried to 
> make it as robust as I can within budget - decent hardware, good UPS - 
> it's certainly not enterprise-grade and while I'd like to have a hot 
> backup server right now I don't.  So I need to keep this box working - 
> and expedite fixes.
> 
> I've had quite a bit of success using virtual servers on this box to 
> provide services to my network.  And when I've needed to re-build the 
> host the virtual servers expedite getting things backup with a minimum 
> of configuration.  So now....
> 
> My boot/system drive is failing - but it hasn't failed yet (the data, 
> including virtual images, is safe on a RAID).  So I'm in the process of 
> setting up a new server drive to swap out.  But...there's always a 
> couple subtle flags that magically make things work that I forget to 
> configure - leading to a great deal of hair loss which I can't afford 
> anymore.  So...my thinking...is to shift everything I possibly can onto 
> a virtual server.  That would reduce the amount of configuration I need 
> to do on a new host drive.  But what about key services like DNS, DHCP, 
> and the backends for such (MySQL).  Am I setting myself up for more 
> grief by trying to do this?

I've done something similar for about three years now on a pc acting
as a router for our residential internet access using user-mode linux,
and it's worked quiet well for me so far. Your mileage may vary of
course. I configure the interfaces on the physical box statically, and
bridge the guest doing all the heavy lifting using tap devices to the
host's physical interfaces. I also automatically start the uml guest
during the host's boot sequence. Doing it using a virtualbox guest
shouldn't be all that different. The only thing that I need to take
care about so far is to remember to access the remaining machines on
the network via IP address when I take the guest down for some
reason. Doing that also cuts off internet access to the outside world
from my LAN. Hope that helps you in some way.

Greg


-- 
web site: http://www.gregn.net
gpg public key: http://www.gregn.net/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
If we haven't been in touch before, e-mail me before adding me to your contacts.

--
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe

Reply via email to