[% WRAPPER 'master_templates/master.tmpl' theme="yui" app_key = 'ip_migration_wizard' stylesheets = [ '/cjt/css/wrapped-select.css' ] extrastyle = ' /* XXX this is pasta from addipform.tmpl */ .notice-warning { max-width: 700px; min-height: 30px; margin-left: 30px; color: white; border: 1px solid #DA961F; font-size: 13px; font-weight: bold; min-height: 30px; position: relative; background-color:#F6C167; background: -moz-linear-gradient(top, #F6C167 0%, #F3B03B 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6C167), color-stop(100%,#F3B03B)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #F6C167 0%, #F3B03B 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #F6C167 0%, #F3B03B 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #F6C167 0%, #F3B03B 100%); /* IE10+ */ background: linear-gradient(top, #F6C167 0%, #F3B03B 100%); /* W3C */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6C167",endColorstr="#F3B03B",GradientType=0); -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-background-clip:padding-box; -moz-background-clip:padding; background-clip:padding-box; text-shadow: 1px 1px #000000; } .notice-content { background-image: url(/images/notice-warning.png); background-position: 9px center; background-repeat: no-repeat; padding: 9px 30px 9px 45px; } ' -%]

This wizard will help you migrate to a new set of IP addresses. It will update your server’s configuration files, but it will not bind the new IP addresses. You will need to do this here or with another utility before proceeding.


[% IF data.natmode %]
[%~ locale.maketext('NAT mode enabled! Please enter the local IP and not the corresponding public IP.') ~%]


[% END -%]
Enter the new IPs one per line:


Quick CIDR Refrence Table
CIDR NotationNumber of Hosts
/24256
/25128
/2664
/2732
/2816
/298
/304
/312
/321

Notes: When adding multiple IP addresses, you must use Class C CIDR format or 192.168.0.1-254 format.
Valid examples: 192.168.4.128/25, 192.168.3.5-10, 192.168.99.55-230 [%# NOTES: migration_ips - Pre-configured IPs found in /var/cpanel/ipmigrate. These can be either manually set or from an earlier run of the IP Migration Wizard. %] [% END -%]