It is difficult to be certain of the cause of your problem, because your
explanation is incomplete in several ways. It sounds like you still have a
name resolution problem of some sort ... slow telnet responses are a typical
symptom of that ... but you've told us too little to let me pin it down.

I expect that if you run through the following checklist, somewhere in it
you will find the source of your problem. Please check each of the following:

1. That 192.168.5.3 is the IP address of your Red Hat host.

2. That you do not have a name zone that corresponds to the zone you created
for reverse lookup.

3. That you do not have any entries in your /etc/hosts file.

4. That you do have a file /etc/nsswitch.conf that includes this line:
        hosts:  files dns

5. That you do have in /etc/resolv.conf the entry
        nameserver 127.0.0.1

6. That named.192.168.5 does include a reverse-address for the IP address of
your Windows workstation

7. That you have a line in named.conf that tells named the path to
named.192.168.5 (on my system, for example, a zone entry similar to yours
would contain the full path, or 'file "/etc/bind/named.192.168.5" ').

8. That if you test BIND from the Red Hat machine with "host 192.168.5.X"
(replace X with the right value for the Windows machine), you get a response?

If you have enerything identified in this list correct, please post again,
this time telling us

        the hostname and IP address of the Red Hat host
        the hostname and IP address of the Windows host
        the domain name the LAN uses internally
        the complete contents of named.conf
        the lines from any zone files listed in named.conf for the
                Red Hat host and the Windows host
        the telnet service line from /etc/inetd.conf (to verify that
                you are using tcpd, which I've assumed)
        the contents of /etc/hosts.allow and /etc/hosts.deny
        the content of the "hosts:" line in /etc/nsswitch.conf
        the contents of /etc/resolv.conf

At 10:25 AM 7/26/00 +0530, Gaurav Agarwal wrote:
>hi all,
>       i just installed red hat linux 6.0 on my system ...
>
>now i was trying to configure the caching-only dns.
>( as it takes quite long to get the prompt when i telnet from other machine
>on the network )
>
>for that i edited the /etc/named.conf file and added
>
>zone "5.168.192.in-addr.arpa" {
>type master;
>file "named.192.168.5";
>};
>
>then i created the file /var/named/named.192.168.5
> and put in the related hostname and domain name etc ..
>
>finally i restarted the named : /etc/rc.d/init.d/named restart
>
>still when i telnet 192.168.5.3 from my windows machine on the network, it
>takes over 60 secounds to show the prompy


--
------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
Palo Alto, CA                                    [EMAIL PROTECTED]        
----------------------------------------------------------------


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to