I'm not sure if this is possible or not. But I've downloaded and applied ucspi-tcp and tinydns IPv6 patches from http://www.fefe.de/. Everything is working fine except tinydns is not able to listen to IPv6 interface. BIND9 does listen to both IPv6 and IPv4. Here is what I got so far /var/tinydns/root/data:
/var/tinydns symlinked to /var/service. /var/tinydns/env/IP:
Tried to add 2607abcdxxxxxxxxxxxxxxxxxxxxxxx1 to /var/tinydns/env/IP but it is not working:
Basically tinydns only listens to 201.xx.yy.zz UDP port # 53 but not to 2607abcdxxxxxxxxxxxxxxxxxxxxxxx1 udp port # 53. According to this http://groups.google.com/group/linu...ad/4a658b1ae5f2e4dc/58776b54952b772d?lnk=raot it is possible. Also according to this netstat output tinydns is working on IPv4 and IPv6.
How do I force tinydns to listen to both IPv4 and IPv6?
Code:
Zexample.com:ns1.example.com.:support.example.com
&example.com::ns1.example.com
&example.com::ns2.example.com
@example.com::mx0.example.net:10
@example.com::mx1.example.net:10
@example.com::mx3.example.net:10
+ns1.example.com:201.xx.yy.zz:86400
+ns2.example.com:201.xx.yy.zz:86400
+example.com:201.xx.yy.zz
+www.example.com:201.xx.yy.zz
6ns1.example.com:2607abcdxxxxxxxxxxxxxxxxxxxxxxx1:86400
6ns2.example.com:2607abcdxxxxxxxxxxxxxxxxxxxxxxx2:86400
/var/tinydns symlinked to /var/service. /var/tinydns/env/IP:
Code:
201.xx.yy.zz
Code:
201.xx.yy.zz
2607abcdxxxxxxxxxxxxxxxxxxxxxxx1
Basically tinydns only listens to 201.xx.yy.zz UDP port # 53 but not to 2607abcdxxxxxxxxxxxxxxxxxxxxxxx1 udp port # 53. According to this http://groups.google.com/group/linu...ad/4a658b1ae5f2e4dc/58776b54952b772d?lnk=raot it is possible. Also according to this netstat output tinydns is working on IPv4 and IPv6.
How do I force tinydns to listen to both IPv4 and IPv6?