Re: djb and multiple IPs

2004-09-11 Thread Jason Fesler
Set up external dnscache on the public IP, and set up tinydns on IP 127.0.0.1 yep, that's the obvious way to do it. it does leave a few questions, though: 1. can this kind of setup return authoritative answers? Nope. [about migrating] if i tried doing it, there'd be a week of two of complete ch

Re: djb and multiple IPs

2002-11-28 Thread Gerrit Pape
On Tue, Nov 26, 2002 at 07:37:42PM +0100, Tomasz Papszun wrote: > Personally, I could get used to new format of files, hard-coded magic > filenames, absolute lack of manual pages, let this ugly and ridiculous There are man pages available for more than two years. It's really difficult not to find

Re: djb and multiple IPs

2002-11-27 Thread Russell Coker
On Wed, 27 Nov 2002 00:51, Craig Sanders wrote: > actually, that's something that could be built into nsd - if it is > authoritative for a given request then answer it, otherwise proxy it to > a recursive server. Good idea! Another option for ISPs is to use NAT to direct queries that come from c

Re: djb and multiple IPs

2002-11-26 Thread Adriano Nagelschmidt Rodrigues
Craig Sanders writes: > yep, that's the obvious way to do it. it does leave a few questions, > though: > > 1. can this kind of setup return authoritative answers? I don't think so, you would only be talking to dnscache. If you want a public dns server, you need to run tinydns on a public IP addr

Re: djb and multiple IPs

2002-11-26 Thread Craig Sanders
On Tue, Nov 26, 2002 at 08:04:05PM +0100, Kinszler Balazs wrote: > > > cache and a server running on the same machine, which can only > > > have one public IP address? > > > > Yes. I mean, I can assign more addresses but queries must come to > > the same address (and answers must go back from the

Re: djb and multiple IPs

2002-11-26 Thread Adriano Nagelschmidt Rodrigues
Bulent Murtezaoglu writes: > Hmm, the 127.0.0.1 way outlined by another lister is much better, no > need for listening on the public IP. Sure, if you don't want a public dns server (and don't need a cache in other hosts accessing it, as in your example) that would be the recommended setup. I use

Re: djb and multiple IPs

2002-11-26 Thread Bulent Murtezaoglu
> "ANP" == Adriano Nagelschmidt Rodrigues <[EMAIL PROTECTED]> writes: BM> Here's one: consider the domain bogus.internal served by the BM> proxy/gateway box that also doubles as a caching DNS server for BM> resolvers inside a firewall. This is not unusual. ANP> Just run the s

Re: djb and multiple IPs

2002-11-26 Thread Adriano Nagelschmidt Rodrigues
Bulent Murtezaoglu writes: > > "ANR" == Adriano Nagelschmidt Rodrigues <[EMAIL PROTECTED]> writes: > [...] > ANR> Why? Can you list the reasons? For example, do you really > ANR> need an external cache and a server running on the same > ANR> machine, which can only have one public I

Re: djb and multiple IPs

2002-11-26 Thread Kinszler Balazs
Hello! > > cache and a server running on the same machine, which can only have one public > > IP address? > > Yes. I mean, I can assign more addresses but queries must come to the > same address (and answers must go back from the same address). Set up external dnscache on the public IP, and set

Re: djb and multiple IPs

2002-11-26 Thread Bulent Murtezaoglu
> "ANR" == Adriano Nagelschmidt Rodrigues <[EMAIL PROTECTED]> writes: [...] ANR> Why? Can you list the reasons? For example, do you really ANR> need an external cache and a server running on the same ANR> machine, which can only have one public IP address? [...] Here's one: consid

Re: djb and multiple IPs

2002-11-26 Thread Tomasz Papszun
On Tue, 26 Nov 2002 at 15:27:40 -0200, Adriano Nagelschmidt Rodrigues wrote: > Tomasz Papszun writes: > > If I understand djbdns' documentation correctly, it is _impossible_ to > > run both DNS functions: authoritative-only NS ('tinydns') and > > recursive/caching server ('dnscache') on the same IP

Re: djb and multiple IPs

2002-11-26 Thread Adriano Nagelschmidt Rodrigues
Tomasz Papszun writes: > If I understand djbdns' documentation correctly, it is _impossible_ to > run both DNS functions: authoritative-only NS ('tinydns') and > recursive/caching server ('dnscache') on the same IP address, right? Right. Two different programs can't bind to port 53 on the same IP

Re: djb and multiple IPs

2002-11-26 Thread Tomasz Papszun
On Tue, 26 Nov 2002 at 1:01:02 -0600, [EMAIL PROTECTED] wrote: > El mar, 19-11-2002 a las 17:07, jernej horvat escribió: > ... > > I have a question about djbdns - can i have one control file for all > > IP's/interfaces that i have on one system ? > ... > > You can configure env/IP to 0.0.0.0 s

Re: djb and multiple IPs

2002-11-25 Thread Jorge . Lehner
Hello! El mar, 19-11-2002 a las 17:07, jernej horvat escribió: ... > I have a question about djbdns - can i have one control file for all > IP's/interfaces that i have on one system ? ... You can configure env/IP to 0.0.0.0 so it will listen on _all_ interfaces. Best Regards, Jorge-Le

Re: djb and multiple IPs

2002-11-20 Thread Toni Mueller
On Wed, Nov 20, 2002 at 10:21:04AM +0100, Emile van Bergen wrote: > For dnscache, this technique means you'll have separate caches for the > different IPs you want to answer from. This may or may not be a problem. You would configure one of them to be a slave to the other ("FORWARDONLY"). If al

Re: djb and multiple IPs

2002-11-20 Thread Toni Mueller
On Wed, Nov 20, 2002 at 10:21:04AM +0100, Emile van Bergen wrote: > For dnscache, this technique means you'll have separate caches for the > different IPs you want to answer from. This may or may not be a problem. You would configure one of them to be a slave to the other ("FORWARDONLY"). If al

Re: djb and multiple IPs

2002-11-20 Thread Emile van Bergen
Hi, On Wed, Nov 20, 2002 at 12:07:53AM +0100, jernej horvat wrote: > ave. > > I have a question about djbdns - can i have one control file for all > IP's/interfaces that i have on one system ? I have no idea what a control file is in the context of djbdns, but if you mean you want the tinydns

Re: djb and multiple IPs

2002-11-20 Thread Emile van Bergen
Hi, On Wed, Nov 20, 2002 at 12:07:53AM +0100, jernej horvat wrote: > ave. > > I have a question about djbdns - can i have one control file for all > IP's/interfaces that i have on one system ? I have no idea what a control file is in the context of djbdns, but if you mean you want the tinydns

djb and multiple IPs

2002-11-19 Thread jernej horvat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ave. I have a question about djbdns - can i have one control file for all IP's/interfaces that i have on one system ? - -- -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE92sRLEyTmlrVpUvwRAlUbAKCO8ZbPR9inTZNXHR/NqYSY86OT6wC

djb and multiple IPs

2002-11-19 Thread jernej horvat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ave. I have a question about djbdns - can i have one control file for all IP's/interfaces that i have on one system ? - -- -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE92sRLEyTmlrVpUvwRAlUbAKCO8ZbPR9inTZNXHR/NqYSY86OT6wC