hi, I m currently stuck in making my rDNS work.
I'm using Ubuntu for doing this certification. I have bought a Domain
vincehome.net from a hosting company and delegate Name server to own set up DNS
ns1.vincehome.net.
I didn't use the freeDNS tool provided in HE website.
My first question is: if I have setup my own DNS, do I still need to use HE freeDNS to pass all levels of certification?
The following is the info for my tunnel from HE webpage:
Server IPv4 Address :216.218.221.42
Server IPv6 Address :2001:470:35:43a::1/64
Client IPv4 Address :122.248.206.32
Client IPv6 Address :2001:470:35:43a::2/64
Routed /64 :2001:470:36:43a::/64
My 2nd question is: to pass "professional" level, do I need to use Route /64 that is assigned to me? (I saw some posts mention HAVE to use it to pass this level) If yes, how you briefly explain how can I use it in my situation?
My DNS is setup using Bind9 and I think it work correctly because i can receive email and access
http://www.vincehome.netI have performed troubleshooting according to HE video presentation.
root@ip-10-128-139-74:/# dig mx vincehome.net +short
10 mail.vincehome.net.
root@ip-10-128-139-74:/# dig aaaa mail.vincehome.net +short
2001:470:35:43a::2
root@ip-10-128-139-74:/# dig -x 2001:470:35:43a::2 +short
mail.vincehome.net.
root@ip-10-128-139-74:/# cat /etc/resolv.conf
nameserver 2001:470:35:43a::2 <-(ipv6 addr of the machine itself)
Everything looks okay when the first lookup Name Server point to the machine itself.
However if I change Name Sever to my ISP's DNS,
dig -x 2001:470:35:43a::2 +short will reply nothing.
for example:
root@ip-10-128-139-74:/# dig mx vincehome.net +short
10 mail.vincehome.net.
root@ip-10-128-139-74:/# dig aaaa mail.vincehome.net +short
2001:470:35:43a::2
root@ip-10-128-139-74:/# dig -x 2001:470:35:43a::2 +short
(No answer)
root@ip-10-128-139-74:/# cat /etc/resolv.conf
nameserver 203.12.160.36 <-(my ISP's DNS)
I also try using online DNS tools(
http://www.sput.nl/cgi-bin/nph-rns6-form) to check, the reverse DNS check has no reply.
Apparently the reverse DNS works fine locally but not working globally. Does anyone have any idea what I have done wrong? I have stuck in this certification level for three days already.... getting very impatient now. help me pls~~~