According to Bradley D. Thornton: While burning my CPU.
> 
> Before I get started, I wanted to make sure that I cover all of my bases. I'm going 
>to change the IP addresses on my two hosts.
> 
> 204.107.129.1 will become 204.107.129.2
> 
> and...
> 204.107.129.2 will become 204.107.129.3
> 
> I don't want to start this off and then reboot only to find out that I forgot to 
>modify a couple of overlooked files so, if anyone out there could provide a quick 
>list of the files that I will need to modify it would be greatly appreciated.
> 
> I can take care of my named.boot/.conf and zone files, but I'm looking for things 
>like /etc/hosts /etc/sysconfig/networks etc...
> 
> I'm running RedHat 5.1 and 5.2

Yet another mail without a LINE WRAP. One line is 243 chars long.

Anyway;

/etc/sysconfig/network
change GATEWAY=
/etc/sysconfig/network-scripts/ifcfg-eth0
change IPADDR=

If you have another means of communication between the two hosts, then
ifcfg.eth0 would be your interface_name.

If you add routes manualy in a file, such as rc.local then dont forget to
edit them.
Thats all thats needed.

To make sure there are no other "out of the ordinary" containg commands
which have a relationship to your IP#, then use grep;
cd /etc/sysconfig
grep 204.107.129.1 *
cd network-scripts
grep 204.107.129.1 *
cd /etc/rc.d/rc3.d
grep 204.107.129.1 *

> 
> 
> Thanks,
> 
> Bradley.
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to