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

Re: [cobalt-developers] Secondary IP



On Monday 04 March 2002 11:39 am, Kevin M Carolan wrote:
> Greetings All,
>
> We have been having some secondary dns problems. I have acquired a Raq2 to
> handle secondary, BUT it all ready has an static IP, we would like to add
> another IP. Under Sun you can edit the tcp file to add another route. Is
> this true for Cobalt also, if so can some send an example.

You can use the RaQ static ip as the DNS ip also 
you don't really need another ip

> Bottom line we want a Raq2 that has one NIC answer to 2 different IP's.
> Thank You in advance for your help
>

Easiest thing is to add a site with the new IP.
Else
cd /etc/sysconfig/network-scripts/
mv ifcfg-eth0 ifcfg-eth0:0
cp ifcfg-eth0:0 ifcfg-eth0:1
edit ifcfg-eth0:1 to contain the new IP
run
/etc/rc.d/init.d/network hard-restart

--
Gerald Waugh