summaryrefslogtreecommitdiff
path: root/testing/tests/pfkey/shunt-policies/description.txt
blob: ad98eb8d58c8b79d95e0a4dcf220ba32013b4f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
All traffic from the clients <b>alice</b> and <b>venus</b> is tunneled
by default gateway <b>moon</b> to VPN gateway <b>sun</b>. In order to
prevent local traffic within the <b>10.1.0.0/16</b> subnet to enter the
tunnel, a <b>local-net</b> shunt policy with <b>type=pass</b> is set up.
In order for the shunt to work, automatic route insertion must be disabled
by adding <b>install_routes = no</b> to the charon section of <b>strongswan.conf</b>.
<p/>
In order to demonstrate the use of <b>type=drop</b> shunt policies, the
<b>venus-icmp</b> connection prevents ICMP traffic to and from <b>venus</b>
to use the IPsec tunnel by dropping such packets. Since this policy does not
apply to the local net, <b>venus</b> and <b>moon</b> can still ping each other.