I'm trying to set up Xen on SLES11. The configuration I want is that each of the virtual machines shall have it's own static IP address externally to our LAN and thus can be accessed directly via a specific IP.
LAN - eth0(IP: 1.2.3.4) - ?? - vm1 (IP: 1.2.3.5)
- vm2 IP: (1.2.3.6)
- vm3 IP: (1.2.3.7)
- ...
So that I can access vm1 from outside the host machine directly with ip 1.2.3.5. My question is, how do I set this up? What should I have instead of '??' in the picture? I have searched on the net but can't find anything about using multiple static addresses in this way.
And yes I am a bit new to more complex network configurations.
Any help is appreciated!