*.m4: Actually allow NFS to untrusted hosts.
[firewall] / roadstar.m4
index 5485d00..61b0aa9 100644 (file)
@@ -33,6 +33,11 @@ allowservices inbound tcp \
        rsync \
        http https squid
 
+allowservices inbound-untrusted tcp \
+       sunrpc mount nfs
+allowservices inbound-untrusted udp \
+       sunrpc mount nfs
+
 ## Provide DNS resolution to local untrusted hosts.
 for p in tcp udp; do
   run ip46tables -A inbound-untrusted -j ACCEPT \