summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarkeye <postfach@martinmichel.info>2011-03-05 23:40:42 (GMT)
committerDarkeye <postfach@martinmichel.info>2011-03-05 23:40:42 (GMT)
commitded57acb04e3d7fa9073ad28f6d668eb4115be44 (patch)
treec506140cc4e27b38f711479bb1a58d06759209e5
parentc95dd20107ab288d1e18d02417e7e7d81d0d3186 (diff)
Allow internal traffic without splash
-rwxr-xr-xfiles/sbin/splash_sync2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/sbin/splash_sync b/files/sbin/splash_sync
index 52a37b7..5d2c6be 100755
--- a/files/sbin/splash_sync
+++ b/files/sbin/splash_sync
@@ -38,6 +38,8 @@ iptables -t nat -A ffj_splash --destination-port 53 -j ACCEPT
#Jabber Whitelisting
iptables -t nat -A ffj_splash --destination-port 5222 -j ACCEPT
iptables -t nat -A ffj_splash --destination-port 5223 -j ACCEPT
+#Free Wavez in Freifunk
+iptables -t nat -A ffj_splash -s 10.0.0.0/8 -d 10.0.0.0/8 -j ACCEPT
#Freifunk-Jena Whitelisting
iptables -t nat -A ffj_splash -d freifunk-jena.de -j ACCEPT
iptables -t nat -A ffj_splash -d www.freifunk-jena.de -j ACCEPT
contact: Jan Huwald // Impressum