Problem with domain pointer

nexim

Verified User
Joined
Mar 11, 2011
Messages
27
Hello. Maybe someone can help me resolve this problem:
When i add domain pointer in Direct Admin (as administrator) to user account (own domain), this pointer is not listed on user list (Show All Users). This added domain pointer is not visible in internet. No ping.
I have dedicated server with dns: ns1.nexim.com.pl, ns2.nexim.com.pl
Thanks.
 
I'm sure a domain pointer is added to user account. DA make DNS zone for this pointer. I see it on user account, but not listed on user list when i check list users as administrator. To see it i must edit user account with no changes and save once again. Than added pointer is listed.
 
for better help we need the original domain.

Have you waited dns propagation? Usually max is 48hrs.

Regards

Thank You for answer me. I've waited 24 hours, but earlier (before DA update to 1.38) i don't need wait any time to see pointer in browser.
 
i was referring to this:

"This added domain pointer is not visible in internet. No ping."

the reason for the "no ping" shouold be that dns is not propaged.

Regarding the list, if you go reseller leve and cilck on show users does the user line have the pointer?

Regards
 
i was referring to this:

"This added domain pointer is not visible in internet. No ping."

the reason for the "no ping" shouold be that dns is not propaged.

Regarding the list, if you go reseller leve and cilck on show users does the user line have the pointer?

Regards

If i go to reseller pointer is invisible too on user list.

Regards
 
Thank You for answer me. I've waited 24 hours, but earlier (before DA update to 1.38) i don't need wait any time to see pointer in browser.

My original domain is nexim.com.pl I added pointer for this roberpodkulski.nexim.com.pl in DA on user level.
 
have you created the A record on main domain for roberpodkulski?

also try:

Code:
cd /usr/local/directadmin/scripts/
./fix_da_user.sh USERNAME

Regards
 
have you created the A record on main domain for roberpodkulski?

also try:

Code:
cd /usr/local/directadmin/scripts/
./fix_da_user.sh USERNAME

Regards
Yes, A record is created by DA. After use CODE domain pointer now is working, but still not visible on user list.

Regards.
 
http://intodns.com/nexim.com.pl

Missing nameservers reported by parent FAIL:

The following nameservers are listed at your nameservers as nameservers for your domain, but are not listed at the parent nameservers (see RFC2181 5.4.1). You need to make sure that these nameservers are working.If they are not working ok, you may have problems!

ns1.nexim.net.pl
ns2.nexim.net.pl

Missing nameservers reported by your nameservers ERROR:

One or more of the nameservers listed at the parent servers are not listed as NS records at your nameservers. The problem NS records are:

ns1.nexim.com.pl
ns2.nexim.com.pl

This is listed as an ERROR because there are some cases where nasty problems can occur (if the TTLs vary from the NS records at the root servers and the NS records point to your own domain, for example).

http://intodns.com/roberpodkulski.nexim.com.pl

Can't get nameservers at parent server!
 
After use CODE domain pointer now is working, but still not visible on user list.

What CODE? The one i gave you had to fix the user list not the dns o.O

And looking into zeiter link seems you got some problems with your dns/nameserver configuration.

Regards
 
What CODE? The one i gave you had to fix the user list not the dns o.O

And looking into zeiter link seems you got some problems with your dns/nameserver configuration.

Regards
How can i fix parent nameservers?
My main nameservers are ns1&ns2.nexim.com.pl
I din't use ns1.nexim.net.pl
 
If intodns.com is saying you do use the .net domain and you're sure you're not, then you should do a dns trace to see what nameservers are being looked at:
Code:
$ dig roberpodkulski.nexim.com.pl +trace
Note also both the main domain and the subdomain must be on the same server for DNS propagation for subdomains to be automatic.

If they're not, then you should create NS records for the subdomain in the zone for the main domain, pointing to the nameservers you want to use.

Jeff
 
If intodns.com is saying you do use the .net domain and you're sure you're not, then you should do a dns trace to see what nameservers are being looked at:
Code:
$ dig roberpodkulski.nexim.com.pl +trace
Note also both the main domain and the subdomain must be on the same server for DNS propagation for subdomains to be automatic.

If they're not, then you should create NS records for the subdomain in the zone for the main domain, pointing to the nameservers you want to use.

Jeff

Could You give me example how to do it please.
This is setup of main domain:


$TTL 14400
@ IN SOA ns1.nexim.com.pl. hostmaster.nexim.com.pl. (
2011032804
14400
3600
1209600
86400 )

nexim.com.pl. 14400 IN NS ns1.nexim.com.pl.
nexim.com.pl. 14400 IN NS ns2.nexim.com.pl.

ftp 14400 IN A 193.218.154.32
localhost 14400 IN A 127.0.0.1
mail 14400 IN A 193.218.154.32
nexim.com.pl. 14400 IN A 193.218.154.32
ns1.nexim.com.pl. 14400 IN A 193.218.154.32
ns2.nexim.com.pl. 14400 IN A 193.218.154.32
pop 14400 IN A 193.218.154.32
smtp 14400 IN A 193.218.154.32
www 14400 IN A 193.218.154.32
ns1 14400 A 193.218.154.32
ns2 14400 A 193.218.154.33

nexim.com.pl. 14400 IN MX 10 mail



nexim.com.pl. 14400 IN TXT "v=spf1 a mx ip4:193.218.154.32 ~all"

localhost 14400 IN AAAA ::1

________

Regards.
 
Back
Top