Added new post
This commit is contained in:
parent
804cdf676a
commit
d663bb0af2
@ -37,19 +37,20 @@ 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>
|
|
||||||
|
<pre bash>
|
||||||
firewall-cmd --perm --zone=public --add-service=dns
|
firewall-cmd --perm --zone=public --add-service=dns
|
||||||
</blockquote>
|
|
||||||
<blockquote>
|
|
||||||
firewall-cmd --reload
|
firewall-cmd --reload
|
||||||
</blockquote>
|
</pre>
|
||||||
|
|
||||||
<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.
|
||||||
</p>
|
</p>
|
||||||
<blockquote>
|
|
||||||
|
<pre bash>
|
||||||
dig blog.tristanancelet.com
|
dig blog.tristanancelet.com
|
||||||
</blockquote>
|
</pre>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -17,12 +17,16 @@ 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)
|
||||||
|
|
||||||
|
{{{bash
|
||||||
firewall-cmd --perm --zone=public --add-service=dns
|
firewall-cmd --perm --zone=public --add-service=dns
|
||||||
|
|
||||||
firewall-cmd --reload
|
firewall-cmd --reload
|
||||||
|
}}}
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
{{{bash
|
||||||
dig blog.tristanancelet.com
|
dig blog.tristanancelet.com
|
||||||
|
}}}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user