Guest User

Untitled

a guest
Jan 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. conn %default
  2. keyexchange=ikev2
  3. authby=secret
  4.  
  5. conn net-net
  6. ike=aes256-sha512-modp2048!
  7. leftauth=psk
  8. left=xx.xx.xx.xx
  9. leftsubnet=10.255.1.0/24
  10. leftfirewall=yes
  11. rightauth=psk
  12. right=yy.yy.yy.yy
  13. auto=add
  14. rightsubnet=10.250.72.0/24,192.168.149.199/32
  15.  
  16. [root@ipsec01 strongswan]# strongswan --version
  17. Linux strongSwan U5.4.0/K3.10.0-514.6.1.el7.x86_64
  18.  
  19. conn %default
  20. keyexchange=ikev2
  21. authby=secret
  22.  
  23. conn net-net
  24. ike=aes256-sha512-modp2048!
  25. leftauth=psk
  26. left=xx.xx.xx.xx
  27. leftsubnet=10.255.1.0/24
  28. leftfirewall=yes
  29. rightauth=psk
  30. right=yy.yy.yy.yy
  31. auto=add
  32. rightsubnet=10.250.72.0/24
  33.  
  34. conn net-host
  35. also=net-net
  36. rightsubnet=192.168.149.199/32
Add Comment
Please, Sign In to add comment