child name server

mohammad6006

Verified User
Joined
Aug 2, 2013
Messages
13
i think i dont set ns1 and ns2 in my server

in intodns.com i see this errors :

ERROR: Some of your DNS servers do not have A records at all. I could not find any A records for the following DNS servers:
ns2.domain.com
ns1.domain.com

You must have A records for all of your nameservers.


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

ERROR: One or more of your nameservers did not respond:
The ones that did not respond are:
ns2.domain.com ns1.domain.com

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

ns2.domain.com.
ns1.domain.com.

No valid SOA record came back!

Oh well, I did not detect any MX records so you probably don't have any and if you know you should have then they may be missing at your nameservers!

ERROR: I could not get any A records for www.domaininserver.com!

(I only do a cache request, if you recently added a WWW A record, it might not show up here.)


_____

please help me how can i set exactly
 
If you give us your domain we can help further however when you create vanity nameservers: ns.yourdomain.com, generally this is the proceedure:

1) if you are using your registrars dns, go to the zone editor, create an A record for ns1 and ns2 pointing to the IP's where your new nameservers will be

2) on the server where the new nameservers are, in the zonefile for the domain, ensure you have the A records created as well and ensure the NS records are set to the custom ones

3) at the registrar "create" or "register" the custom nameservers (you may want to try and ping the custom ns1 and ns2 being doing this step)

4) once the registar accepts the custom NS, then you can actually change your nameservers to them
 
- http://intodns.com/elqotravel.com
( Oh well, I did not detect any MX records so you probably don't have any and if you know you should have then they may be missing at your nameservers! // ERROR: I could not get any A records for www.elqotravel.com!)
(I only do a cache request, if you recently added a WWW A record, it might not show up here.)

- http://network-tools.com/default.asp?prog=express&host=elqotravel.com

you can ping : ping elqotravel.com


i use 3 VPS server

1. this server ( 162.221.192.100 ) Primary Server ( Hosting.panux.net)
2. ( 188.166.37.43 ) Secondary Server ( server.panux.net )
3. ( 128.199.178.86 ) for A Record ( server.elqotravel.com )

some of problem is :

- Domain ( elqotravel.com ) primary domain = Only this domain can access
- if i'm pointing another domain to this DNS server can't access
- this server just work for ( elqotravel.com ) only


this is my named config :

Code:
$TTL 86400
@ IN SOA hosting.panux.net. fianbiasa.gmail.com. (
2013042201 ;Serial
3600 ;Refresh
1800 ;Retry
604800 ;Expire
86400 ;Minimum TTL
)
; Specify our two nameservers
IN NS hosting.panux.net.
IN NS server.panux.net.
; Resolve nameserver hostnames to IP, replace with your two droplet IP addresses.
hosting IN A 162.221.192.100
server IN A 188.166.37.43
mx IN A 162.221.192.100
hosting.panux.net. IN A 162.221.192.100
server.panux.net. IN A 188.166.37.43

; Define hostname -> IP pairs which you wish to resolve
@ IN A 128.199.178.86
www IN A 128.199.178.86

IN MX 0 mx.elqotravel.com.

100.192.221.162.in-addr.arpa. IN PTR elqotravel.com.


what should i do???
 
child name s

I found out if you have a ' in your server name it will not show on the server list. Dibu and I did some testing with the dedicated server I've been working on. Once I took the ' out of "Klax75's" the server instantly showed up.
 
Back
Top