mirror of
				https://github.com/strongswan/strongswan.git
				synced 2025-11-03 00:01:15 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			564 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			564 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
connections {
 | 
						|
 | 
						|
   home {
 | 
						|
      local_addrs  = PH_IP_DAVE
 | 
						|
      remote_addrs = PH_IP_MOON
 | 
						|
      vips = 0.0.0.0
 | 
						|
 | 
						|
      local {
 | 
						|
         auth = pubkey
 | 
						|
         certs = daveCert.pem
 | 
						|
         id = dave@strongswan.org
 | 
						|
      }
 | 
						|
      remote {
 | 
						|
         auth = pubkey
 | 
						|
         id = moon.strongswan.org
 | 
						|
      }
 | 
						|
      children {
 | 
						|
         home {
 | 
						|
            remote_ts = 10.1.0.0/16
 | 
						|
 | 
						|
            updown = /usr/local/libexec/ipsec/_updown iptables
 | 
						|
            esp_proposals = aes128gcm128-x25519
 | 
						|
         }
 | 
						|
      }
 | 
						|
      version = 2
 | 
						|
      proposals = aes128-sha256-x25519
 | 
						|
   }
 | 
						|
}
 |