    # Set up chains which allow us to bypass prerouting for IPSEC networks
    /sbin/iptables --table nat --new-chain PreroutingBypassIPSEC
    /sbin/iptables --table nat --append PREROUTING --jump PreroutingBypassIPSEC

