Here's a show-stopper. The DNAT rules aren't working correctly. We have a web server inside the network and a DNAT rule that forwards HTTP requests from the outside to that machine. In 5.816, the DNAT rule redirects the request to port 8080, even though the DNAT rule is set to make no changes to the destination port. This of course causes the connection to fail.
-Steve