LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Nameserver problem with dedicated server. Please help. (https://www.linuxquestions.org/questions/linux-server-73/nameserver-problem-with-dedicated-server-please-help-625585/)

zpnd 03-04-2008 04:56 AM

Nameserver problem with dedicated server. Please help.
 
Hi,

I have a problem with nameservers and dedicated server.

I have two nameservers that named as ns10.domain.com and ns11.domain.com and that nameservers are pointed to my server's IPs. I checked nameservers on http://registrar.verisign-grs.com/whois/index.html . It seems correct.

Also i filled all necessary field in cPanel during configuration. Everything seems fine but i can't use or ping to the nameservers.

How can i check the configuration is ok ?
How can i find the source of problem ?

I need to solve this problem immediately. I'd be really glad if anyone can help.

Thanks,
Tim

bathory 03-04-2008 06:11 AM

Quote:

How can i check the configuration is ok ?
There are various tools you can use, like dig or nslookup.
There are also online tools like dnsreport (requires registration), or rodentNet
Quote:

How can i find the source of problem ?
The fact that you cannot ping a host is not a real problem, because sometimes ping is forbidden from firewalls in between you and the host in question.

zpnd 03-04-2008 06:29 AM

I'm really confused.

As i said i can check the nameservers on verisign page and it seems correct but i can't get same results with other tools. It's been 4-5 days. It should be OK.

Here, the records;

Server Name: NS10.WEBHOSTINGPLANET.NET
IP Address: 78.129.174.50
Registrar: GODADDY.COM, INC.
Whois Server: whois.godaddy.com
Referral URL: http://registrar.godaddy.com

Server Name: NS11.WEBHOSTINGPLANET.NET
IP Address: 78.129.174.58
Registrar: GODADDY.COM, INC.
Whois Server: whois.godaddy.com
Referral URL: http://registrar.godaddy.com

There is someting wrong but i can't figure out. Do you have any idea ?

bathory 03-04-2008 06:50 AM

Well both the hostnames and the IP addresses of your dns servers cannot be resolved. Perhaps you've setup a long TTL value.
Try to resolve your domain locally with dig, using these dns servers to see if it works:
Code:

dig domain.com @ns10.webhostingplanet.net

zpnd 03-04-2008 07:03 AM

Nothing ...

Quote:

dig: couldn't get address for 'ns10.webhostingplanet.net': not found

zpnd 03-04-2008 07:25 AM

o_O

I disabled firewall
I stopped iptables
and voila! o_O

After i started iptables, enabled firewall and still working but just for me : p

I think i should add something to SELinux but i don't know what.


All times are GMT -5. The time now is 06:16 PM.