Hi All,

My Redhat 6.2 box is my fileserver/router with IP masq enabled :
eth0=192.168.1.254 and eth1=192.168.32.254

I am using the fictitious adventus.cxm domain on my subnet . I added the
following to the bottom of /etc/named.conf

zone "1.168.192.in-addr.arpa" {
        type master;
        file "named.192.168.1";
};

--

copied /var/named/named.local to /var/named/named.192.168.1 and modified it
so that it like this :

@       IN      SOA     server.adventus.cxm. hostmaster.domain.cxm. (
                                                1997022700 ; Serial
                                                28800      ; Refresh
                                                14400       ; Retry
                                                360000     ; Expire
                                                86400 )    ; Minimum
        IN      NS              server.adventus.cxm.

1       IN      PTR     server.adventus.cxm.

--

After this i ran # /etc/rc.d/init.d/named restart 

/etc/hosts and /etc/resolv.conf are correctly configured .. the latter with
3 DNS entries... 192.168.1.254 followed by my ISP's 2 DNSs.

I CAN telnet comfortably to my Redhat box from my Win98 nodes .. HOWEVER on
the Redhat itself .. nslookup for 192.168.1.254 fails

# nslookup 192.168.1.254 192.168.1.254 ...gives a result like ' Master
record for 192.168.1.254' not found . 

Am i missing something ?

Regards

Anurag Jalan


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to