Foreman server reverse -resolution not working

Hi Guys,

I have installed the foreman on single box using foreman installer. and configured the DNS server manually and my foreman server is not getting reverse resolution.
for information: DNS |DHCP | Foreman| database and other component are installed on single box.

below is configuration details, where am I going wrong can anyone please pointout-

Named.conf configuration

// named.conf

include "/etc/rndc.key";

controls  {
        inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; };
};

options  {
        include "/etc/named/options.conf";
};

include "/etc/named.rfc1912.zones";


// Public view read by Server Admin
include "/etc/named/zones.conf";
~
~~
"/etc/named.conf" 17L, 297C

Zone File Configuration

zone "nmbmr.in" {
    type master;
    file "/var/named/dynamic/forward.nmbmr.in.db";
};

 zone "1.200.168.192.in-addr.arpa" {
    type master;
    file "/var/named/dynamic/reverse.nmbmr.in.db";
};

~
~
"/etc/named/zones.conf" 10L, 200C

Foreward Zone File Configuration:

$TTL 10800
@ IN SOA ns1.nmbmr.in. root.ns1.nmbmr.in. (
        6       ;Serial
        86400   ;Refresh
        3600    ;Retry
        604800  ;Expire
        3600    ;Negative caching TTL
)

@ IN NS ns1.nmbmr.in.
ns1 IN A 192.168.200.1
foreman-srv IN A 192.168.200.1
~
~
"/var/named/dynamic/forward.nmbmr.in.db" 12L, 218C

Reverse File Configuration:

$TTL 300        ; 3 hours
@ IN SOA nmbmr.in. root.nmbmr.in. (
                                6          ; serial
                                86400      ; refresh (1 day)
                                3600       ; retry (1 hour)
                                604800     ; expire (1 week)
                                3600       ; minimum (1 hour)
                                )

@ IN NS ns1.nmbmr.in.
ns1 A 192.168.200.1
1 PTR ns1.nmbmr.in.
1 PTR foreman-srv.nmbmr.in.
~
~
"/var/named/dynamic/reverse.nmbmr.in.db" 14L, 340C

Apart from this FYI-
In my machine it have three network card one is used to download all the foreman software from Internet and other is used for PXE boot and third is used to connect the BMC network.

Is there any specific file where we need to configure the binding of the Network to work only on PXE network?

I’ve moved the question to the support category and added a bit of styling to make it easier to read.

Thanks. tbrisker !!

Hey,

I believe this should be

zone "200.168.192.in-addr.arpa" {