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

Re: [cobalt-users] RAQ3 - Changing Backbone providers



on 9/19/00 12:01 PM, Charley Webb at charley@xxxxxxxxxxx wrote:

> Hello,
> 
> 
> Is there a 'painless" way to change the ip address for each virtual site
> hosted on a RAQ3? We are changing backbone providers and I have a new set of
> ip addresses that I need to move them over too. Any help greatly
> appreciated.

On the Raq2, I just edited the files in /etc/sysconfig/network-scripts.
Bring each interface down and back up.

i.e.
ifdown ifcfg-eth0:0
ifup ifcfg-eth0:0

But first change the IPs in /etc/httpd/conf/httpd.conf and
/etc/proftpd.conf.  MAKE BACKUPS FIRST.

To the best of my knowledge those are the only files that reference the IP
addresses.

-k