From: takashi (takashi_at_sympatico.ca)
Date: Wed 11 Sep 2002 - 22:45:37 BST
Multi IP on several devices
Since kernel ctx-12, you can setup up to 16 IPs per vserver. All those IPs had to be on the same device (IPROOTDEV).
It is now possible to assign those IPs to several devices, using the explicit syntax:
IPROOT="eth0:1.2.3.4 eth1:2.3.4.5 192.168.1.2"
IPROOTDEV=eth2
Anyway to set more that 16 IPS per vserver ????
Thanx