local.m4: Protect the `untrusted' network from incoming requests.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 16 Feb 2015 09:55:23 +0000 (09:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 16 Feb 2015 09:55:23 +0000 (09:55 +0000)
commit1b534b6a971639a492666b35145b247e4f4a94a9
tree68525103899e023cfd84d3f8b4189da99aafa175
parent4aa2b49cc41cd34e1fc54858ca26c190d5b925cc
local.m4: Protect the `untrusted' network from incoming requests.

Currently the untrusted network is vulnerable to incoming hostile IPv6
requests, and only protected from IPv4 by NAT.

I don't think it's especially useful to allow untrusted hosts to
provide externally facing services, so rather than deploy a new
network, I'm just going to change the policy for the existing one, and
forbid new connections and UDP traffic to untrusted hosts.  This
involves splitting out a separate network class for the external
Internet, which is now `scary'.
local.m4