Please help me asap

vinweb

New member
Joined
Jun 17, 2011
Messages
3
hi ,

I have some problems with DNS :

Mismatched NS records WARNING: One or more of your nameservers did not return any of your NS records.

DNS servers responded ERROR: One or more of your nameservers did not respond:
The ones that did not responded are:
199.115.230.173

Missing nameservers reported by your nameservers You should already know that your NS records at your nameservers are missing, so here it is again:

ns2.profitsmaker.info.
ns1.profitsmaker.info.

Please help me , what can i do to solve these problems, I have searched a lot and done but still no success . I really have no experience in these matters :(
 
Code:
>dig @199.115.230.173 directadmin.com

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-16.P1.el5 <<>> @199.115.230.173 directadmin.com
; (1 server found)
;; global options:  printcmd

It not respond, check if named is running and if port 53 on firewall is open.

Regards
 
My domain is profitsmaker.info .

I think it about port 53 closed and firewall , how to open ? Please help me :o
 
Do you use what firewall? If none may be iptables rules.

If you are not using any firewall i really suggest you to install CSF by doing this (as root ofc):

Code:
cd /root/
rm -fv csf.tgz
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh
cd /root/
rm -rf csf*

This will install a nice firewall with Directadmin GUI.

The default config should be enough to open needed port, a more specific configuration after everything is working is very suggested aswell.

The 3d about this plugin is: http://www.directadmin.com/forum/showthread.php?t=29807&highlight=CSF

Regards
 
Thank you ,

i'm total noob about this . I install in a clean CentOS , don't know firewall installed or no :( , Yes i think prob is about IPTables
 
That should solve your problem, if you are unable to do it alone send me a pm with login data (root and admin) and ill do it for you.

Regards
 
Back
Top