diff options
author | Darkeye <postfach@martinmichel.info> | 2011-03-05 23:40:42 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-03-05 23:40:42 (GMT) |
commit | c074b1a47bfb84e01a7cc52b08d262a9ae8550ba (patch) | |
tree | c506140cc4e27b38f711479bb1a58d06759209e5 | |
parent | 9f5831118c1dae4cb8522b6ea140be5597652c59 (diff) |
Allow internal traffic without splash
-rwxr-xr-x | files/sbin/splash_sync | 2 |
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 |