Build a server in KVM linux
- by Lai Yu-Hsuan
I owned a linux server. Now there are several users want to build web services on it, but they require different enviroments. For convenience I give a KVM virtual machine root permission to each user.
But obviously the linux server has only one IP. How can I deliver the external requests to corresponding virtual machine?
(I expect it's somewhat complicated. If so I want at least some docs/websites I can start reading.)