Updated Branches: refs/heads/master 969f0651a -> 32feb9525
CLOUDSTACK-171 cleanroom version of ipsec.conf Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/32feb952 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/32feb952 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/32feb952 Branch: refs/heads/master Commit: 32feb9525ca93231f360713c7d8561ec7493d797 Parents: 969f065 Author: Chiradeep Vittal <[email protected]> Authored: Tue Sep 25 15:58:33 2012 -0700 Committer: Chiradeep Vittal <[email protected]> Committed: Tue Sep 25 15:58:33 2012 -0700 ---------------------------------------------------------------------- patches/systemvm/debian/vpn/etc/ipsec.conf | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/32feb952/patches/systemvm/debian/vpn/etc/ipsec.conf ---------------------------------------------------------------------- diff --git a/patches/systemvm/debian/vpn/etc/ipsec.conf b/patches/systemvm/debian/vpn/etc/ipsec.conf new file mode 100644 index 0000000..dc363b3 --- /dev/null +++ b/patches/systemvm/debian/vpn/etc/ipsec.conf @@ -0,0 +1,9 @@ +# Manual: ipsec.conf.5 +version 2.0 + +config setup + nat_traversal=yes + virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/16,%v4:172.16.0.0/12 + protostack=auto + +include /etc/ipsec.d/*.conf
