Added new post

This commit is contained in:
Tristan Ancelet 2023-09-05 21:28:30 -05:00
parent 1e89fc1f64
commit 0d5881d1dc
2 changed files with 4 additions and 9 deletions

View File

@ -37,14 +37,10 @@ I had a backup DNS server as well, but after looking into the VM (that was still
<p> <p>
Here is the commands it did to whitelist DNS (running firewalld as a device side firewall) Here is the commands it did to whitelist DNS (running firewalld as a device side firewall)
</p> </p>
<blockquote>
<ol> firewall-cmd --perm --zone=public --add-service=dns
<li> firewall-cmd --reload
Adding the DNS service to the public zone and reloading firewalld to make sure the config change takes </blockquote>
firewall-cmd --perm --zone=public --add-service=dns
firewall-cmd --reload
</ol>
<p> <p>
After checking that DNS was resolving with dig, I was able to visit my site with no more issues. After checking that DNS was resolving with dig, I was able to visit my site with no more issues.

View File

@ -17,7 +17,6 @@ I had a backup DNS server as well, but after looking into the VM (that was still
Here is the commands it did to whitelist DNS (running firewalld as a device side firewall) Here is the commands it did to whitelist DNS (running firewalld as a device side firewall)
# Adding the DNS service to the public zone and reloading firewalld to make sure the config change takes
firewall-cmd --perm --zone=public --add-service=dns firewall-cmd --perm --zone=public --add-service=dns
firewall-cmd --reload firewall-cmd --reload