![]() |
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 Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nslookup strangness | purest | IP Networking | 3 | 12-13-2007 08:42 AM |
| DNS client nslookup | xnightcrawl | UNIX for Advanced & Expert Users | 3 | 03-24-2006 03:29 PM |
| nslookup problem | xnightcrawl | UNIX for Advanced & Expert Users | 8 | 03-22-2006 10:07 PM |
| NSLOOKUP script | gavcollins | Shell Programming and Scripting | 1 | 02-09-2005 10:38 AM |
| nslookup on linux ??? | piltrafa | UNIX for Dummies Questions & Answers | 2 | 03-20-2003 05:19 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
named and nslookup
Guys ,
Am using Linux - Red Hat 6.1 . My DNS and nslookup command was working fine and ppl. can resolve through this server . but i changed something in /etc/named.conf , that stopped the DNS . The named proccess is working , but nslookup command is not , i get this error message : *** Can't find server name for address x.y.z.c : No response from server *** Default servers are not available Please help me , becouse i can not browse anything on the internet . Thanks Alot |
|
||||
|
options {
directory "/var/named"; allow-transfer { x.y.z.c ; }; }; zone "0.0.127.IN-ADDR.ARPA"{ type master; file "127.0.0"; }; zone "." { type hint; file "db.cache"; }; zone "xyz.com"{ type slave; file "accessme.com"; masters{ }; }; zone "0.0.127.in-addr.arpa"{ type slave; file "db.local"; masters{ }; }; Kindly note the i used ( x.y.z.c ) instead of IP address , and xyz instead of the domain . Thanks |
|
|||||
|
You don't have your masters designated (IP address) and the format may be wrong (Check example at Mr.DNS ).
You posted: zone "xyz.com"{ type slave; file "accessme.com"; masters{ }; }; zone "mydomain.com" in { type slave ; masters { 10.14.1.20; } ; file "slave-zones/db.mydomain.com" ; } ; Last edited by RTM; 09-24-2002 at 10:12 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|