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

Re: [cobalt-users] ftp problem between 2 Raq4s



[snip]
>>I would guess that the two boxes are sharing the same IP address on some
>>virtual site.  This would explain some of the behavior you see here.
>>I would run the follow command on both boxes to make sure that this isn't the
>>problem:
>>$ ifconfig | grep "inet addr" | cut -f 2 -d":" | cut -f 1 -d" "
>>
>>(You will see 127.0.0.1 on both boxes, that is normal)
>>
>>Jeff-

> Thanks for the hint Jeff,  although the gui only shows the two sites on 
> this raq (it's a new one waiting for some additional sites) it shows the 
> ip address of the other server in the results of the ifconfig.
> Now then, all I have to do is work out how to remove it.....

Do an ifconfig and find out what interface is using it should be eth0:x, where
x is a number, then do the following:

$ ifdown eth0:x
$ rm /etc/sysconfig/network-scripts/ifcfg-eth0:x

Do NOT do this to the eth0 interface or /etc/sysconfig/network-scripts/ifcfg-eth0

Jeff-