RE: Using different DNS per ISP

2001-06-26 Thread Ian Perry
Ian -Original Message- From: Vector [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 12:41 AM To: Marcus Cc: debian-user@lists.debian.org Subject: Re: Using different DNS per ISP You could just find a nameserver out there somewhere to use that doesn't restrict lookups in the

Re: Using different DNS per ISP

2001-06-26 Thread Alvin Oga
hi ya in your ppp scripts if they give you dynamic ppp and dynamic dhcp... you probably dont need any of this stuff ??? isp#1 cp /etc/resolv.isp1.conf /etc/resolv.conf hostname my_server.isp1.com isp#2 cp /etc/resolv.isp2.conf /etc/resolv.conf # hostname dhcp.isp2.com blah... have fun

Re: [users] Re: Using different DNS per ISP

2001-06-26 Thread MaD dUCK
also sprach John Hasler (on Tue, 26 Jun 2001 09:52:49AM -0500): > > ...or you should write something for /etc/ppp/ip-{up,down}.d. > > Pppconfig already installs a something there. Run pppconfig and look at > Advanced->Nameservers. i know. but in his case, pppconfig doesn't seem to work. martin;

Re: [users] Re: Using different DNS per ISP

2001-06-26 Thread John Hasler
MaD dUCK writes: > pppconfig should really be able to do DNS stuff itself,... What do you want it to do? > ...or you should write something for /etc/ppp/ip-{up,down}.d. Pppconfig already installs a something there. Run pppconfig and look at Advanced->Nameservers. -- John Hasler [EMAIL PROTECTE

Re: Using different DNS per ISP

2001-06-26 Thread Vector
You could just find a nameserver out there somewhere to use that doesn't restrict lookups in the way your ISP's do (I'm not sure why they're doing that anyway.) There are plenty of them out there and they would probably work just as well (obviously the closer/faster the traffic to the DNS server

Re: [users] Re: Using different DNS per ISP

2001-06-26 Thread MaD dUCK
also sprach Greg Rowe (on Tue, 26 Jun 2001 09:52:06AM -0400): > Would installing bind on your system work for you? You could add all of > your ISPs DNS servers as forwarders in named.conf and then simply point > resolve.conf to 127.0.0.1. 0.0.0.0 it's just a little undocumented trick to make loc

Re: Using different DNS per ISP

2001-06-26 Thread Greg Rowe
Would installing bind on your system work for you? You could add all of your ISPs DNS servers as forwarders in named.conf and then simply point resolve.conf to 127.0.0.1. Greg On Tue, 26 Jun 2001, Anthony Campbell wrote: > On 26 Jun 2001, nico de haer wrote: > > Hi, > > > > Is there a problem w

Re: Using different DNS per ISP

2001-06-26 Thread Anthony Campbell
On 26 Jun 2001, nico de haer wrote: > Hi, > > Is there a problem why you cna't use dynamic assigned dns servers? (see > pppconfig, has that option somewhere...) > > Regards, > Nico de Haer > > - Original Message - > From: Marcus <[EMAIL PROTECTED]> > To: > Sent: Tuesday, June 26, 2001 2

Re: Using different DNS per ISP

2001-06-26 Thread nico de haer
Hi, Is there a problem why you cna't use dynamic assigned dns servers? (see pppconfig, has that option somewhere...) Regards, Nico de Haer - Original Message - From: Marcus <[EMAIL PROTECTED]> To: Sent: Tuesday, June 26, 2001 2:50 AM Subject: Using different DNS per ISP > > I'm using

Re: Using different DNS per ISP

2001-06-26 Thread Guy Geens
> "lists" == lists <[EMAIL PROTECTED]> writes: lists> I'm using two different ISPs depending on time of day, and lists> cost. Problem is that they will only accept their own lists> nameserver under /etc/resolv.conf. Is there a way around this, lists> or do I need a script which changes resolv