nslookup dns reverse lookup not displaying Server: or Address: anymore?

0

My dns server is no longer displaying the Server: and Address: when using reverse IP lookup. The command works succesfully but I can only get Server: and Address: being queried when using "-type=a or -all". I'm thinking some weird Solaris Unix setting is off/ Can anyone help?

It shows:

# nslookup 1.1.1.1
1.1.1.1.in-addr-arpa name= test.mydomain.com

Previously it used to display the following:

#nslookup 1.1.1.1
Server: 1.1.1.1
Address: 1.1.1.1#53
1.1.1.1.in-addr-arpa test.mydomain.com

herocubus

Posted 2019-12-10T18:18:12.693

Reputation: 11

No answers