Subject: how to use more than one IP in the same interface in guest with new config
From: carlos@fisica.ufpr.br (Carlos Carvalho)
Date: Sun, 2 Mar 2008 21:09:39 -0300

I have to make a guest use several IPs on the same interface
(aliases). How can I do this? I looked at the docs and faqs and only
found explanations about the old method. I'm using the new one, so no
*.conf files, IPROOT, etc (I think).

I thought about just creating another directory in
/etc/vservers/<guest>/interfaces, and setting dev to something like
eth0:0 and ip to the new one. Will this work?

Of course I could just test it but this is a mission critical guest
and I'd rather not do trial and error on it...