Server IP Change questions

Physically moving a server to a new hosting facility. Have changed the IP address in /etc/sysconfig/network-scripts/ifcfg-eth0. Two problems:

  1. In the Interworx Control Panel, old IP addresses are still listed as available for shared and dedicated IP addresses for sites

  2. Routing table information still lists old addresses. Tried manually fixing this with “route” command, but they come back after reboot

You need to remove the IP addresses from IWorx’s IP address section - once that’s done, they won’t come back after a reboot, and neither should the routing stuff.

Once the unwanted IPs show up as “inactive” in IWorx-CP, you may need to run, from the command line:

~iworx/cron/ip.pex --sync

to remove those IPs for good.

Thanks, that did the trick.