mirror of
				https://github.com/strongswan/strongswan.git
				synced 2025-11-03 00:01:15 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			307 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			307 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
# /etc/ipsec.conf - strongSwan IPsec configuration file
 | 
						|
 | 
						|
config setup
 | 
						|
	plutodebug=control
 | 
						|
	charonstart=no
 | 
						|
 | 
						|
conn %default
 | 
						|
	ikelifetime=60m
 | 
						|
	keylife=20m
 | 
						|
	rekeymargin=3m
 | 
						|
	keyingtries=1
 | 
						|
	keyexchange=ikev1
 | 
						|
	authby=secret
 | 
						|
	
 | 
						|
conn rw
 | 
						|
	left=PH_IP6_MOON
 | 
						|
	leftsubnet=fec1::/16
 | 
						|
	leftfirewall=yes
 | 
						|
	right=%any6
 | 
						|
	auto=add
 |