summaryrefslogtreecommitdiffstats
path: root/package/strongswan/files/ipsec.config
blob: b4865e40b52349a54b97c177b2a4c768f05b9325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

# Configure button/light behavior here.
config device
	option reset_button	ses
	option status_start	ses_orange
	option status_valid	ses_white

# iptables setup for traffic to/from this host
config filter
	option rule_in		input_rule
	option dest_in		ACCEPT
	option rule_out		output_rule
	option dest_out		ACCEPT

# iptables setup for traffic to/from another host
config forward
	option rule_in		forwarding_rule
	option dest_in		forwarding_vpn_in
	option rule_out		forwarding_rule
	option dest_out		forwarding_vpn_out