I've done a lots of thing under linux... but is my first time setting up a
DNS... I just did that with a small server that is going to host 5 small
websites.....

Attach are my configuration files....

I have tried everything and my dns is not resolving.... what am I doing
wrong?  My dns name in network solutions is ns1.partechgenerators.com and is
pointing to my server ip.

Regards,


william Burgos
BM IT Services, Inc.
[EMAIL PROTECTED]

CONFIGURATION FILES
===================
0.0.127.in-addr.arpa.zone
-------------------------------------------------------------
$TTL 86400
@       IN      SOA     localhost.      root.localhost (
                        1 ; serial
                        28800 ; refresh
                        7200 ; retry
                        604800 ; expire
                        86400 ; ttk
                        )


@       IN      NS      localhost.

1       IN      PTR     localhost.
--------------------------------------------------------------
194.199.216.in-addr.arpa.zone
--------------------------------------------------------------------
$TTL 86400
@       IN      SOA     @       root.localhost (
                        6 ; serial
                        28800 ; refresh
                        7200 ; retry
                        604800 ; expire
                        86400 ; ttk
                        )


@       IN      NS      ns1.partechgenerators.com.

181     IN      PTR     www.partechgenerators.com.
--------------------------------------------------------------------
localhost.zone
----------------------------------------------------
$TTL 86400
@       IN      SOA     @  root.localhost (
                        1 ; serial
                        28800 ; refresh
                        7200 ; retry
                        604800 ; expire
                        86400 ; ttl
                        )


@       IN      NS      localhost.


@       IN      A       127.0.0.1
----------------------------------------------------------
named.ca
----------------------------------------------------------------------------
; <<>> DiG 9.2.1 <<>>
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1413
;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 13

;; QUESTION SECTION:
;.                              IN      NS

;; ANSWER SECTION:
.                       203920  IN      NS      H.ROOT-SERVERS.NET.
.                       203920  IN      NS      I.ROOT-SERVERS.NET.
.                       203920  IN      NS      J.ROOT-SERVERS.NET.
.                       203920  IN      NS      K.ROOT-SERVERS.NET.
.                       203920  IN      NS      L.ROOT-SERVERS.NET.
.                       203920  IN      NS      M.ROOT-SERVERS.NET.
.                       203920  IN      NS      A.ROOT-SERVERS.NET.
.                       203920  IN      NS      B.ROOT-SERVERS.NET.
.                       203920  IN      NS      C.ROOT-SERVERS.NET.
.                       203920  IN      NS      D.ROOT-SERVERS.NET.
.                       203920  IN      NS      E.ROOT-SERVERS.NET.
.                       203920  IN      NS      F.ROOT-SERVERS.NET.
.                       203920  IN      NS      G.ROOT-SERVERS.NET.

;; ADDITIONAL SECTION:
A.ROOT-SERVERS.NET.     543398  IN      A       198.41.0.4
B.ROOT-SERVERS.NET.     543408  IN      A       128.9.0.107
C.ROOT-SERVERS.NET.     402052  IN      A       192.33.4.12
D.ROOT-SERVERS.NET.     402052  IN      A       128.8.10.90
E.ROOT-SERVERS.NET.     574603  IN      A       192.203.230.10
F.ROOT-SERVERS.NET.     402052  IN      A       192.5.5.241
G.ROOT-SERVERS.NET.     574603  IN      A       192.112.36.4
H.ROOT-SERVERS.NET.     574603  IN      A       128.63.2.53
I.ROOT-SERVERS.NET.     376402  IN      A       192.36.148.17
J.ROOT-SERVERS.NET.     574603  IN      A       192.58.128.30
K.ROOT-SERVERS.NET.     402052  IN      A       193.0.14.129
L.ROOT-SERVERS.NET.     376401  IN      A       198.32.64.12
M.ROOT-SERVERS.NET.     376401  IN      A       202.12.27.33

;; Query time: 56 msec
;; SERVER: 216.199.54.9#53(216.199.54.9)
;; WHEN: Thu Mar  6 08:20:16 2003
;; MSG SIZE  rcvd: 436
-------------------------------------------------------------------------
named.conf
----------------------------------------------------------------------------
----
## named.conf - configuration for bind
#
# Generated automatically by redhat-config-bind, alchemist et al.
# Any changes not supported by redhat-config-bind should be put
# in /etc/named.custom
#
controls {
        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
        inet 192.168.5.10 allow { localhost; } keys { rndckey; };
};

include "/etc/named.custom";

include "/etc/rndc.key";

options {
        directory "/var/named/";
};

zone  "0.0.127.in-addr.arpa" {
        type master;
        file  "0.0.127.in-addr.arpa.zone";
};
zone "194.199.216.in-addr.arpa" {
        type master ;
        file "194.199.216.in-addr.arpa.zone" ;
};

zone  "localhost" {
        type master;
        file  "localhost.zone";
};
zone "partechgenerators.com" {
       type master ;
       file "partechind.zone" ;
};
---------------------------------------------------------------------------
named.custom
----------------------------------------------------------------------------
---
## named.custom - custom configuration for bind
#
# Any changes not currently supported by redhat-config-bind should be put
# in this file.
#

zone  "." {
        type hint;
        file  "named.ca";
};
----------------------------------------------------------------------------
---
partechind.zone
----------------------------------------------------------------------
$TTL 86400
@       IN      SOA     @       root.localhost (
                        7 ; serial
                        28800 ; refresh
                        7200 ; retry
                        604800 ; expire
                        86400 ; ttk
                        )


@       IN      NS      ns1.partechgenerators.com.

@       IN      MX      10       mail.partechind.com.

@       IN      MX      10       mail.partech.us.

@                         IN      A       xxx.xxx.xxx.181
partechind.com          IN      A       xxx.xxx.xxx.181
partechgenerators.com   IN      A       xxx.xxx.xxx.181
www.partechgenerators.com IN    A       xxx.xxx.xxx.181
dmtcorporation.com      IN      A       xxx.xxx.xxx.181
www.dmtcorporation.com  IN      A       xxx.xxx.xxx.181
gesanusa.com            IN      A       xxx.xxx.xxx.181
www.gesanusa.com          IN      A       xxx.xxx.xxx.181
ottomotores.com         IN      A       xxx.xxx.xxx.181
www.ottomotores.com       IN    A       xxx.xxx.xxx.181
partech.us              IN      A       xxx.xxx.xxx.181
www.partech.us          IN      A       xxx.xxx.xxx.181



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to