Advertisement
isptunnelvpn

USOVH2

Jan 16th, 2020
193
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 vpn848810575.v4.softether.net 1194
  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. ###############################################################################
  112. # The certificate file of the destination VPN Server.
  113. #
  114. # The CA certificate file is embedded in the inline format.
  115. # You can replace this CA contents if necessary.
  116. # Please note that if the server certificate is not a self-signed, you have to
  117. # specify the signer's root certificate (CA) here.
  118.  
  119. <ca>
  120. -----BEGIN CERTIFICATE-----
  121. MIID+jCCAuKgAwIBAgIBADANBgkqhkiG9w0BAQsFADB8MSMwIQYDVQQDDBp2cG4x
  122. NTk5OTEyNTUuc29mdGV0aGVyLm5ldDEjMCEGA1UECgwadnBuMTU5OTkxMjU1LnNv
  123. ZnRldGhlci5uZXQxIzAhBgNVBAsMGnZwbjE1OTk5MTI1NS5zb2Z0ZXRoZXIubmV0
  124. MQswCQYDVQQGEwJVUzAeFw0yMDAxMTYxOTE3MjhaFw0zNzEyMzExOTE3MjhaMHwx
  125. IzAhBgNVBAMMGnZwbjE1OTk5MTI1NS5zb2Z0ZXRoZXIubmV0MSMwIQYDVQQKDBp2
  126. cG4xNTk5OTEyNTUuc29mdGV0aGVyLm5ldDEjMCEGA1UECwwadnBuMTU5OTkxMjU1
  127. LnNvZnRldGhlci5uZXQxCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOC
  128. AQ8AMIIBCgKCAQEAz+PyfhyZE23YuVU7Uo+9pNZ+bTG92sKLhCGK8GWlcMUvfAmr
  129. 7wfpo+g0ct4gWv5d1NwY0t8k7lPt4LgTa6emXJsZJbn7xRV8u0wuoggutPmzlN11
  130. nfXE9TAWIZVdFqD/HwSl/3DZlSaRIhy1QUbC/4uIqCclRFu7XFJc/dTI7V+1F8JL
  131. qEykusKqWMi7R2tNzjx4mdp2W3YomZ9IPWdglaPlQAp3jC3hYkV5XojOah24QosK
  132. Kz//J52StXWHwxGk8eGt+sItJhivc60SmczOlrcFzdF2Iem1SinQUwIydg/de+zw
  133. ukp4bGumJEfgJ46dUaZc/6rjnB50RLpgJ3i06QIDAQABo4GGMIGDMA8GA1UdEwEB
  134. /wQFMAMBAf8wCwYDVR0PBAQDAgH2MGMGA1UdJQRcMFoGCCsGAQUFBwMBBggrBgEF
  135. BQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDBQYIKwYBBQUHAwYGCCsG
  136. AQUFBwMHBggrBgEFBQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcNAQELBQADggEBAFsX
  137. uG5Xg5VOGKIxD7cPcDoYAJBBRDJGhkIJ7B4i9Qq06Tk4+VXwczgjKlRuHMLLQGuP
  138. /65Wb7/VLfICXASvOIRBfTD4BFQRO4dVIg/fijwLuoPTVGQvjQTGhaF8l9617eNq
  139. zgKeFGNnIMt1Pf/+USoeVh5Zf1bqvnwfOejW0pzaDtwwzrNYJnAX4j5x+O+RKhCg
  140. lT/s5u2IFxuloEwQ3rCW2n9xa5t7/mhcL6PyAQQTKIlR99tgRKvOnGqrtDSBmAgK
  141. zlWvMbZEvmVj1y5nCQpkopraYd0S0FTdBoVlxS8gZClBbVtfTi3ggDz+3IcbSJBo
  142. QAFh4YKFF8uUBrfuJNA=
  143. -----END CERTIFICATE-----
  144.  
  145. </ca>
  146.  
  147.  
  148. ###############################################################################
  149. # The client certificate file (dummy).
  150. #
  151. # In some implementations of OpenVPN Client software
  152. # (for example: OpenVPN Client for iOS),
  153. # a pair of client certificate and private key must be included on the
  154. # configuration file due to the limitation of the client.
  155. # So this sample configuration file has a dummy pair of client certificate
  156. # and private key as follows.
  157.  
  158. <cert>
  159. -----BEGIN CERTIFICATE-----
  160. MIID0DCCArigAwIBAgIBADANBgkqhkiG9w0BAQsFADBnMRwwGgYDVQQDDBMyNTgy
  161. NDA3MDAxMjIwNDI5NDIwMRwwGgYDVQQKDBMyNTgyNDA3MDAxMjIwNDI5NDIwMRww
  162. GgYDVQQLDBMyNTgyNDA3MDAxMjIwNDI5NDIwMQswCQYDVQQGEwJVUzAeFw0yMDAx
  163. MTcwMDUyMTNaFw0zNzEyMzEwMDUyMTNaMGcxHDAaBgNVBAMMEzI1ODI0MDcwMDEy
  164. MjA0Mjk0MjAxHDAaBgNVBAoMEzI1ODI0MDcwMDEyMjA0Mjk0MjAxHDAaBgNVBAsM
  165. EzI1ODI0MDcwMDEyMjA0Mjk0MjAxCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0B
  166. AQEFAAOCAQ8AMIIBCgKCAQEAvMD1dRwcsVOtHX9ZnLuhQbAhQB35HtMwh4CVORCO
  167. mA0KKr7vGui07hLc/kxi5qQMpLXyevjL/wO13+fGnV55iQPTEQNg+4d0DyFDdN6m
  168. YcKh/NT5F/dqMjpUHR/2l1YzF1d9vM+CfpYyDxdzVwiO5sI4JqVfeotcWNjcgNSC
  169. cT0oHyq3aH5Pd1Jd5mbxAHMSv2VlpgPDAhZsXSHp0ZV85lnu16KlHNX+UPeUgFs7
  170. SW4Y/+kjhrq459RztBCLNroqEbp7tbGWIXGg4sA8sJ2sRPM0rGKm2eSjv6wjGTwt
  171. UCnXKC8BaHFYGHo+r9gnXyCw3V2OPwHH/wuJGWbAa74a+wIDAQABo4GGMIGDMA8G
  172. A1UdEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgH2MGMGA1UdJQRcMFoGCCsGAQUFBwMB
  173. BggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDBQYIKwYBBQUH
  174. AwYGCCsGAQUFBwMHBggrBgEFBQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcNAQELBQAD
  175. ggEBAAuSSWf7UqnomisjWt3vuVPphYl1xaWi7sGwZ7hNHm5oYlDSh2rYuyaGOtaZ
  176. 60zH0JHYHRNUluis4dkR9+bpDOie0YERsWfLUZmIcrtzdvUfEc0+IJCAMfrnaVzK
  177. WPs/4U3CdLL7F4hvbIma7/Bh1c/9EmUx5i80rws5987JwbMFhBwXtv33TI4wZO+a
  178. sSUwuFhSdz/Wp/yb+5cgRv33S/wKkL4YTA+L/54PpZC8nCrXIIr+MRJO/pRlNVgC
  179. M6YarjSILd9rrflzG4/aEBqvA7r3vNgvskoZue+m5gXwb2ffIadtmPymA2xS2ixx
  180. 2wVl6788W1VixkT4aEflfOVNuUE=
  181. -----END CERTIFICATE-----
  182.  
  183. </cert>
  184.  
  185. <key>
  186. -----BEGIN PRIVATE KEY-----
  187. MIIEwAIBADANBgkqhkiG9w0BAQEFAASCBKowggSmAgEAAoIBAQC8wPV1HByxU60d
  188. f1mcu6FBsCFAHfke0zCHgJU5EI6YDQoqvu8a6LTuEtz+TGLmpAyktfJ6+Mv/A7Xf
  189. 58adXnmJA9MRA2D7h3QPIUN03qZhwqH81PkX92oyOlQdH/aXVjMXV328z4J+ljIP
  190. F3NXCI7mwjgmpV96i1xY2NyA1IJxPSgfKrdofk93Ul3mZvEAcxK/ZWWmA8MCFmxd
  191. IenRlXzmWe7XoqUc1f5Q95SAWztJbhj/6SOGurjn1HO0EIs2uioRunu1sZYhcaDi
  192. wDywnaxE8zSsYqbZ5KO/rCMZPC1QKdcoLwFocVgYej6v2CdfILDdXY4/Acf/C4kZ
  193. ZsBrvhr7AgMBAAECggEBALEOwDGOoUumFmnpIAJp7yZTNZ2TgDBuIsO41kGlSl1P
  194. Pg5C9L/lMnNwtmTE+rEnicSn+EFqSNF6hYz3OdQ83vyr3b3D0aGgujnHFiP3B1QE
  195. 4zbsAI1+xNtA484+QW5MqbhnlccbUGm2Mlb9xHAL0yCbZ1i5IAsv1vxw0Mb4kTPu
  196. bmD/0pS+70wGopLKI5SQyf6lPNrUec1Rm2psHKyU2tAXwXZtN/EJlGFtWqwqgIUI
  197. /1kGjcWAlmDjQ0MbUi++rlcH0Ary8oj8CBKtj4nGqaGvvGPdedNr27EEtBzbp4Pa
  198. 0zGLizuTLyqpOf41jD+M5EQY3fwl2ExJbe5CHKHpzqECgYEA+mILBNEdkxvNjUTM
  199. M+UY9rgyxHRAU63DBARf0OkqSQX9vo00vISkPi468heseMP43eVGaKP01JE1hnUs
  200. 9eOh34csRqqio7ZsVW9XiM51QduGDi9fIxuCXELph7/r1ec975gRNNd2cqp05E5a
  201. VYqZcuFdUpn+nbRWT+mjJvLknbcCgYEAwPz6K94uGT2g1nSLZ4uzh54QBMknCmGN
  202. yXkXWeIzCb9E0AE2CAzNkeq6pt3b7jbdRLCjzRMvUGK09pSPtdwC1BH3mWxBccsv
  203. 3YmKCmKwp6yqI6iHy/bcRzNVu4pJPnn8Lqt0pRwa6oCgAnwT6+TH2uNpHORGqDnP
  204. g/Gu/+DtrN0CgYEA5kaZf7qbipp9d7mYXPoM9Yv/FPMd3lfnDaDARrDK9RIPhtrz
  205. b5ZGP/HgwJrJQuBp2BpvoPl5yK4sHhdSXGsYiy4UqIFyx0KVbBXU2buX2BP/vLgQ
  206. tYctY5Eemn0Gd1oPenXPDVxEUb03eGofZqDr894VKEz9ASnEYAauyLmHTQ0CgYEA
  207. g4dnEaLZlEZWahMAN9AUyadGj5xwyTh3pAqtiYsK8ee0BHfu1Um0iXCLSdMHY7Fs
  208. 2LXyzX/3zTeY0j2qPG34V4TvVVdcuyuaMcjdlfpxH7YkNy1TcAWNV9F66thy1uvY
  209. ng4o76baCV0ksMzT3wAL3fkD2LcUGO9dqTV86dPo6NkCgYEAwSMO/n1j8mPvf8Cv
  210. QpBmJV4dpRRVBfKiM6FQr9TgbGrbtNqJnYl/nIVnD+LJDiO8PqoOTpudAh7aJsv3
  211. OfmwBy7yQ60UudDSbbz22UiyYRhut7xVLVN/rRQ6clUDclzHTjA4jZ/LsEvKMhA5
  212. oOJ3+H9dZe2I7PeIajt9mrAWcZU=
  213. -----END PRIVATE KEY-----
  214.  
  215. </key>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement