mirror of https://github.com/apache/cloudstack.git
allow cross-forwarding of traffic between private/public interface in domR
This commit is contained in:
parent
5cc496a78d
commit
9b1d0a7054
|
|
@ -19,6 +19,8 @@ COMMIT
|
|||
-A INPUT -i eth0 -p tcp -m state --state NEW --dport 80 -j ACCEPT
|
||||
-A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
-A FORWARD -i eth0 -o eth2 -j ACCEPT
|
||||
-A FORWARD -i eth1 -o eth2 -j ACCEPT
|
||||
-A FORWARD -i eth2 -o eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
-A FORWARD -i eth2 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
COMMIT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue