Drpo these forwarding rules now that we have the bridge workaround.

This commit is contained in:
Kevin Fenzi 2014-10-08 22:16:46 +00:00
parent 31f0e18dfb
commit 6fb0963909
2 changed files with 0 additions and 9 deletions

View file

@ -63,9 +63,5 @@
# otherwise kick everything out
-A INPUT -j REJECT --reject-with icmp-host-prohibited
{% if virthost is defined %}
-A FORWARD -j ACCEPT
{% else %}
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
{% endif %}
COMMIT

View file

@ -59,10 +59,5 @@
# otherwise kick everything out
-A INPUT -j REJECT --reject-with icmp-host-prohibited
{% if virthost is defined %}
-A FORWARD -s 67.203.2.64/29 -j ACCEPT
-A FORWARD -d 67.203.2.64/29 -j ACCEPT
{% else %}
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
{% endif %}
COMMIT