![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ls command output | arsheshadri | AIX | 1 | 08-20-2007 07:23 AM |
| if command not having the right output | filthymonk | Shell Programming and Scripting | 9 | 05-23-2007 02:11 AM |
| Output of ps -ef command | dbrundrett | UNIX for Advanced & Expert Users | 6 | 01-06-2005 02:48 PM |
| Output of ps command | ls1429 | UNIX for Dummies Questions & Answers | 1 | 02-03-2003 10:40 AM |
| Output command | berty007 | Shell Programming and Scripting | 4 | 11-29-2002 05:27 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
all,
i am newbie to dns bind . Any help is very appreciated. I am using dig command to view the records in the config. I am expecting the following comamnds to display all the A (Address records) in the zone data file. my zone data file looks like this ------------------- $ORIGIN . $TTL 86400 ; 1 day example.com. IN SOA ns1.example.com. hostmaster.example.com. ( 2008011801 ; serial 43200 ; refresh (12 hours) 900 ; retry (15 minutes) 1814400 ; expire (3 weeks) 10800 ; minimum (3 hours) ) NS ns1.example.com. NS hostmaster.example.com. MX 10 mail.example.com. ns1 IN A 10.2.125.68 hostmaster IN A 10.2.125.64 mail IN A 10.2.125.69 When i execute dig example.com , i get the following output, not all a records are displayed..why is that any idea? Code:
; <<>> DiG 9.3.3rc2 <<>> example.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33402 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;example.com. IN A ;; ANSWER SECTION: example.com. 73070 IN A 208.77.188.166 ;; Query time: 0 msec ;; SERVER: 10.2.127.1#53(10.2.127.1) ;; WHEN: Fri Jan 18 14:40:15 2008 ;; MSG SIZE rcvd: 45 Last edited by Yogesh Sawant; 03-25-2009 at 02:25 AM.. Reason: added code tags |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|