Announcement

Collapse
No announcement yet.

Nslookup command question

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Nslookup command question

    In older systems like UNIX Redhat 6.2, the following command would execute quite ok
    Code:
    [bash]$ [b]nslookup[/b]
    Default Server: dns2.acme.net
    Address: 10.10.20.2
    
    >>[b]server 10.10.10.2[/b]
    
    Default Server: [10.10.10.2]
    Address: 10.10.10.2
    
    >>[b]set type=any[/b]
    [b]ls -d Acme.net.>> /tmp/zone_out[/b]
    Why whne i try to use it in Kubuntu kommand shell i get the message that the ls parameter is not implemented? How can i install all the missing parameters of the nslookup command?
Working...
X