In article <[EMAIL PROTECTED]>, Jacques Gelinas wrote: > -We also need private network loopback devices.
I think you're saying we need a way to have vservers communicate with each other internally using TCP/IP. They already can, thanks to the kernel's dummy driver. Just set an IP for the host, and one for each vserver, and they can all communicate with those IPs. Of course, the problem is that vserver doesn't yet support multiple IP addresses from different subnets, so at the moment they can't communicate to anyone else. I'm just saying, if that problem gets fixed, then you get this one for free :-)
