|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
DNS Problem
I have Configure DNS on Linux 9,It is working fine when i tested on server using NSLOOKUP.
But when i tested from client machine which is Windows 2000 it is giving error as cant find server name with address 192.x.x.x :no responce from server. can anybody tell me what wrong with configuration. do i require any changes at server end inorder , windows client get DNS query answers fron Linux DNS server |
|
#2
|
|||||||
|
|||||||
|
Quote:
What DNS software have you configured? And what have you configured it to do? Quote:
What test did you do? What result did you get? What result did you expect? Quote:
What test did you do? Quote:
What configuration? You haven't provided us with any information whatsoever that we can begin to debug. Quote:
No - Windows and Linux can exchange DNS information perfectly happily.
__________________
Alex (http://www.alex-greg.com) |
|
#3
|
|||
|
|||
|
Hi
Hi have configured
1.The /etc/resolv.conf File and my server is Linux and ipaddress is 192.16.200.x Then 2. Configuring named.conf Forward zone conf zone "my-site.com" { type master; notify no; allow-query { any; }; file "my-site.zone"; }; Reverse Zone zone "Reverse.in-addr.arpa" { type master; notify no; file "reverse"; }; THEN I HAVE CONFIGURED FORWARD & REVERSE ZONES FILESAS ; ; Zone file for my-site.com ; ; The full zone file ; $TTL 3D @ IN SOA URL hostmaster.my-site.com. ( 200211152 ; serial# 3600 ; refresh, seconds 3600 ; retry, seconds 3600 ; expire, seconds 3600 ) ; minimum, seconds ; NS www ; Inet Address of nameserver my-site.com. MX 10 mail ; Primary Mail Exchanger ; localhost A 127.0.0.1 www A 97.158.253.26 mail CNAME www prince A 192.16.200.100 King |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > DNS Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|