| To: | pegasus@pimpninjas.org |
|---|---|
| Subject: | Re: another problem with dnscache. |
| From: | Charlie Brady <charlieb-dns@e-smith.com> |
| Date: | Tue, 7 Nov 2006 10:34:20 -0500 (EST) |
| Cc: | dns@list.cr.yp.to |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | gmail-djbdns@securepoint.com |
| Delivered-to: | sp.com.list@gmail.com |
| Delivered-to: | mailing list dns@list.cr.yp.to |
| In-reply-to: | <7cf4404f0611070145x65fb7f05ra213c20b5f73bfca@mail.gmail.com> |
| Mailing-list: | contact dns-help@list.cr.yp.to; run by ezmlm |
On Tue, 7 Nov 2006, The Very Fallible 'Pegasus Epsilon' wrote: > that's an even better answer, by the way. > > $ DNSCACHEIP=172.16.0.4 > $ dnsqr ptr 4.0.16.172.in-addr.arpa Unless you have exported DNSCACHEIP then it is a shell variable, not an environment variable. If you want dnsrq to see $DNSCACHEIP, it must be an environment variable, so you must do either: $ DNSCACHEIP=172.16.0.4 dnsqr ptr 4.0.16.172.in-addr.arpa or $ DNSCACHEIP=172.16.0.4 $ export DNSCACHEIP $ dnsqr ptr 4.0.16.172.in-addr.arpa -- Charlie |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: another problem with dnscache., The Almighty Pegasus Epsilon |
|---|---|
| Next by Date: | Re: SPF [WAS: Best practices for hosting web but NOT email?], Dean Anderson |
| Previous by Thread: | Re: another problem with dnscache., The Almighty Pegasus Epsilon |
| Next by Thread: | Log processing scripts for tinydns / axfrdns, Mark Dominus |
| Indexes: | [Date] [Thread] [Top] [All Lists] |