Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. conn %default
  2. ikelifetime=60m
  3. keylife=20m
  4. rekeymargin=3m
  5. keyingtries=1
  6.  
  7. conn lan
  8. right=%any
  9. leftsubnet=fd12:3456:7890:abcd::/64
  10. rightsubnet=fd12:3456:7890:abcd::/64
  11. type=transport
  12. authby=psk
  13. auto=route
  14.  
  15. ping6 -I fd12:3456:7890:abcd::1234 ff02::1
  16.  
  17. conn local
  18. type=passthrough
  19. left=fd12:3456:7890:abcd::1234
  20. right=fd12:3456:7890:abcd::1234
  21.  
  22. conn local
  23. type=passthrough
  24. right=%any
  25. rightsubnet=fd12:3456:7890:abcd::1234/128
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement