![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| /etc/hosts via ssh | KeesH | AIX | 23 | 02-26-2007 07:32 PM |
| Hosts.allow and hosts.deny | huddlestonsnk | UNIX for Dummies Questions & Answers | 1 | 10-18-2006 12:34 PM |
| etc/hosts | amon | Security | 1 | 01-24-2006 05:55 AM |
| hosts.allow & hosts.deny | Sorrento | UNIX for Dummies Questions & Answers | 2 | 08-18-2005 10:25 PM |
| /etc/hosts | tamemi | UNIX for Dummies Questions & Answers | 2 | 04-04-2003 05:42 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
hello folks,
I am looking for a command on Unix/Linux that will query the hosts connected to a domain.. For Ex: I would like to know what hosts are attached to domain brown.edu . Assume there are: cs.brown.edu, cob.brown.edu, math.brown.edu, mail.brown.edu, web.brown.edu and so on. So when I query brown.edu it should return all these specific computers that are hooked up to the domain brown.edu. I tried the linux commands host and nslookup but they didn't return me the hosts attached to a domain, but instead they return the IP address of specific host if that host exists. regards, |
|
||||
|
dig -t AXFR domain.tld
allows you to get a zone transfer from the specified domain, what includes a list of all hosts within this domain. Then you could grep the output for all host entries. Note: zone transfer needs to be allowed on the authoritative name server for the domain and your IP. Otherwise it will not work. Darwin |
![]() |
| Bookmarks |
| Tags |
| linux commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|