diff --git a/templates/iptables.conf.j2 b/templates/iptables.conf.j2
index 28f407f16c8f1ee6e3cc62496ded06ae65ad9d56..2f2e4493ffa3499708670b46f4528f3e7c1dbd7f 100644
--- a/templates/iptables.conf.j2
+++ b/templates/iptables.conf.j2
@@ -35,11 +35,6 @@
 {% if inventory_hostname in groups.docker_nagios %}
 -A INPUT -s 192.168.239.0/24 -p tcp -m tcp --dport 443 -m state --state NEW,ESTABLISHED -j ACCEPT
 {% endif %}
-# DNS
--A INPUT -p tcp -m tcp --dport 53 -j ACCEPT
--A INPUT -p udp -m udp --dport 53 -j ACCEPT
-# DHCP
--A INPUT -p udp -m udp --dport 68 -j ACCEPT
 # NRPE
 {% for host in groups.docker_nagios %}
 -A INPUT -s {{ hostvars[host].ansible_host }} -p tcp -m tcp --dport 5666 -m state --state NEW,ESTABLISHED -j ACCEPT