Hi,

Thanks for the help. I was missing the entries in reverse file. the IP address
there was defined as forward IP address which was creating the problem.

Regards
Deependra

Moonshi Mohsenruddin wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Deependra,
>
> Check these files on your Redhat Linux 5.0.
>
> /etc/resolv.conf and it show show something like this;
>
> # registered_domain.com is your domain name
> # nameserver is your PRIMARY DNS Server IP
>
> domain registered_domain.com
> search registered_domain.com
> nameserver xxx.xxx.xxx.xxx  # IP address of your primary DNS
> nameserver 203.116.1.93    # IP address of secondary DNS (ISP)
>
> then make sure your /etc/host.conf is in order;
>
> # /etc/host.conf
>
> order hosts, bind, nis
> multi on
>
> then check your /etc/named.boot just to make sure that if your DNS is a
> PRIMARY, set it like this;
>
> ; registered_domain.com primary nameserver boot config
> ;
> directory                       /var/named
> primary 0.0.127.in-addr.arpa    named.local
> primary 0.197.10.12.in-addr.arpa        named.rev
> primary registerd_domain.com    named.hosts
> cache   .                       named.ca
>
> and your /etc/named.conf should look like this;
>
> # /etc/named.conf
>
> // generated by named-bootconf.pl
>
> options {
>         directory "/var/named";
>   /*
>    * If there is a firewall between you and nameservers you want
>    * to talk to, you might need to uncomment the query-source
>    * directive below.  Previous versions of BIND always asked
>    * questions using port 53, but BIND 8.1 uses an unprivileged
>    * port by default.
>          */
>         // query-source address * port 53;
> };
>
> //
> // a caching only nameserver config
> //
> zone "." {
>         type hint;
>         file "named.ca";
> };
>
> zone "0.0.127.in-addr.arpa" {
>         type master;
>         file "named.local";
> };
>
> zone "registered_domain.com" {
>         type master;
>         file "named.hosts";
> };
>
> zone "0.197.10.12.in-addr.arpa" {
>         type master;
>         file "named.rev";
>         forwarders {
>                 secdns.your_isp_secdns.com;
>                 };
> };
>
> You also have to make sure that the IP address that you changed is on
> eth1 and not on eth0 unless you have informed your ISP about the DNS
> updating. IF your DNS server have changed its IP address, APNIC will
> have to be updated too!
>
> Let me know your progress.
>
> - --
> Cheers!
> Moonshi Mohsenruddin
> Technical Services Manager, Telford Solutions Pte Ltd
> Member, Linux User Group Singapore (LUGS)
> Editor, Singapore Linux Portal (SLP)
> _______________________________________________
> 58 Sembawang Road #01-03 Hong Heng Mansions
> Singapore 779087
>
> Tel     :+(65) 454-3118   Fax: +(65)454-0089
> Mobile  :+(65)9745-2310  ICQ:2595480
> Email   : [EMAIL PROTECTED], [EMAIL PROTECTED]
> Url     : www.telfordgroup.com ; http://linux.s-one.net.sg
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Deependra
> > Srivastava
> > Sent: Wednesday, July 28, 1999 11:05 PM
> > To: Linux Net
> > Subject: [Fwd: Re: DNS Server]
> >
> >
> > Can anybody help me about it?
> >
> > Thanks
> > Deependra
> >
> > -------- Original Message --------
> > Subject: Re: DNS Server
> > Date: Wed, 28 Jul 1999 19:09:50 +0530
> > From: Deependra Srivastava <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > Organization: Network Programs
> > To: Chris West <[EMAIL PROTECTED]>
> > References: <[EMAIL PROTECTED]>
> > <004c01bed850$2a3bd4a0$[EMAIL PROTECTED]>
> >
> > Yes ! It is there as I tried to remove it and It was not
> > working without
> > that IP address.
> >
> > Chris West wrote:
> >
> > > Is your old IP address in the /etc/resolv.conf file?
>
> <--snipped>
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 6.0.2i
>
> iQA/AwUBN57GOWefe0TVuy5lEQKfawCfT7SpKqQ2rU25PwG3vbAxlArno9cAoIiU
> kUqSP7KePTQmT0kep8ii+Vwp
> =hUId
> -----END PGP SIGNATURE-----
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to [EMAIL PROTECTED]

--
-----------------------------------------------------------------------
Deependra Srivastava               Mailto:[EMAIL PROTECTED]
Network Programs
B-1-C, sector 10           Ph. +91-11 91-536622/23/24, 544781/82
Noida - 201301             Fax: +91-11 91-536625
India
-----------------------------------------------------------------------


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to