His ISP needs to set that up for him in their dns servers.

On 7/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi po sa lahat.

I'm just helping out a friend about his problem in his DNS and neither could
I give him the solution.

He's been listed in SORBS.net and the reason was...wala raw po syang reverse
dns.

I hope you might help him too solve his problem.

Below is his configs and please help correct the problem with the infos
below kung saan kame nagkamali.

named.conf
###########################################################
options {
       directory "/var/named";
       dump-file "/var/named/data/cache_dump.db";
       statistics-file "/var/named/data/named_stats.txt";
       allow-transfer { 203.167.102.2; 203.167.116.4; };
       allow-query { 172.26.3.0/24; 203.167.116.3; 203.167.116.4;
localhost;};
       // allow-recursion { 172.26.3.0/24; 203.167.116.4/26; localhost; };
       // recursion no;
       auth-nxdomain yes;
       // transfer-format many-answers;
       version "DNS Server";
};

logging {
       category lame-servers { null; };
};

controls {
       inet 127.0.0.1 port 953 allow { localhost; } keys { rndckey; };
};

zone "." in {
       type hint;
       file "named.ca";
};

zone "coscophil.com" in {
       type master;
       file "coscophil.zone";
       allow-query { any; };
       notify yes;
       // allow-update { none; };
};
zone "0.0.127.in-addr.arpa" in {
       type master;
       file "127.0.0.zone";
       notify no;
       // allow-update { none; };
};

zone "116.167.203.in-addr.arpa" in {
       type master;
       file "203.167.116.zone";
       allow-query { any; };
};

include "/etc/rndc.key";



FORWARD ZONE:
##################################################################
$TTL 86400
@       IN      SOA     ns1.coscophil.com. root.coscophil.com. (
                                       2005071501      ; Serial Number
                                       3H              ; refresh
                                       15M             ; retry
                                       1W              ; expire
                                       1D )            ; default TTL

@       IN      NS      ns1.coscophil.com.
@       IN      NS      ns2.coscophil.com.
@       IN      NS      dns2.eastern-tele.com.

@       IN      MX      10      mail.coscophil.com.

@       IN      A       203.167.116.3
ns1     IN      A       203.167.116.3
ns2     IN      A       203.167.116.4
mail    IN      A       203.167.116.3
www     IN      A       203.167.102.84
www     IN      A       203.167.102.3


REVERSE ZONE:
####################################################################
$TTL 86400
@       IN      SOA     ns1.coscophil.com. root.coscophil.com. (
                               2005071501      ; Serial
                               3H              ; refresh
                               15M             ; retry
                               1W              ; expire
                               1D )            ; default TTL

@       IN      NS      ns1.coscophil.com.
@       IN      NS      ns2.coscophil.com.
@       IN      NS      dns2.eastern-tele.com.

3       IN      PTR     mail.coscophil.com.
3       IN      PTR     ns1.coscophil.com.
4       IN      PTR     ns2.coscophil.com.

##########################################################################


Salamat po sa lahat ng tutulong.

Regards,
Iris Lames
Brainbench Transcript no: 4387542
Linux user: 298456
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph



--
things i hate about my linux pc:

1. it takes more than a second to boot up
2. keeps asking about filenames and directories
3. does not remember what i was working on yesterday
4. does not remember all the changes i have ever made
5.cannot figure out necessary settings by itself
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to