BIND (Berkeley Internet Name Domain) is an implementation of the Domain Name System (DNS) protocols and provides an openly redistributable reference implementation of the major components of the Domain Name System, including:
- a Domain Name System server (named)
- a Domain Name System resolver library
- tools for verifying the proper operation of the DNS server
The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and stable architecture on top of which an organization’s naming architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is intended to be linked with applications requiring name service.
Bind(DNS Server) v9.11.37 – updated 2022-03-18
Bind (DNS Server) v9.11.28 – updated 2021-02-27
Bind (DNS Server) v9.11.10 – updated 2019-08-22
Bind (DNS Server) v9.11.6 – updated 2019-03-28
Bind (DNS Server) v9.11.3 – updated 2018-04-02
Bind (DNS Server) v9.10.0 – updated 2014-05-03
Bind (DNS Server) v9.9.2-P1 – updated 2012-12-24 needs libc065.dll
Hi Paul!
I’m still using Bind v.9.11.6. I see latest port on this page as v9.11.28, but on the https://www.os2site.com/sw/internet/dns/old/index.html
there is listed bind-9.12.4-os2-20190323.zip
Which one do you recomend? Any plans to port 9.16 or 9.11.36 at least? I see 9.16 (https://kb.isc.org/docs/changes-to-be-aware-of-when-moving-from-911-to-916) is quite more complicated.
Thank you for your work!
Best regards,
Milan
I suggest https://smedley.id.au/tmp/bind-9.11.37-os2-20220318.zip
9.16 needs quite a bit of work as it relies on IPv6 which we don’t have.
DMARC is not well documented ISC does not find anything when you search ISC documentation.
Here is the dmarc line in the
$ORIGIN sample.com.
_dmarc TXT “v=DMARC1; p=none; rua=mailto:dan@other.com; ruf=mailto:dan@other.com;fo=1”
Now the instructions say that in the zone for other.com I should have something like this
*._report._dmarc.other.com with a value of “v=DMARC1”
Where would that go and what should it look like?
Unfortunately I have no real experience with setting up DMARC with bind 🙁 I’d suggest posting to the esc-isp mailing list that Lewis runs – there are a bunch of knowledgeable folks there re: bind
Well the information on mxtools is a little afu (All That Fun). I was not able to use a *
So there a bunch of txt files in the email server domain and each sub domain now works.
this would be an email server at something.bogus.com
_dmarc TXT “v=DMARC1; p=quarantine; rua=mailto:service@bougus.com;ruf=mailto:service@bogus.com;fo=1”
some1.com._report._dmarc TXT “v=DMARC1”
some2.com._report._dmarc TXT “v=DMARC1”
some3.org._report._dmarc TXT “v=DMARC1”
some4.com._report._dmarc TXT “v=DMARC1”
some5.com._report._dmarc TXT “v=DMARC1”
some6.com._report._dmarc TXT “v=DMARC1”
the line for each of the referred domains would have just the one line, and the ability to send all the messages to the bogus email
example
_dmarc TXT “v=DMARC1; p=quarantine; rua=mailto:service@bogus.com; ruf=mailto:service@bogus.com;fo=1”
I hope this helps somebody
OK I cloned a box and changed the IP, name etc. I have a working arcanoae server, but when I unzipped 9.11.37 and run named I get something that stops running and is not able to be stopped. setboot /b is the only way to stop it! It is listening on the correct port, all the log files locations exist, but no logs get written. Any thoughts as to where I can start, or what are the changes? I left all the keys in place.
PS I attempted to leave a comment on the contact page. It would not transmit, and it instructed me to come back later. I did and I got the same message. Kinda Month Python like?