RyanDillion Posted December 6, 2012 Share Posted December 6, 2012 I didn't go to college but I have a job at a internet solutions business. I am trying to setup the name servers but am having issues. I configured cpanel and apache for them but I just can't get the nameservers working. This is the site affected: http://goo.gl/qFSd8 These are the two ips to the server: http://pastebin.com/5MLmc8dp Link to comment https://forums.phpfreaks.com/topic/271659-nameserver-issues/ Share on other sites More sharing options...
kicken Posted December 6, 2012 Share Posted December 6, 2012 You need to setup the nameserver IP's at your registrar's website. They should have a tool somewhere to configure them. Just go there and punch in the IP's for them. Link to comment https://forums.phpfreaks.com/topic/271659-nameserver-issues/#findComment-1397779 Share on other sites More sharing options...
RyanDillion Posted December 6, 2012 Author Share Posted December 6, 2012 You need to setup the nameserver IP's at your registrar's website. They should have a tool somewhere to configure them. Just go there and punch in the IP's for them. I did and it still doesnt work is there some other software I need to use with cent os. I am using BIND right now. Link to comment https://forums.phpfreaks.com/topic/271659-nameserver-issues/#findComment-1397780 Share on other sites More sharing options...
kicken Posted December 6, 2012 Share Posted December 6, 2012 According to the WHOIS info I see for the domain, it's nameservers are listed as ns1.sharics.com and ns2.sharics.com. Neither of those will resolve to an IP for me. Are those correct and should they be resolving to the listed IP addresses? Also trying to query your listed IP's directly fails due to not being able to contact them. Have you verified that bind is configured and running properly? Do you have any firewalls or routers that may be blocking the connection? To check if bind is running and configured, try querying it locally. From the machines that are running bind, use dig yourdomain.com @127.0.0.1 and see if you get the proper response. If both machines work with that, then next check for any firewalls or routers that may be blocking the connection. Link to comment https://forums.phpfreaks.com/topic/271659-nameserver-issues/#findComment-1397782 Share on other sites More sharing options...
RyanDillion Posted December 6, 2012 Author Share Posted December 6, 2012 According to the WHOIS info I see for the domain, it's nameservers are listed as ns1.sharics.com and ns2.sharics.com. Neither of those will resolve to an IP for me. Are those correct and should they be resolving to the listed IP addresses? Also trying to query your listed IP's directly fails due to not being able to contact them. Have you verified that bind is configured and running properly? Do you have any firewalls or routers that may be blocking the connection? To check if bind is running and configured, try querying it locally. From the machines that are running bind, use dig yourdomain.com @127.0.0.1 and see if you get the proper response. If both machines work with that, then next check for any firewalls or routers that may be blocking the connection. Hmmm. Not sure what is wrong. ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.5 <<>>thesiteiused.com @127.0.0.1 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 7864 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;thesiteIused.com. IN A ;; Query time: 948 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Wed Dec 5 22:48:10 2012 ;; MSG SIZE rcvd: 32 Link to comment https://forums.phpfreaks.com/topic/271659-nameserver-issues/#findComment-1397788 Share on other sites More sharing options...
RyanDillion Posted December 6, 2012 Author Share Posted December 6, 2012 Okay, so i fixed that issue, does anyone know how to set the os to runlevel 3 from SSH Link to comment https://forums.phpfreaks.com/topic/271659-nameserver-issues/#findComment-1397993 Share on other sites More sharing options...
Christian F. Posted December 7, 2012 Share Posted December 7, 2012 man init Link to comment https://forums.phpfreaks.com/topic/271659-nameserver-issues/#findComment-1398051 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.