I have problem with Nameservers

haffa

New member
Joined
Oct 2, 2008
Messages
1
I have problem with name servers.
I have 3 ips.

2222.22.22.222 server
333.333.333.333 free
333.333.333.334 free

So I'm using 333.333.333.333 & 333.333.333.334 for my own nameservers.

ns1.namedomain.com - 333.333.333.333
ns2.namedomain.com - 333.333.333.334

registered ...

I have 2 domains..

mydomain.com -> name server is : ns1.namedomain.com / ns2.namedomain.com
namedomain.com -> name server is : ns1.namedomain.com / ns2.namedomain.com


/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
[root@mydomain ~]# cat /etc/named.conf
// Default named.conf generated by install of bind-9.2.4-2
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
};
include "/etc/rndc.key";

zone "mydomain.com" { type master; file "/var/named/mydomain.com.db"; };
zone "namedomain.com" { type master; file "/var/named/namedomain.com.db"; };

////////////////////////////////////////////////////

[root@mydomain ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost localhost.localdomain

/////////////////////////////////////////////////////

[root@mydomain ~]# cat /etc/resolv.conf
nameserver ns1.namedomain.com
nameserver ns2.namedomain.com

/////////////////////////////////////////////////////

[root@mydomain ~]# cat /var/named/mydomain.com.db


$TTL 14400
@ IN SOA ns1.namedomain.com root.mydomain.com. (
2008101000
14400
3600
1209600
86400 )

mydomain.com. 14400 IN NS ns1.namedomain.com
mydomain.com. 14400 IN NS ns2.namedomain.com

ftp 14400 IN A 2222.22.22.222
localhost 14400 IN A 127.0.0.1
mail 14400 IN A 2222.22.22.222
mydomain.com. 14400 IN A 2222.22.22.222
pop 14400 IN A 2222.22.22.222
smtp 14400 IN A 2222.22.22.222
www 14400 IN A 2222.22.22.222

mydomain.com. 14400 IN MX 10 mail



mydomain.com. 14400 IN TXT "v=spf1 a mx ip4:2222.22.22.222 ~all"


/////////////////////////////////////////////////////////////////

[root@mydomain ~]# cat /var/named/namedomain.com.db



$TTL 14400
@ IN SOA ns1.namedomain.com. root.namedomain.com. (
2008101001
14400
3600
1209600
86400 )

namedomain.com. 14400 IN NS ns1.namedomain.com.
namedomain.com. 14400 IN NS ns2.namedomain.com.

namedomain.com. 14400 IN A 2222.22.22.222
ftp 14400 IN A 2222.22.22.222
localhost 14400 IN A 127.0.0.1
mail 14400 IN A 2222.22.22.222
ns1.namedomain.com. 14400 IN A 333.333.333.333
ns2.namedomain.com. 14400 IN A 333.333.333.334
pop 14400 IN A 2222.22.22.222
smtp 14400 IN A 2222.22.22.222
aaa 14400 IN A 2222.22.22.222
bbb 14400 IN A 2222.22.22.222
www 14400 IN A 2222.22.22.222
www.aaa 14400 IN A 2222.22.22.222
www.bbb 14400 IN A 2222.22.22.222

namedomain.com. 14400 IN MX 10 mail



namedomain.com. 14400 IN TXT "v=spf1 a mx ip4:2222.22.22.222 ~all"

///////////////////////////////////////////////////////////////////

[root@mydomain ~]# cat /etc/rndc.key
key "rndckey" {
algorithm hmac-md5;
secret "6UAx9DHAHOlfRj9pp1XohMsW6MYnafK16QAqf2w2e3qEGpx";
};


////////////////////////////////////////////////////////////////////
 
Are you running the DirectAdmin control panel? If not, then you're in the wrong place.

But even if you're in the right place it's impossible to know how to help you because

a) you've posted completely incorrect information; your attempt to be anonymous makes it impossible to help.

b) I can't find a quesiton anywhere in your post.

Care to be more specific?

Jeff
 
I have problem with Nameservers

Must be a secret problem like his domains and ips. He just wants us to know that he has a problem. He doesn't want help with it.

haffa let us know if you get it solved.
 
Back
Top