|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Multiple IP Addresses
Hi everybody,
I#m new to XEN and I have a new dedicated server and 5 IP addresses
pointing to it. I want to configure a setup so the servers listen to
those IPs like this:
Dom0 123.123.123.1
DomU1 123.123.123.2
DomU2 123.123.123.4
...
So it set up the /etc/network interfaces like this:
---8<-----------------------------------
auto eth0
iface eth0 inet static
address 123.123.123.1
netmask 255.255.255.248
gateway 123.123.123.0
auto eth0:0
iface eth0:0 inet static
address 123.123.123.2
netmask 255.255.255.248
auto eth0:1
iface eth0:1 inet static
address 123.123.123.3
netmask 255.255.255.248
---8<-----------------------------------
and configured the sshd at the dom0 to only listen to the first ip.
So my question is how to setup the different DomUs so each of it is
only listening to one single IP.
Thanks in advance, guys
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] Multiple IP Addresses,
h9802641 <=
|
|
|
|
|