Displaying 1 result from an estimated 1 matches for "frob2_ipt".
2007 Jun 27
0
Bug#430778: xen-utils-common: Here's proposed workaround script
...ages.
-- no debconf information
-------------- next part --------------
--- vif-common.sh.orig 2007-06-27 14:11:32.000000000 +0200
+++ vif-common.sh 2007-06-27 13:38:14.000000000 +0200
@@ -81,6 +81,35 @@
If you are using iptables, this may affect networking for guest domains."
}
+function frob2_iptable()
+{
+ if [ "$command" == "online" ]
+ then
+ local c="-A"
+ else
+ local c="-D"
+ fi
+
+#iptables -F FORWARD
+# iptables -A FORWARD -d 192.168.2.100/32 -m state --state ESTABLISHED,RELATED -j ACCEPT
+# iptables -A FORWARD -s 192.168.2.100/32 -j...