Drpo these forwarding rules now that we have the bridge workaround.
This commit is contained in:
parent
31f0e18dfb
commit
6fb0963909
2 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue