Page 2 of 2 FirstFirst 12
Results 17 to 25 of 25

Thread: Running multiple VM's on one Server

  1. #17
    Senior Member
    Join Date
    Dec 2005
    Location
    Ilkeston
    Posts
    381
    Thanks
    18
    Thanked
    9 times in 7 posts
    • Pazza's system
      • Motherboard:
      • Asus P5Q Pro
      • CPU:
      • Intel Core2 Quad Q6600
      • Memory:
      • 4.00 GB
      • Storage:
      • 1x 640GB & 2x 1TB drives
      • Graphics card(s):
      • PowerColor HD 4870 512MB GDDR5 Dual DVI HDTV
      • Case:
      • Antec P180
      • Operating System:
      • Vista x64 & Windows 7 Ultimate
      • Monitor(s):
      • Dell 24" (2408)

    Re: Running multiple VM's on one Server

    Quote Originally Posted by Lucio View Post
    Stupid question time, could you not handle it in a similar way to WMS/cPanel does? So you have one internet facing server, that then redirects the traffic internally, depending on what domain name is typed in.

    For example, someone types in www.one.com, so the server routes that to the first IP, if they type in www.two.com and thus is routes to the second IP. Your internet facing server is a VM that is solely there to re-route the traffic.

    IIRC, I think it's a 301 redirect, only you're routing it to an internal IP, instead of an external IP.
    this is pretty much the idea - but it's choosing the right tool/server/system (whichever) to use and some insight on how to setup

  2. #18
    <<== UT3 Player spoon_'s Avatar
    Join Date
    Nov 2008
    Location
    London
    Posts
    2,071
    Thanks
    113
    Thanked
    139 times in 131 posts

    Re: Running multiple VM's on one Server

    If it's just the website traffic then virtual host is your answer...

  3. Received thanks from:


  4. #19
    blueball
    Guest

    Re: Running multiple VM's on one Server

    Quote Originally Posted by spoon_ View Post
    If it's just the website traffic then virtual host is your answer...
    http://en.wikipedia.org/wiki/Virtual_hosting

    Cheers

  5. #20
    Senior Member
    Join Date
    Dec 2005
    Location
    Ilkeston
    Posts
    381
    Thanks
    18
    Thanked
    9 times in 7 posts
    • Pazza's system
      • Motherboard:
      • Asus P5Q Pro
      • CPU:
      • Intel Core2 Quad Q6600
      • Memory:
      • 4.00 GB
      • Storage:
      • 1x 640GB & 2x 1TB drives
      • Graphics card(s):
      • PowerColor HD 4870 512MB GDDR5 Dual DVI HDTV
      • Case:
      • Antec P180
      • Operating System:
      • Vista x64 & Windows 7 Ultimate
      • Monitor(s):
      • Dell 24" (2408)

    Re: Running multiple VM's on one Server

    not just web traffic, also want exchange and full features of SBS available from each VM.

  6. #21
    mush-mushroom b0redom's Avatar
    Join Date
    Oct 2005
    Location
    Middlesex
    Posts
    3,494
    Thanks
    195
    Thanked
    383 times in 292 posts
    • b0redom's system
      • Motherboard:
      • Some iMac thingy
      • CPU:
      • 3.4Ghz Quad Core i7
      • Memory:
      • 24GB
      • Storage:
      • 3TB Fusion Drive
      • Graphics card(s):
      • nViidia GTX 680MX
      • PSU:
      • Some iMac thingy
      • Case:
      • Late 2012 pointlessly thin iMac enclosure
      • Operating System:
      • OSX 10.8 / Win 7 Pro
      • Monitor(s):
      • Dell 2713H
      • Internet:
      • Be+

    Re: Running multiple VM's on one Server

    Quote Originally Posted by Lucio View Post
    Stupid question time, could you not handle it in a similar way to WMS/cPanel does? ....
    IIRC, I think it's a 301 redirect, only you're routing it to an internal IP, instead of an external IP.
    No that won't work, because a 301 is a client side thing. ie The server says to the client (IE/Firefox etc) "301: Look here instead" and the client then requests the new address, which means it'll look for 192.168.10.1 or whatever. As the client is somewhere on the Internet and that's a non-routable IP address it will fail (unless 192.168.10.1 exists on it's own local network in which case it will go take a look there instead).

    Pazza - the only real way of doing what you want is to request two (or more) static IP addresses from your ISP. Of course private individuals can get static IP addresses:

    https://www.bethere.co.uk/web/beportal/homepage

    Check out Be Pro.

    In short, the way you are trying to do this will not work.

  7. #22
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    385 times in 314 posts

    Re: Running multiple VM's on one Server

    Quote Originally Posted by madman045 View Post
    SBS 2011 has a minimal memory requirement of 8GB and the OS partition of 120GB, so your looking at 16GB and 240GB just with those two VM's
    I have SBS 2011 running on my ESXI 4.1 box and it idle's using 8GB, most would recommend 12-16GB

    From the datacentre side, to have a working scenerio of incoming mail flow, remote access etc.. you will need multiple external IP addresses and then with the Draytek, port forward the required ports to each server with its own dedicated IP.
    Overcommit Dude...Overcommit

    because of the way exchange will grab any allocated RAm to it , that kind of thing will happen , but you'll find that running 2 SBS VM's on a given box should page share pretty well. I'd be tempted to put an SSD into your host and push the VM swap files onto it. Failing that add some more memory.

    In terms of drive size , thin provision it - does the install ( for a test ) actually consume 120Gb of drive space ?
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  8. #23
    Senior Member
    Join Date
    Dec 2005
    Location
    Ilkeston
    Posts
    381
    Thanks
    18
    Thanked
    9 times in 7 posts
    • Pazza's system
      • Motherboard:
      • Asus P5Q Pro
      • CPU:
      • Intel Core2 Quad Q6600
      • Memory:
      • 4.00 GB
      • Storage:
      • 1x 640GB & 2x 1TB drives
      • Graphics card(s):
      • PowerColor HD 4870 512MB GDDR5 Dual DVI HDTV
      • Case:
      • Antec P180
      • Operating System:
      • Vista x64 & Windows 7 Ultimate
      • Monitor(s):
      • Dell 24" (2408)

    Re: Running multiple VM's on one Server

    can't I use reverse proxy to resolve which VM to direct all requests for web/exchange etc.?

  9. #24
    mush-mushroom b0redom's Avatar
    Join Date
    Oct 2005
    Location
    Middlesex
    Posts
    3,494
    Thanks
    195
    Thanked
    383 times in 292 posts
    • b0redom's system
      • Motherboard:
      • Some iMac thingy
      • CPU:
      • 3.4Ghz Quad Core i7
      • Memory:
      • 24GB
      • Storage:
      • 3TB Fusion Drive
      • Graphics card(s):
      • nViidia GTX 680MX
      • PSU:
      • Some iMac thingy
      • Case:
      • Late 2012 pointlessly thin iMac enclosure
      • Operating System:
      • OSX 10.8 / Win 7 Pro
      • Monitor(s):
      • Dell 2713H
      • Internet:
      • Be+

    Re: Running multiple VM's on one Server

    Well you can as I said in an earlier post, but that will require another VM, or a configuration of some pass through stuff. I know it will work for web traffic, but not sure about exchange etc.

  10. #25
    Splash
    Guest

    Re: Running multiple VM's on one Server

    I might be missing the point, but why run 2 SBS installs? Why not just host both domains on one Exchange server? Then host the webtraffic on virtual hosts.


    Granted, not the most secure of options, but if you're playing with Technet and can't get a second static IP it seems the most sensible option to me.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Looking Through Windows
    By Paul Adams in forum Software
    Replies: 16
    Last Post: 19-10-2018, 09:07 AM
  2. PS3 link to Server running Windows Server 2003
    By Pazza in forum Help! Quick Relief From Tech Headaches
    Replies: 3
    Last Post: 26-11-2009, 01:16 PM
  3. iptables and Multiple NICs (masq/fwd)
    By theoaf in forum Help! Quick Relief From Tech Headaches
    Replies: 4
    Last Post: 02-10-2007, 09:25 AM
  4. VPN Server 2003 and DG834GT
    By pcpower in forum Networking and Broadband
    Replies: 1
    Last Post: 21-08-2007, 08:37 PM
  5. Problems with setting up a DHCP server :(
    By latrosicarius in forum Networking and Broadband
    Replies: 14
    Last Post: 11-04-2006, 04:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •