LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   (SOLVED)Why is my reverse zone giving me these errors my other zones work fine (https://www.linuxquestions.org/questions/linux-networking-3/solved-why-is-my-reverse-zone-giving-me-these-errors-my-other-zones-work-fine-4175476072/)

techmom50 09-05-2013 02:17 PM

(SOLVED)Why is my reverse zone giving me these errors my other zones work fine
 
errors named.log

04-Sep-2013 23:56:45.911 general: warning: /var/bind/pri/192.168.1.rev:3: ignoring out-of-zone data (1.168.192.in-addr-arpa)
04-Sep-2013 23:56:45.911 general: warning: /var/bind/pri/192.168.1.rev:10: ignoring out-of-zone data (1.168.192.in-addr-arpa)
04-Sep-2013 23:56:45.911 general: warning: /var/bind/pri/192.168.1.rev:11: ignoring out-of-zone data (50.1.168.192.in-addr-arpa)
04-Sep-2013 23:56:45.911 general: error: zone 1.168.192.in-addr.arpa/IN: has 0 SOA records
04-Sep-2013 23:56:45.911 general: error: zone 1.168.192.in-addr.arpa/IN: has no NS records
04-Sep-2013 23:56:45.911 general: error: zone 1.168.192.in-addr.arpa/IN: not loaded due to errors.

errors daemon.log
Sep 5 00:03:30 tux dhcpd: Unable to add reverse map from 90.1.168.192.192.in-addr.arpa. to KUDU.PacificCabinets.com: not found

errors syslog
Sep 5 00:03:30 tux dhcpd: Unable to add reverse map from 90.1.168.192.192.in-addr.arpa. to KUDU.PacificCabinets.com: not found


192.168.1.rev

$TTL 1D
$ORIGIN 1.168.192.in-addr-arpa.
@ IN SOA ns.pacificcabinets.com. root.pacificcabinets.com.(
0612201317 ; serial
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum

@ IN NS tux.pacificcabinets.com.
50 IN PTR tux.pacificcabinets.com.

bathory 09-06-2013 12:35 AM

Quote:

$ORIGIN 1.168.192.in-addr-arpa.
You have a typo in zone name. It's
Code:

$ORIGIN 1.168.192.in-addr.arpa.
(dot instead of dash before arpa)

Cheers

techmom50 09-09-2013 12:09 PM

Thank you it worked I just did not spot that
 
Quote:

Originally Posted by bathory (Post 5022803)
You have a typo in zone name. It's
Code:

$ORIGIN 1.168.192.in-addr.arpa.
(dot instead of dash before arpa)

Cheers

[QUOTE=Newbee 12:] Thank you I did not catch that. It solved that error. Now onto the next.


All times are GMT -5. The time now is 08:30 AM.