Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Carsten99

#1
Hello,

found by myself.

I modified the template file
/usr/local/opnsense/service/templates/OPNsense/Bind/named.conf.

And it works.

thanks
regards
carsten
#2
Hello,

I have to modify named.conf of the bind plugin manually.
My changes works great but after a reboot or a save through the GUI my changes are gone.

Is there a way to modify the named.conf? Do I have to modify a template file?

I am sorry for this silly question, but I did not found anything.

thanks
regards
carsten
#3
Hi,

thanks.

It works.

Regards
Carsten
#4
Sorry to be silly. I was lost somewhere.

I understand.

I create new Zone as reverse zone, it is only a Name which has to follow the rule.

And inside I put a ns and PTR.


Thanks, i will check it out tomorrow.

regards
carsten
#5
Hi,

and the "GUI" will fill the NS and PTR in the RLZ File?

regards
carsten
#6
Hi,

thanks.

I will try unbound out.
Otherwise I will deinstall the plugin and install bind itself.
I saw it is possible

thanks
regards
carsten
#7
Hi,

thanks.

But I have to manual create and maintain the file itself?

By the GUI it will not be created and maintained (filled with new Hosts)?

If I create a new host via GUI and I have to go to the ssh shell and do it manual for the reverse zone?

Thanks
regards
carsten
#8
Hello,

I got the Master Zone running. Perfekt. Thanks

Now i faced the problem, that I does not find any possibility to define and maintain reverse zone.
I have different IP Zones and I want to have IP to Name resolution.

How the dns reverse zones can be defined?

thanks
regards
carsten
#9
22.1 Legacy Series / Re: os-bind reverse Zone config
February 18, 2022, 01:23:54 PM
Should I close this, or will you do?

I can add my question to the other topic.

carsten
#10
22.1 Legacy Series / Re: os-bind reverse Zone config
February 18, 2022, 11:13:17 AM
Hi Franco,

yes I could but should I?

This a new Topic?

The Last was regarding Master Zone definition with the os-bind plugin?

Now I ask for the reverse Zone Definition of os-bind?

The reason was to separate these two different things?

regards
carsten

#11
22.1 Legacy Series / os-bind reverse Zone config
February 18, 2022, 10:42:47 AM
Hello,

got the Master Zones running.

Now where can I define or add host for the reverse zones?

Regards
Carsten
#12
Hi,

got i running.

Set the Type for NS to localhost.

Now my config look like:

$TTL 86400
@       IN      SOA    localhost. root.fw2. ( 2202181037 21600 3600 3542400 3600 )
                NS localhost.
fw1                A 192.168.17.11
sep                A 192.168.17.33


thanks
regards
carsten
#13
Hi,

thanks but this does not change anything.

$TTL 86400
@       IN      SOA    localhost. root.fw2. ( 2202171924 21600 3600 3542400 3600
)
fw1                A 192.168.17.11
fw1                NS 192.168.17.11
sep                A 192.168.17.33

FW1 is the Nameserver itself.

any further hints, or did i something wrong?

regards
carsten
#14
Hello,

I am new with opnsense since a few days.  I am using OPNsense 22.1.1_1-amd64.

I try to configure my network with this great software.

I tried to configure the os-bind plugin without unbound dns.

I create a slave zone from Windows DC which works well.

But my master zones does not work. The Zone can not be loaded:

I created a zone called work.local
17-Feb-2022 18:35:58.413 zoneload: error: zone work.local/IN: not loaded due to errors.
17-Feb-2022 18:35:58.413 zoneload: error: zone work.local/IN: has no NS records

Reason being:
The file work.local.db from system:

$TTL 86400
@       IN      SOA    localhost. root.fw2. ( 2202171810 21600 3600 3542400 3600 )
fw1                A 192.168.17.11
sep                A 192.168.17.33

And this created file is not correct.

The correct file would look like:
$TTL 86400
@       IN      SOA    localhost. root.fw2. ( 2202171810 21600 3600 3542400 3600 )

                IN NS localhost.

fw1              IN  A 192.168.17.11
sep              IN  A 192.168.17.33


Can this be modified in Filesystem as workaround?

Can this be solved? Or did I something wrong?

Thanks for your feedback
best regards
Carsten