Due to the italian inefficiency i'm still waiting for the change of the nameservers... i did it almost a week ago but nothing is happening because i found that maybe there's a bug in the control panel where i bought the domain.
The article is
here, it's in italian so i'll do a quick translation,
i would appreciate if someone can help me to understand what i've to do:
Quote:
Aruba cpanel has got a bug. While updating nameservers from default ones with yours, the suffix aruba.it is added to the request:
example:
IP 62.149.128.6.10522 > 88.57.16.26.53: 1+ PTR? 26.16.57.88.in-addr.arpa. (42)
IP 88.57.16.26.53 > 62.149.128.6.10522: 1- 1/2/2 PTR[|domain]
IP 62.149.128.6.10523 > 88.57.16.26.53: 2+ NS? rigacci.org.aruba.it. (38 )
So it's impossible to properly uptade the default ns ( dns.technorail.com )
To avoid this problem you can add following lines to the file /etc/bind/named.conf.local
zone "rigacci.org.aruba.it" {
type master;
file "rigacci.org.aruba.it";
};
In this way the first request of change from aruba will fail and the second one will be correct
IP 62.149.128.6.10522 > 88.57.16.26.53: 1+ PTR? 26.16.57.88.in-addr.arpa. (42)
IP 88.57.16.26.53 > 62.149.128.6.10522: 1- 1/2/2 PTR[|domain]
IP 62.149.128.6.10523 > 88.57.16.26.53: 2+ NS? rigacci.org.aruba.it. (38 )
IP 88.57.16.26.53 > 62.149.128.6.10523: 2 ServFail- 0/0/0 (38 )
IP 62.149.128.6.10524 > 88.57.16.26.53: 3+ NS? rigacci.org. (29)
IP 88.57.16.26.53 > 62.149.128.6.10524: 3*- 2/0/2 NS ns.rigacci.org., (106)
|