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/d736863f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d736863f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d736863f Branch: refs/heads/4.0 Commit: d736863f87c08d1724ee0b1a09ea86f9815be68e Parents: 7559ade Author: Chiradeep Vittal <[email protected]> Authored: Tue Sep 25 15:58:33 2012 -0700 Committer: Edison Su <[email protected]> Committed: Wed Sep 26 21:50:27 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/d736863f/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
