At Wed, 3 Oct 2001 00:06:47 +0100 (BST) , =?iso-8859-1?q?cryptonite?= 
<[EMAIL PROTECTED]> wrote: 

>Good day to all,
> just want to ask how to create an entry to my db file
>where a certain host will have multiple ip's. I've
>tried:
>
>myhostname    IN A   192.168.0.1
>              IN A   192.168.0.2
>

all you have to do is to define your virtual interface
  ( i'm sure you have eth0 '192.168.0.1 loaded already )

#virtual interface eth0:0
/sbin/ifconfig eth0:0 192.168.0.2

to make it permanent load it to rc.local

then configure your Round Robin (load balancing?) DNS.
 myhostname    IN A   192.168.0.1
               IN A   192.168.0.2


Hope this will give you some idea...

cheers,,

ian perez


_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to