On Sun, 26 Mar 2000,  Raider wrote about,  Multiple servers:
> Hi!
>       I have one email only account: this.  I also will try to join
> some Juno-like service.  Which is mail-only too.
>       I can't afford to pay full internet.  But from time to time I
> receive accounts from friends.  So there might be a third server.  And
> this third server is something like each month is a different one.
>       Here comes the problem: how can I set up the DNS part?
>       I'm able to use different ppp-on scripts.  And mail sorting
> isn't a problem.
>       Is there a way to set all this one time, and the only changes
> would be just to add new DNS's from time to time?  Like that:

create /etc/resovle.conf1 2 3 etc to reflect the nameservers to be used.
cp the origanal resolv.conf to a number, say 3.

> 
> if (server1)
>       then use(DNS1)

rm /etc/resolv.conf
ln -s /etc/resolv.conf1 /etc/resolv.conf

> else if (server2)
>       then use(DNS2)

rm /etc/resolv.conf
ln -s /etc/resolv.conf2 /etc/resolv.conf

> and so on.
> 
>       TIA
>       Raider
> -- 
>               ``Liberate tu-temet ex inferis''
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to