X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/77acbdb1ccdeb83c6ce575bd1824dedb8c752edb..194c72b5a8aefc4401ec791071cf6abd5bfa5631:/roadstar.m4 diff --git a/roadstar.m4 b/roadstar.m4 index e35a4f1..5d628c9 100644 --- a/roadstar.m4 +++ b/roadstar.m4 @@ -29,14 +29,19 @@ m4_divert(86)m4_dnl allowservices inbound tcp \ ssh \ ident \ - ftp ftp_data \ + ftp \ rsync \ - http https squid + http https squid ssquid + +allowservices inbound-untrusted tcp \ + sunrpc mount nfs \ + lpd +allowservices inbound-untrusted udp \ + sunrpc mount nfs ## Provide DNS resolution to local untrusted hosts. for p in tcp udp; do - run iptables -A inbound -j ACCEPT \ - -s 172.29.198.0/24 \ + run ip46tables -A inbound-untrusted -j ACCEPT \ -p $p --destination-port $port_dns done