Solved Problem with dns reverse

Good afternoon.

I am configuring the dns service in my freebsd distribution.

Direct DNS if it works me correctly, but when I check the reverse I get an error.

The error is as follows:

nslookup 192.168.56.102

Server: 192.168.56.102
Address: 192.168.56.#53

**server can´t find 102.56.168.192.in-addr.arpa: NXDOMAIN

thank you very much in advance
 

Attachments

  • dns directa.png
    dns directa.png
    550.1 KB · Views: 358
  • dns resol.png
    dns resol.png
    534.6 KB · Views: 362
  • dns1.png
    dns1.png
    619.8 KB · Views: 379
  • dns2.png
    dns2.png
    605.9 KB · Views: 397
  • dns reverse.png
    dns reverse.png
    544.3 KB · Views: 374
In your main config the reverse zone name is 1.168.192 when it should be 56.168.192

Also having two PTR records doesn't really make much sense. The reverse entry should normally match the host name of the server.
 
thank you very much for your help. Was that already solved! I actually needed the 56 in my main file, but as much as I looked at the file I did not see it -_-!

Thank you so much for everything, really, and have a good day.
 
Don't edit the localhost-forward.db and localhost-reverse.db files. They're for resolving 127.0.0.1/8 and localhost. They're not meant to be used to host your local domain.

And please, just copy/paste the actual text instead of posting a bunch of pictures.
 
Back
Top