[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Migrating to new IP block



I recently migrated to a new IP block. In doing so I was able to keep my old
addresses during the transition.
I added a second Alias address to the main Ethernet interface
# /etc/rc.d/rc.local     >> added /sbin/ifconfig eth0:0 10.1.0.14 netmask
255.255.255.240

I then manually added the second IP address to my /etc/httpd/conf/httpd.conf
through the use of vi search and replace

:1,$ s/#/# #/g

NameVirtualHost 192.168.1.24
NameVirtualHost 10.1.0.14
<VirtualHost 192.168.1.24 10.1.0.14>

I've have now successfully migrated to the new IP block and altered the
httpd.conf file relfect the new virtual host.


NameVirtualHost 10.1.0.14
<VirtualHost 10.1.0.14>

However this leads up to my problem, the GUI still reflects the old address
(192.168.1.24)
Is there a way to update the GUI somehow just short of going through the GUI
interface on every site (Hundred or so sites)

Any suggestions

-Danny