To enable virtual domains on your system you must go through three steps:
This step does not have a GUI interface, and needs a shell prompt as root.
The interface name is obtained by running ifconfig -a. See the ifconfig(1Mtcp) manual page for details.
For example:
ifconfig net0 alias 132.147.193.68 netmask 255.255.255.0 broadcast 132.147.193.255
For example:
ifconfig net0 -alias 132.147.193.68
Note that ifconfig aliases do not persist after a reboot, so you must add a script in /etc/rc2.d named S70ipalias that contains the ifconfig line you generated.
Full details of how to start the manager are given in ``Starting up the Virtual Domain User Manager''. In order for the manager to work, the IP alias you configured must first be assigned a domain name in DNS.
Each virtual user is really an alias to a normal system user. This means that system users can be exported into multiple virtual domains under multiple aliases. Virtual user names must be unique within each virtual domain, as system users must be unique within the physical domain. No other restrictions are applied.
Full details of how to export users into virtual domains are given in ``Exporting a user into a virtual domain''.