From b82199c7e667fa915b9b530d73fa234ad3d4d71d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 May 2021 19:05:01 +0100 Subject: regenerate atom feed --- .../gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi') diff --git a/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi b/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi index 7ba3b95e..44df2112 100644 --- a/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi +++ b/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi @@ -49,7 +49,7 @@ class { 'jail': ## PF firewall -Please note that "dns.ian.buetow.org" is just the Jail name of the master DNS server (and "caprica.ian.buetow.org" the name of the Jail for the slave DNS server) and that I am using the DNS names "dns1.buetow.org" (master) and "dns2.buetow.org" (slave) for the actual service names (these are the the DNS servers visible to the public). Please also note that the IPv4 address is an internal one. I have a PF to use NAT and PAT. The DNS ports are being forwarded (TCP and UDP) to that Jail. By default all ports are blocked, so I am adding an exception rule for the IPv6 address. These are the PF rules in use: +Please note that "dns.ian.buetow.org" is just the Jail name of the master DNS server (and "caprica.ian.buetow.org" the name of the Jail for the slave DNS server) and that I am using the DNS names "dns1.buetow.org" (master) and "dns2.buetow.org" (slave) for the actual service names (these are the the DNS servers visible to the public). Please also note that the IPv4 address is an internal one. I have a PF to use NAT and PAT. The DNS ports are being forwarded (TCP and UDP) to that Jail. By default all ports are blocked, so I am adding an exception rule for the IPv6 address as well. These are the PF rules in use: ``` % cat /etc/pf.conf -- cgit v1.2.3