Guest User

Untitled

a guest
Aug 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Main Brach
  2. 10.17.8.0 10.10.10.0
  3. +------------+ +------------+
  4. | | OpenVPN | |
  5. | | | |
  6. | | 10.8.0.1 10.8.0.2| |
  7. | Server |'''''''''''''''''''''''| Client |
  8. | 10.17.8.5 | |10.10.10.20 |
  9. | | | |
  10. +------------+ +------------+
  11.  
  12.  
  13. Server configuration file
  14. -------------------------
  15. dev tun
  16. ifconfig 10.8.0.1 10.8.0.2
  17. secret static.key
  18. comp-lzo
  19. keepalive 10 60
  20. ping-timer-rem
  21. persist-tun
  22. persist-key
  23.  
  24. push "route 10.17.8.0 255.255.255.0"
  25. push "route 10.10.10.0 255.255.255.0"
  26.  
  27.  
  28. Client configuration file
  29. --------------------------
  30. remote myremote.mydomain
  31. dev tun
  32. ifconfig 10.8.0.2 10.8.0.1
  33. secret static.key
  34. comp-lzo
  35. keepalive 10 60
  36. ping-timer-rem
  37. persist-tun
  38. persist-key
  39.  
  40. route 10.17.8.0 255.255.255.0
Add Comment
Please, Sign In to add comment