<div dir="ltr"><div class="">
                                                <p>Hi,</p><p>I was playing around with ipv6 today and found that 
dnsmasq doesnt generate reverse dns ptr entries from dns entries in 
/etc/conf/dhcp</p><p>root@tomato:~# nslookup 10.1.1.1<br>Name:      10.1.1.1<br>Address 1: 10.1.1.1 tomato.heim.netz</p><br><p>root@tomato:~# nslookup fd00:0:0:101::1<br>Name:      fd00:0:0:101::1<br>Address 1: fd00:0:0:101::1</p>

<br><p>root@tomato:~# ping6 tomato.heim.netz<br>PING tomato.heim.netz (fd00:0:0:101::1): 56 data bytes<br>64 bytes from fd00:0:0:101::1: seq=0 ttl=64 time=0.460 ms</p><p>root@tomato:~# ping tomato.heim.netz<br>PING tomato.heim.netz (10.1.1.1): 56 data bytes<br>

64 bytes from <a href="http://10.1.1.1">10.1.1.1</a>: seq=0 ttl=64 time=0.375 ms</p><p>if i add  this to dnsmasq.conf, it just works!<br>ptr-record=1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.1.0.0.0.0.0.0.0.0.0.0.0.d.f.ip6.arpa,tomato.heim.netz</p>

<p>root@tomato:/tmp# nslookup fd00:0:0:101::1<br>Name:      fd00:0:0:101::1<br>Address 1: fd00:0:0:101::1 <strong>tomato.heim.netz</strong></p><br><p>is there a way to get dnsmasq to generate ptr-records on its own?</p>
                                        </div></div>