Re: How to find the reverse on a IP address?

2004-01-17 Thread Jerry McAllister
 
 [nslookup being deprecated]
 
 On Fri, Jan 16, 2004 at 01:58:44PM -0500, Jerry McAllister wrote:
 
  I don't mean to ask about the meaning of the word deprecated, but
  rather, is nslookup being deprecated a LINUXy thing, or is that
  going to happen in FreeBSD too?
 
 No, it's neither Linux nor BSD derived.  BIND is developed by the
 Internet Software Consortium (http://www.isc.org/products/BIND/), and
 they are the people responsible for that decision.  Most Unix vendors
 ship ISC Bind code and applications standard with their OSes, plus
 there are quite a few shrink-wrap products based on ISC code, which
 explains why nslookup(1) has been such a long time a-dying.
 
 FreeBSD uses a pretty straight port of ISC BIND to provide named(8),
 host(1), dig(1) etc., (but AFAIK doesn't use the straight BIND
 resolver code in libc) -- so nslookup(1) will disappear from FreeBSD
 when ISC releases (and then FreeBSD imports) a BIND version without
 it.  Same probably goes for most Linux distributions.

OK.   It is just that when something gets labeled deprecated often
there is a note indicating that put in the man page, but I didn't see
one for nslookup.

jerry

 
   Cheers,
 
   Matthew
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find the reverse on a IP address?

2004-01-17 Thread Matthew Seaman
On Sat, Jan 17, 2004 at 04:00:32PM -0500, Jerry McAllister wrote:
  
  [nslookup being deprecated]
  

 OK.   It is just that when something gets labeled deprecated often
 there is a note indicating that put in the man page, but I didn't see
 one for nslookup.

ISC announced the deprecation of nslookup(1) as part of the major
rewrite before the release of Bind9.

If you install the Bind9 port you will find that there isn't a
nslookup(1) man page any more.  Also, running nslookup(1) emits the
following message:

% /usr/local/bin/nslookup
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.

and the BIND9 documentation includes this statement:

  Due to its arcane user interface and frequently inconsistent
  behavior, we do not recommend the use of nslookup. Use dig
  instead.
  
These notices will no doubt appear in the base system when BIND 9 is
imported.  Currently FreeBSD ships with BIND 8.3.7: what the plans are
for importing Bind 9 I do not know.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: How to find the reverse on a IP address?

2004-01-17 Thread Jerry McAllister

 
 and the BIND9 documentation includes this statement:
 
   Due to its arcane user interface and frequently inconsistent
   behavior, we do not recommend the use of nslookup. Use dig
   instead.
  =20
 These notices will no doubt appear in the base system when BIND 9 is
 imported.  Currently FreeBSD ships with BIND 8.3.7: what the plans are
 for importing Bind 9 I do not know.

Ah,  a couple of our group has looked at Bind 9 , but so far we have 
not moved to it.  So, guess I wouldn't see an message, even in the
on the servers with 4.9 FreeBSD I just installed this week.

Thanks for the further information,

jerry

 
   Cheers,
 
   Matthew
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find the reverse on a IP address?

2004-01-16 Thread Tillman Hodgson
On Fri, Jan 16, 2004 at 09:28:47AM -0800, Jason Williams wrote:
 Morning everyone.
 
 I'm having a major brain freeze this morning. I dont recall how to find the 
 reverse for an IP address?
 
 I need to do some testing with a few IP addresses, to ensure they have 
 valid reverse's set, but dont recall how to check them.
 
 If I remember, you could do it with both 'nslookup' and 'dig' correct?

Assuming IP address is 1.2.3.4:

dig -x 1.2.3.4

 or from the nslookup prompt:

  set type=ptr
  4.3.2.1.in-addr.arpa.

-T


-- 
Some never participate.  Life happens to them.  They get by on little more than 
dumb persistence and resist with anger or violence all things that might lift 
them out of resentment-filled illusions of security.
- Alma Mavis Taraza
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find the reverse on a IP address?

2004-01-16 Thread Jerry McAllister
 
 Morning everyone.
 
 I'm having a major brain freeze this morning. I dont recall how to find the 
 reverse for an IP address?
 
 I need to do some testing with a few IP addresses, to ensure they have 
 valid reverse's set, but dont recall how to check them.
 
 If I remember, you could do it with both 'nslookup' and 'dig' correct?

Sure.   just  nslookup xxx.xxx.xxx.xxx and if it comes back
with a good/authoritive hostname it should be OK.

Try   man nslookup  for more possibilities.

jerry

 
 Anyone have a moment to help me out here? In the meantime, it's man page 
 time...
 
 I appreciate the help.
 
 Jason
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find the reverse on a IP address?

2004-01-16 Thread Kirk Strauser
At 2004-01-16T17:36:45Z, Jerry McAllister [EMAIL PROTECTED] writes:

 Sure.   just  nslookup xxx.xxx.xxx.xxx and if it comes back
 with a good/authoritive hostname it should be OK.

 Try   man nslookup  for more possibilities.

Do note that nslookup is deprecated; see
http://www.debianplanet.org/node.php?id=140 for a decent explanation why.

-- 
Kirk Strauser

94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box.


pgp0.pgp
Description: PGP signature


Re: How to find the reverse on a IP address?

2004-01-16 Thread Jerry McAllister
 
  Sure.   just  nslookup xxx.xxx.xxx.xxx and if it comes back
  with a good/authoritive hostname it should be OK.
 
  Try   man nslookup  for more possibilities.
 
 Do note that nslookup is deprecated; see
 http://www.debianplanet.org/node.php?id=3D140 for a decent explanation why.

Kind of short on information there.   Maybe that is because I am not
registered on that site.   Anyway, is that being deprecated sort of
a LINUXy thing?   Does it apply to BSD, especaily FreeBSD too?

jerry

 
 Kirk Strauser
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find the reverse on a IP address?

2004-01-16 Thread Olaf Hoyer
On Fri, 16 Jan 2004, Jerry McAllister wrote:

  Do note that nslookup is deprecated; see
  http://www.debianplanet.org/node.php?id=3D140 for a decent
explanation why.

 Kind of short on information there.   Maybe that is because I am not
 registered on that site.   Anyway, is that being deprecated sort of
 a LINUXy thing?   Does it apply to BSD, especaily FreeBSD too?

Hi!

deprecated means, that this program has a successor (in this case dig(1)
) and it may happen, that it disappears in a future release.

So you get that warning, so that you have time to get familiar with it,
that you may re-write some of your scripts still using nslookup etc.

HTH
Olaf

-- 
Olaf Hoyer[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find the reverse on a IP address?

2004-01-16 Thread Darryl Grant
You can also try using host

host 123.45.67.89

On Fri, Jan 16, 2004 at 01:18:35PM -0500, Jerry McAllister wrote:
  
   Sure.   just  nslookup xxx.xxx.xxx.xxx and if it comes back
   with a good/authoritive hostname it should be OK.
  
   Try   man nslookup  for more possibilities.
  
  Do note that nslookup is deprecated; see
  http://www.debianplanet.org/node.php?id=3D140 for a decent explanation why.
 
 Kind of short on information there.   Maybe that is because I am not
 registered on that site.   Anyway, is that being deprecated sort of
 a LINUXy thing?   Does it apply to BSD, especaily FreeBSD too?
 
 jerry
 
  
  Kirk Strauser
  
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find the reverse on a IP address?

2004-01-16 Thread Jerry McAllister
 
 On Fri, 16 Jan 2004, Jerry McAllister wrote:
 
   Do note that nslookup is deprecated; see
   http://www.debianplanet.org/node.php?id=3D140 for a decent
 explanation why.
 
  Kind of short on information there.   Maybe that is because I am not
  registered on that site.   Anyway, is that being deprecated sort of
  a LINUXy thing?   Does it apply to BSD, especaily FreeBSD too?
 
 Hi!
 
 deprecated means, that this program has a successor (in this case dig(1)
 ) and it may happen, that it disappears in a future release.
 
 So you get that warning, so that you have time to get familiar with it,
 that you may re-write some of your scripts still using nslookup etc.

I don't mean to ask about the meaning of the word deprecated, but
rather, is nslookup being deprecated a LINUXy thing, or is that
going to happen in FreeBSD too?

jerry

 
 HTH
 Olaf
 
 -- 
 Olaf Hoyer[EMAIL PROTECTED]
 Fuerchterliche Erlebniss geben zu raten,
 ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
 (Nietzsche, Jenseits von Gut und Boese)
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find the reverse on a IP address?

2004-01-16 Thread Matthew Seaman
[nslookup being deprecated]

On Fri, Jan 16, 2004 at 01:58:44PM -0500, Jerry McAllister wrote:

 I don't mean to ask about the meaning of the word deprecated, but
 rather, is nslookup being deprecated a LINUXy thing, or is that
 going to happen in FreeBSD too?

No, it's neither Linux nor BSD derived.  BIND is developed by the
Internet Software Consortium (http://www.isc.org/products/BIND/), and
they are the people responsible for that decision.  Most Unix vendors
ship ISC Bind code and applications standard with their OSes, plus
there are quite a few shrink-wrap products based on ISC code, which
explains why nslookup(1) has been such a long time a-dying.

FreeBSD uses a pretty straight port of ISC BIND to provide named(8),
host(1), dig(1) etc., (but AFAIK doesn't use the straight BIND
resolver code in libc) -- so nslookup(1) will disappear from FreeBSD
when ISC releases (and then FreeBSD imports) a BIND version without
it.  Same probably goes for most Linux distributions.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature