Advertisement
isptunnelvpn

USOVH1

Jan 16th, 2020
210
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 vpn159991255.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. MIID1jCCAr6gAwIBAgIBADANBgkqhkiG9w0BAQsFADBqMR0wGwYDVQQDDBQxMTI4
  161. MDY3OTQzNjAwMDkzODIzNTEdMBsGA1UECgwUMTEyODA2Nzk0MzYwMDA5MzgyMzUx
  162. HTAbBgNVBAsMFDExMjgwNjc5NDM2MDAwOTM4MjM1MQswCQYDVQQGEwJVUzAeFw0y
  163. MDAxMTcwMDUxMzVaFw0zNzEyMzEwMDUxMzVaMGoxHTAbBgNVBAMMFDExMjgwNjc5
  164. NDM2MDAwOTM4MjM1MR0wGwYDVQQKDBQxMTI4MDY3OTQzNjAwMDkzODIzNTEdMBsG
  165. A1UECwwUMTEyODA2Nzk0MzYwMDA5MzgyMzUxCzAJBgNVBAYTAlVTMIIBIjANBgkq
  166. hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApaC9m6shGCNL1JD3K8wY56fTGRHGCVLc
  167. N0xICGFYM3OgQIDxnw3GqdJtGH+DhCaYwpRoMvLEYMEfPA0dkvVmlRnt7xgTQt94
  168. pSU9+YSCQpobBR6+C7DIFssDA7JRbBBLc/vDPL4ss8ERWFxUKb78FSXxIHFmEReI
  169. 4FIinM7P2DweRbv+mJt1FqY2zoEsNRSPTZn9bzfbsXfXSViv43Mn7k2ZAbx5e1tN
  170. Hz/N0hf0vUWLHEYtkLeG2M+XQ1l1C3eDg0LfgCuCeEGxfBViAXGYvlCmXuvVjFRI
  171. GZqe+o/5mj5d7VIIFDQ8gSP49nUQUYBQlCVzLAShNqRpa/iORuLekwIDAQABo4GG
  172. MIGDMA8GA1UdEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgH2MGMGA1UdJQRcMFoGCCsG
  173. AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDBQYI
  174. KwYBBQUHAwYGCCsGAQUFBwMHBggrBgEFBQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcN
  175. AQELBQADggEBAD4zIypTUeTuy5EEVaMA6YZWmJ9lQRPb1RU86Nq27w+I3j0mUIq7
  176. 585zZJJT8b8C6+/Ok7OawfdE7/gOAhdHiOYguxHc7k5STsBOZI1HFPGOQSh9nb/o
  177. QdJuWzg95ho33cvj7emWhf14GwkxRpYwlhVIGawPHPNg3j2n2W/PLzv3J+SZd98m
  178. fkW1ipnP0rZQYkdAZU0TkPZBF4h9GT33NqtO8/gnjmlX043a23JSAp4TuDxT/yaW
  179. eqsfJ5rXdXBQ0tlMFZ+X41f/QABolCGuQFl6ZVNsebkqzkKDm3DtRdksxj6vUCT1
  180. PWCvB3TAuPfg2b4T46dtDwX355X8X1b7APg=
  181. -----END CERTIFICATE-----
  182.  
  183. </cert>
  184.  
  185. <key>
  186. -----BEGIN PRIVATE KEY-----
  187. MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCloL2bqyEYI0vU
  188. kPcrzBjnp9MZEcYJUtw3TEgIYVgzc6BAgPGfDcap0m0Yf4OEJpjClGgy8sRgwR88
  189. DR2S9WaVGe3vGBNC33ilJT35hIJCmhsFHr4LsMgWywMDslFsEEtz+8M8viyzwRFY
  190. XFQpvvwVJfEgcWYRF4jgUiKczs/YPB5Fu/6Ym3UWpjbOgSw1FI9Nmf1vN9uxd9dJ
  191. WK/jcyfuTZkBvHl7W00fP83SF/S9RYscRi2Qt4bYz5dDWXULd4ODQt+AK4J4QbF8
  192. FWIBcZi+UKZe69WMVEgZmp76j/maPl3tUggUNDyBI/j2dRBRgFCUJXMsBKE2pGlr
  193. +I5G4t6TAgMBAAECggEBAJY6FKDEeFD/esFD95z3E0PS+erMLza3vFw/yTooqSqJ
  194. 3rmC+yVMBnx0C1XkGrLbm0Up/NTxU2N650y9jKyF/1SP3zs1OAs4zKHmBK90G/4y
  195. 7v0W5EOQRfw+iO5qZ+W/ZeC+Y1iOGde073mYzRHMU7MO5gWKNYydLx5gAVr/TpAO
  196. iUTwkzc5axuBfhw6DCvCWvbolO7oiUDXf+4+38jCsQtctQAJQXFy9ltS5ILWJz21
  197. TZd8hVsQ3yVI8DzBFqDjSRBy2J0i5HH3XV4jnKRb7fhBg7UBlx5uQwmSf1cGY1OG
  198. zGJxnHEmiLC6Z/e9zUtTCzkOXs3VRXCis1Uq2zY8P4kCgYEA2VaQ5P7PVOa3Nawn
  199. mJJvokJf4LalW4XpuyFeRsIegLpYg3HZEMVhiodaRhL+qZnQwjJimSU4Qevd1kRU
  200. Fhu7OxT0sr+LrM8wpx6MtET1hfNBdzFhB/IWJufvo3iAAWZk+IVcEJQT5CzSuzw7
  201. M4xEGLXPiI2CJxoGH04EQqTrqsUCgYEAwxdS/wD4DnCbthMo4TY3xD3WG7TxrUa9
  202. X0JV73XcB3O0lhlu0lzejk4cGJ+MvLWta5S1E8g7Lz7HZVFOgkxm52PuWOvmUI9P
  203. MDJ0YMkE00Pat3E4SYjoJCHBwIfUhOJCXeCFZnDUSTmOMKotF9BkbVJ5hkGW0gcw
  204. Fj1du8KYWXcCgYBRLctbLW4F2VNvYck8bN3zrnUfezlScTd3ZSRQq6s3C+OJ3Vll
  205. sUQYuSvX5rpmYQSftLAtYcCcptwqb0U1KNCLZe1sYq1qM82JbpjBsMxAZzb5rWD/
  206. 1cW+bH2PArBVVYi7ZxyXOKghXzirJPk77NV2oVpOOAT4U/kbckmXFwDLvQKBgFu5
  207. cqc8cGRxo3RGq9i/YhbdL/aU63AZq13HVZohotLKHuTXjlhPm7/yj5kwIr5y+Nd0
  208. 8nIbmWAMNzm2sZ/nhhZS0LR0LTRBPO0fO8JpoOAnrgTDscA5I1QhnvQDqPLVYni6
  209. 4F2avOS0r9rHmC3zJ9SSi1qJKf0TrhM2xQRLaM/fAoGBAMIjx6Vd0lPmFRMWHBme
  210. JM17Q9VQjYml9KjE2y+5IGfXR6Iqrpignk2vgzjxWJK5hjM7+Z03wdtZuXBJ5ts2
  211. IjXtWvxOEQiEsQX8Hs/6BvHKvxI+vOtacSyZFCetxz7zhZ6p5g8AxOcC84rNdh2O
  212. nmKqvxEBdNn3SRCkPUQMJWyZ
  213. -----END PRIVATE KEY-----
  214.  
  215. </key>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement