Alexander Kirillov <[EMAIL PROTECTED]> writes: > Here's a reverse zone file for my home network. It's 10.10.0/24 > but you'll figure out how to tailor this to your needs.
Taking your example I come up with the zone file posted at the end. It loads with no comment from named. But I still see the same problem. nslookup knows all the alphabetical host names and all there IP numbers except the two on 192.168.1/24 Using nslookup to test.... first one of the machines with two nics testing the nic in 192.168.0/24 nslookup reader ======================= Server: 127.0.0.1 Address: 127.0.0.1#53 Name: reader.local.lan Address: 192.168.1.2 Name: reader.local.lan Address: 192.168.0.4 It knows reader has two nics and where they are network wise. Now testing the numeric IP nslookup 192.168.0.4 ======================= Server: 127.0.0.1 Address: 127.0.0.1#53 4.0.168.192.in-addr.arpa name = reader.local.lan. As expected.... it works Now try it on 192.168.1/24 ... the 2nd nic on reader. nslookup rdmz ======================= Server: 127.0.0.1 Address: 127.0.0.1#53 Name: rdmz.local.lan Address: 192.168.1.2 Good, just what we expected, but now try the numeric IP. nslookup 192.168.1.2 ========================= Server: 127.0.0.1 Address: 127.0.0.1#53 ** server can't find 2.1.168.192.in-addr.arpa: NXDOMAIN Gack... what happened? -- gentoo-user@gentoo.org mailing list