Advertisement
FattiSec

OVHUS1.ovpn

Feb 14th, 2020
1,990
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 0 0
  1. ###############################################################################
  2. # OpenVPN 2.0 Sample Configuration File
  3. # for PacketiX VPN / SoftEther VPN Server
  4. #
  5. # !!! AUTO-GENERATED BY SOFTETHER VPN SERVER MANAGEMENT TOOL !!!
  6. #
  7. # !!! YOU HAVE TO REVIEW IT BEFORE USE AND MODIFY IT AS NECESSARY !!!
  8. #
  9. # This configuration file is auto-generated. You might use this config file
  10. # in order to connect to the PacketiX VPN / SoftEther VPN Server.
  11. # However, before you try it, you should review the descriptions of the file
  12. # to determine the necessity to modify to suitable for your real environment.
  13. # If necessary, you have to modify a little adequately on the file.
  14. # For example, the IP address or the hostname as a destination VPN Server
  15. # should be confirmed.
  16. #
  17. # Note that to use OpenVPN 2.0, you have to put the certification file of
  18. # the destination VPN Server on the OpenVPN Client computer when you use this
  19. # config file. Please refer the below descriptions carefully.
  20.  
  21.  
  22. ###############################################################################
  23. # Specify the type of the layer of the VPN connection.
  24. #
  25. # To connect to the VPN Server as a "Remote-Access VPN Client PC",
  26. # specify 'dev tun'. (Layer-3 IP Routing Mode)
  27. #
  28. # To connect to the VPN Server as a bridging equipment of "Site-to-Site VPN",
  29. # specify 'dev tap'. (Layer-2 Ethernet Bridgine Mode)
  30.  
  31. dev tun
  32.  
  33.  
  34. ###############################################################################
  35. # Specify the underlying protocol beyond the Internet.
  36. # Note that this setting must be correspond with the listening setting on
  37. # the VPN Server.
  38. #
  39. # Specify either 'proto tcp' or 'proto udp'.
  40.  
  41. proto udp
  42.  
  43.  
  44. ###############################################################################
  45. # The destination hostname / IP address, and port number of
  46. # the target VPN Server.
  47. #
  48. # You have to specify as 'remote <HOSTNAME> <PORT>'. You can also
  49. # specify the IP address instead of the hostname.
  50. #
  51. # Note that the auto-generated below hostname are a "auto-detected
  52. # IP address" of the VPN Server. You have to confirm the correctness
  53. # beforehand.
  54. #
  55. # When you want to connect to the VPN Server by using TCP protocol,
  56. # the port number of the destination TCP port should be same as one of
  57. # the available TCP listeners on the VPN Server.
  58. #
  59. # When you use UDP protocol, the port number must same as the configuration
  60. # setting of "OpenVPN Server Compatible Function" on the VPN Server.
  61.  
  62. # Note: The below hostname is came from the Dynamic DNS Client function
  63. # which is running on the VPN Server. If you don't want to use
  64. # the Dynamic DNS hostname, replace it to either IP address or
  65. # other domain's hostname.
  66.  
  67. remote main-us.stallionvpn.com 2305889472
  68.  
  69.  
  70. ###############################################################################
  71. # The HTTP/HTTPS proxy setting.
  72. #
  73. # Only if you have to use the Internet via a proxy, uncomment the below
  74. # two lines and specify the proxy address and the port number.
  75. # In the case of using proxy-authentication, refer the OpenVPN manual.
  76.  
  77. ;http-proxy-retry
  78. ;http-proxy [proxy server] [proxy port]
  79.  
  80.  
  81. ###############################################################################
  82. # The encryption and authentication algorithm.
  83. #
  84. # Default setting is good. Modify it as you prefer.
  85. # When you specify an unsupported algorithm, the error will occur.
  86. #
  87. # The supported algorithms are as follows:
  88. # cipher: [NULL-CIPHER] NULL AES-128-CBC AES-192-CBC AES-256-CBC BF-CBC
  89. # CAST-CBC CAST5-CBC DES-CBC DES-EDE-CBC DES-EDE3-CBC DESX-CBC
  90. # RC2-40-CBC RC2-64-CBC RC2-CBC CAMELLIA-128-CBC CAMELLIA-192-CBC CAMELLIA-256-CBC
  91. # auth: SHA SHA1 SHA256 SHA384 SHA512 MD5 MD4 RMD160
  92.  
  93. cipher AES-128-CBC
  94. auth SHA1
  95.  
  96.  
  97. ###############################################################################
  98. # Other parameters necessary to connect to the VPN Server.
  99. #
  100. # It is not recommended to modify it unless you have a particular need.
  101.  
  102. resolv-retry infinite
  103. nobind
  104. persist-key
  105. persist-tun
  106. client
  107. verb 3
  108. auth-user-pass
  109.  
  110. ###############################################################################
  111. # The certificate file of the destination VPN Server.
  112. #
  113. # The CA certificate file is embedded in the inline format.
  114. # You can replace this CA contents if necessary.
  115. # Please note that if the server certificate is not a self-signed, you have to
  116. # specify the signer's root certificate (CA) here.
  117.  
  118. <ca>
  119. -----BEGIN CERTIFICATE-----
  120. MIID+jCCAuKgAwIBAgIBADANBgkqhkiG9w0BAQsFADB8MSMwIQYDVQQDDBp2cG44
  121. NTg5NTk3MDEuc29mdGV0aGVyLm5ldDEjMCEGA1UECgwadnBuODU4OTU5NzAxLnNv
  122. ZnRldGhlci5uZXQxIzAhBgNVBAsMGnZwbjg1ODk1OTcwMS5zb2Z0ZXRoZXIubmV0
  123. MQswCQYDVQQGEwJVUzAeFw0xOTEyMTMyMDEyNTJaFw0zNzEyMzEyMDEyNTJaMHwx
  124. IzAhBgNVBAMMGnZwbjg1ODk1OTcwMS5zb2Z0ZXRoZXIubmV0MSMwIQYDVQQKDBp2
  125. cG44NTg5NTk3MDEuc29mdGV0aGVyLm5ldDEjMCEGA1UECwwadnBuODU4OTU5NzAx
  126. LnNvZnRldGhlci5uZXQxCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOC
  127. AQ8AMIIBCgKCAQEAvY3vS5NUrcY0Eeowe/kFVEJhktFJxKY564HJACxWPMh9GmJo
  128. vrl5lkvJLL2o5xe4/y9PkNdoYfgUa9IZPTqppA3bUAk9HJbtEz73yRaz4oS+vAtu
  129. ElE3Z6r0ziganPi0HDH1uyqHYgpURlAVgBCPN9fkxyjrCwBo4tMBTHG+hJTAtdso
  130. ZRxJG6Fd38B+U7zgyoZ4t3zrMVmF+cydHB76jzC6CAmLJhZPFgASqOW8VLAHAvog
  131. +nO8vS+zeoLLUz1OWdBwsCCWBT+pkUuZhddhU8KluQ7lEwefo/OXkOH1ZIF8I2X+
  132. 1rCaILMWchEprwWr8Xn6ncVnMmcXlCY9vDg39wIDAQABo4GGMIGDMA8GA1UdEwEB
  133. /wQFMAMBAf8wCwYDVR0PBAQDAgH2MGMGA1UdJQRcMFoGCCsGAQUFBwMBBggrBgEF
  134. BQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDBQYIKwYBBQUHAwYGCCsG
  135. AQUFBwMHBggrBgEFBQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcNAQELBQADggEBAHJK
  136. PMutMNKKO00MoJNaOcsk5T23NvxIXN6j/YDR1AZkinSJJuBwHmK6f72wmRXIabE5
  137. U0xhj1Iq3difoD6oRgdPUQl3yqyEXcUIOkKeCWGUOKV2SWbUY/H9MKBTcjCidL5n
  138. 3t4UpOM8cMn51Oo4yd90OHbM5093HjL9ApNCi22oqfTFYhcmeoL73UOqGezW3DVv
  139. 7PieU1S/rq/f/3lXxBjApDnuZPKatADxGg+udW7p0U7zUB3IphW4qFrQ3ppO8JCb
  140. OK/2OA0gQcYAIrFsDOBU5NQO1QKJ9RhDrhyrfOrnydbGRMLRNk//S2U6aTPwYT4d
  141. G+Bq5ag5BRO8N/FIwMo=
  142. -----END CERTIFICATE-----
  143.  
  144. </ca>
  145.  
  146.  
  147. ###############################################################################
  148. # The client certificate file (dummy).
  149. #
  150. # In some implementations of OpenVPN Client software
  151. # (for example: OpenVPN Client for iOS),
  152. # a pair of client certificate and private key must be included on the
  153. # configuration file due to the limitation of the client.
  154. # So this sample configuration file has a dummy pair of client certificate
  155. # and private key as follows.
  156.  
  157. <cert>
  158. -----BEGIN CERTIFICATE-----
  159. MIID1jCCAr6gAwIBAgIBADANBgkqhkiG9w0BAQsFADBqMR0wGwYDVQQDDBQxMDYz
  160. NTI4MzMwMDUzMDgyNTk5NDEdMBsGA1UECgwUMTA2MzUyODMzMDA1MzA4MjU5OTQx
  161. HTAbBgNVBAsMFDEwNjM1MjgzMzAwNTMwODI1OTk0MQswCQYDVQQGEwJVUzAeFw0x
  162. OTEyMTQwMTIxMzhaFw0zNzEyMzEwMTIxMzhaMGoxHTAbBgNVBAMMFDEwNjM1Mjgz
  163. MzAwNTMwODI1OTk0MR0wGwYDVQQKDBQxMDYzNTI4MzMwMDUzMDgyNTk5NDEdMBsG
  164. A1UECwwUMTA2MzUyODMzMDA1MzA4MjU5OTQxCzAJBgNVBAYTAlVTMIIBIjANBgkq
  165. hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0lo1Bc4rgzFV6FAK2fCZ/fY6mw9febiF
  166. zJNQ85PIlfDaGhA9ISPeyeWPp63tQNbA0Xvh0tO9YUVSVstG7SnA4Tjneq05Qd8g
  167. HoRFstE4Sv/yd9M7D9S6ExYAsG/HYSwF/qzbBAi2a/sgmK7EN4oLzX/RGo8e8r/h
  168. X4ac+PWbP9DI3gv8KQA4mktT99/WKxeFjLhPxBbozsJIte+Doll0xsc7XW3pCwyf
  169. pRjnhUQbzXIhV6rigyEf2K/082DzB77/gg9j3cSeHI3sym8uRoYFT3X1KF8whxpV
  170. h6YDhmUK6CcMV1CPQatcvhlTtitMxYktQxkDoCIC+qFsbQrQbnvygQIDAQABo4GG
  171. MIGDMA8GA1UdEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgH2MGMGA1UdJQRcMFoGCCsG
  172. AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDBQYI
  173. KwYBBQUHAwYGCCsGAQUFBwMHBggrBgEFBQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcN
  174. AQELBQADggEBAHCW+7JEWvOk6M0zL9NOzHOEHSnb66bqkigbk3e8I/R6cvR/jTDJ
  175. IrRyY2cBS1k3IpxEdcQ/SshUJYzB+6ryCJDm3aOEpDd4pRniaMqv7K+EetG+iM5V
  176. JB3aKu/iX0fyOrvgUuFwB+OByO+DiYmmmwEgkSVU/xoZaHHVFsM0Oxh7tHo5d/03
  177. FsmKPgyB0rEF2MYjcXCBDjK0GCgvBSbzysFr5d3bEmrDmZOPfpAXsUgZbfRstW6F
  178. 0ihw/8L+UjBhphLxQY0z3iLTZMwnvWr52vnn7942Uy+hXtjjrnVjbntYRkZJPmrZ
  179. I3QLk2Laacrpmo/0ORdLl2sjMhxoWkyEnAg=
  180. -----END CERTIFICATE-----
  181.  
  182. </cert>
  183.  
  184. <key>
  185. -----BEGIN PRIVATE KEY-----
  186. MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDSWjUFziuDMVXo
  187. UArZ8Jn99jqbD195uIXMk1Dzk8iV8NoaED0hI97J5Y+nre1A1sDRe+HS071hRVJW
  188. y0btKcDhOOd6rTlB3yAehEWy0ThK//J30zsP1LoTFgCwb8dhLAX+rNsECLZr+yCY
  189. rsQ3igvNf9Eajx7yv+Ffhpz49Zs/0MjeC/wpADiaS1P339YrF4WMuE/EFujOwki1
  190. 74OiWXTGxztdbekLDJ+lGOeFRBvNciFXquKDIR/Yr/TzYPMHvv+CD2PdxJ4cjezK
  191. by5GhgVPdfUoXzCHGlWHpgOGZQroJwxXUI9Bq1y+GVO2K0zFiS1DGQOgIgL6oWxt
  192. CtBue/KBAgMBAAECggEBAMJ5X7gESjo6bIAhMEcZqGUhNkGRTuXL8PeX4ymuoa3u
  193. RNX/2WRAM4NZVxzhMg3V/eIutDMkS1wYqO1RdjthdM9Eus2yRNNfo+RSydVulKrS
  194. QqsBgQM72uQ2XWDBlwWBm/E+giYSoATo4dQHD6WBXTQaTYpOc4BeYdDdNVb+SxAN
  195. G+82j7TN0BVR2Xdv52uKXFkZsdPu5i5r3ygoGdfGrZYp0O1SBlvd3dfW4R3pk8NT
  196. gzDLxrGe9c5NJCfdgKKfsjtKbdvbvhKa2uJH2mbhwiMgjdGpFwgskz0Kv0Mynayy
  197. FDbI4WrGl8SsJQt849BWFCSNtcAZ4LHZ+0uM5BhkCDkCgYEA6bfjf+UAIIlqDmSr
  198. JFsIjmTXfbRUDSI89fyetBMPYggoAO/AUC+XCmsUExrE4HlCmp2eD74i1IWsOB0T
  199. FIv4KED6ulwO4npT4nd+JjcdYhbjn2hOIfiphkIPHOYSptc9rAliXTyDv88MICQk
  200. ecHGYHSWWfNaxP9NeN0h6h11tocCgYEA5mgND30GTRpyKACQI7LucOI9VprqqIK1
  201. cvP2pZADjNsAGwoYsmCgLGCXVgFqU8WF+FSZ03+vmX365ZJMT+buzGQ483hsvXUd
  202. jFwkBpqIZdFbg6areT5o/LovmG2Pz95hVyQFZh4IPlHPVHop2FMgRB8TWt5oek8k
  203. m7t6eTObyLcCgYBB3/rXiYxHn3OtKuKyFJaMzA+Q9sraCNR14QY6a0TitLnRycHC
  204. 2CcSYKv/1oO3YXZMbjCm70iR7jtkdY1zNSB0+Buze08WtrP+GQANdWtqwljWDWg4
  205. WwYtOWFZG+AV9oUDgIGhFfVskscwJ/+/8cYgWbwnDlh/PhZwAqQUgMk08QKBgQCz
  206. LfvqLZp237gjL7zoZkBT/T0iWrtebLfbO6p2OrboFW/Rl1p5bfdiS4OlWNhtaVC0
  207. PGacOdI/ld9GJS2/faH7xX0cqmw2MhvWidliYU7tj5CRo036rfRLhid5bMrIJvKg
  208. J90i+vwCKvEHizF7j7mqAFi28/tgEqgvi+7EzsO5pQKBgQDMrOtkPLyAY54ewxBV
  209. 62KlrU3Rq2DFVUhyNlu23d5R5M4zYAg9g97TeqEQgCdKza64is/JhivHkGyqSbbg
  210. SIWp58SA2Z7NgwONQEe5jBJr/HDWlbupD7W4Cpsx+ifj8unYbSy5hyhwEtxPqCl2
  211. wTn0dB0geoHV4Ki+94txNusW8A==
  212. -----END PRIVATE KEY-----
  213.  
  214. </key>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement