|
1. To access the IP Functions Menu, click on IP Functions, on the main screen of
your WebHost Manager interface.
2. Click on Add a New IP Address.
3. Enter the IP address in the IP(s) to add field.
4. Alter the subnet mask default values for this IP address in the Subnet Mask
field, if required.
5. Click on Do it.
When adding IPs through an SSH console:
1. Edit the file /etc/ips
#vi /etc/ips
2. Add your new IPs to the end of the file like so:
x.x.x.x:255.255.255.0
(Using the 255.0 netmask will allow you to mark the entire subnet as usable. )
3. Restart Ipaliases
#/etc/init.d/ipaliases restart
|