[Ovirt-devel] [PATCH] masquerade all protocols

Alan Pevec apevec at redhat.com
Thu Oct 16 15:31:11 UTC 2008


not just default tcp
---
 appliances/ovirt/ovirt.pp.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/appliances/ovirt/ovirt.pp.in b/appliances/ovirt/ovirt.pp.in
index da98f2d..eb0776d 100644
--- a/appliances/ovirt/ovirt.pp.in
+++ b/appliances/ovirt/ovirt.pp.in
@@ -100,7 +100,8 @@ firewall_rule {"ovirt_nat":
     table => "nat",
     chain => "POSTROUTING",
     out_interface => "eth0",
-    action => "MASQUERADE"
+    action => "MASQUERADE",
+    protocol => ''
 }
 
 firewall_rule {"ssh": destination_port => '22'}
-- 
1.5.5.1




More information about the ovirt-devel mailing list