Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. conn host-host-rsa
  2.  
  3. left=1.1.1.1
  4. leftsubnet=192.168.10.0/24
  5. leftid=@moon.strongswan.org
  6. leftauth=pubkey
  7. leftrsasigkey=/root/r1-pub.pem
  8. right=2.2.2.2
  9. rightsubnet=192.168.20.0/24
  10. rightid=@sun.strongswan.org
  11. rightauth=pubkey
  12. rightrsasigkey=/root/r2-pub.pem
  13. type=tunnel
  14. auto=add
  15.  
  16. conn host-host-rsa
  17. left=2.2.2.2
  18. leftsubnet=192.168.20.0/24
  19. leftid=@sun.strongswan.org
  20. leftauth=pubkey
  21. leftrsasigkey=/root/r2-pub.pem
  22. right=1.1.1.1
  23. rightsubnet=192.168.10.0/24
  24. rightid=@moon.strongswan.org
  25. rightauth=pubkey
  26. rightrsasigkey=/root/r1-pub.pem
  27. type=tunnel
  28. auto=add
  29.  
  30. Starting strongSwan 5.1.2 IPsec [starter]...
  31. 00[DMN] Starting IKE charon daemon (strongSwan 5.1.2, Linux 3.13.0-32-generic, x86_64)
  32. 00[CFG] loading ca certificates from '/etc/ipsec.d/cacerts'
  33. 00[CFG] loading aa certificates from '/etc/ipsec.d/aacerts'
  34. 00[CFG] loading ocsp signer certificates from '/etc/ipsec.d/ocspcerts'
  35. 00[CFG] loading attribute certificates from '/etc/ipsec.d/acerts'
  36. 00[CFG] loading crls from '/etc/ipsec.d/crls'
  37. 00[CFG] loading secrets from '/etc/ipsec.secrets'
  38. 00[LIB] loaded plugins: charon test-vectors aes rc2 sha1 sha2 md4 md5 random nonce x509 revocation constraints pkcs1 pkcs7 pkcs8 pkcs12 pem openssl xcbc cmac hmac ctr ccm gcm attr kernel-netlink resolve socket-default stroke updown eap-identity addrblock
  39. 00[LIB] unable to load 5 plugin features (5 due to unmet dependencies)
  40. 00[LIB] dropped capabilities, running as uid 0, gid 0
  41. 00[JOB] spawning 16 worker threads
  42. charon (607) started after 300 ms
  43. 04[CFG] received stroke: add connection 'host-host-rsa'
  44. 04[LIB] building CRED_CERTIFICATE - TRUSTED_PUBKEY failed, tried 0 builders
  45. 04[CFG] loading public key for "moon.strongswan.org" from '/root/r1-pub.pem' failed
  46. 04[LIB] building CRED_CERTIFICATE - TRUSTED_PUBKEY failed, tried 0 builders
  47. 04[CFG] loading public key for "sun.strongswan.org" from '/root/r2-pub.pem' failed
  48. 04[CFG] added configuration 'host-host-rsa'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement