chiark / gitweb /
*.m4: Actually allow NFS to untrusted hosts.
[firewall] / telecaster.m4
index b9f1069147c7b17dcb24f09758ef6c35bc7ad84d..103d11b146514bfd9e0f08f06ec1326208e4209e 100644 (file)
@@ -34,6 +34,11 @@ allowservices inbound tcp \
        rsync \
        http https squid ssquid
 
+allowservices inbound-untrusted tcp \
+       sunrpc mount nfs
+allowservices inbound-untrusted udp \
+       sunrpc mount nfs
+
 run iptables -A inbound -j ACCEPT \
        -p udp --destination-port $port_icp \
        -m limit --limit 10/second --limit-burst 100