Re: changing resolve.conf for deferent providers

1999-05-09 Thread Phillip Deackes
Micha Feigin <[EMAIL PROTECTED]> wrote: > Is it posible to make the use of deferent resolve.conf for deferent > providers automatic? Yes. What I do is create files relevant to the different providers I use - there are three essential files for me: /etc/resolv.conf, /etc/chatscrips/provider and /et

Re: changing resolve.conf for deferent providers

1999-05-09 Thread John Hasler
Micha Feigin writes: > Is it posible to make the use of deferent resolve.conf for deferent > providers automatic? You need to put a script in /etc/ppp/ip-up.d that replaces /etc/resolv.conf with the one appropriate to the current provider, and another in /etc/ppp/ip-down to restore resolv.conf. H