############################################################################### # OpenVPN 2.0 Sample Configuration File # for PacketiX VPN / SoftEther VPN Server # # !!! AUTO-GENERATED BY SOFTETHER VPN SERVER MANAGEMENT TOOL !!! # # !!! YOU HAVE TO REVIEW IT BEFORE USE AND MODIFY IT AS NECESSARY !!! # # This configuration file is auto-generated. You might use this config file # in order to connect to the PacketiX VPN / SoftEther VPN Server. # However, before you try it, you should review the descriptions of the file # to determine the necessity to modify to suitable for your real environment. # If necessary, you have to modify a little adequately on the file. # For example, the IP address or the hostname as a destination VPN Server # should be confirmed. # # Note that to use OpenVPN 2.0, you have to put the certification file of # the destination VPN Server on the OpenVPN Client computer when you use this # config file. Please refer the below descriptions carefully. ############################################################################### # Specify the type of the layer of the VPN connection. # # To connect to the VPN Server as a "Remote-Access VPN Client PC", # specify 'dev tun'. (Layer-3 IP Routing Mode) # # To connect to the VPN Server as a bridging equipment of "Site-to-Site VPN", # specify 'dev tap'. (Layer-2 Ethernet Bridgine Mode) dev tun ############################################################################### # Specify the underlying protocol beyond the Internet. # Note that this setting must be correspond with the listening setting on # the VPN Server. # # Specify either 'proto tcp' or 'proto udp'. proto udp ############################################################################### # The destination hostname / IP address, and port number of # the target VPN Server. # # You have to specify as 'remote '. You can also # specify the IP address instead of the hostname. # # Note that the auto-generated below hostname are a "auto-detected # IP address" of the VPN Server. You have to confirm the correctness # beforehand. # # When you want to connect to the VPN Server by using TCP protocol, # the port number of the destination TCP port should be same as one of # the available TCP listeners on the VPN Server. # # When you use UDP protocol, the port number must same as the configuration # setting of "OpenVPN Server Compatible Function" on the VPN Server. remote 153.149.37.102 80 ############################################################################### # The HTTP/HTTPS proxy setting. # # Only if you have to use the Internet via a proxy, uncomment the below # two lines and specify the proxy address and the port number. # In the case of using proxy-authentication, refer the OpenVPN manual. ;http-proxy-retry ;http-proxy [proxy server] [proxy port] ############################################################################### # The encryption and authentication algorithm. # # Default setting is good. Modify it as you prefer. # When you specify an unsupported algorithm, the error will occur. # # The supported algorithms are as follows: # cipher: [NULL-CIPHER] NULL AES-128-CBC AES-192-CBC AES-256-CBC BF-CBC # CAST-CBC CAST5-CBC DES-CBC DES-EDE-CBC DES-EDE3-CBC DESX-CBC # RC2-40-CBC RC2-64-CBC RC2-CBC # auth: SHA SHA1 MD5 MD4 RMD160 cipher AES-128-CBC auth SHA1 ############################################################################### # Other parameters necessary to connect to the VPN Server. # # It is not recommended to modify it unless you have a particular need. resolv-retry infinite nobind persist-key persist-tun client verb 3 auth-user-pass ############################################################################### # The certificate file of the destination VPN Server. # # The CA certificate file is embedded in the inline format. # You can replace this CA contents if necessary. # Please note that if the server certificate is not a self-signed, you have to # specify the signer's root certificate (CA) here. -----BEGIN CERTIFICATE----- MIIDVjCCAj6gAwIBAgIBADANBgkqhkiG9w0BAQsFADBkMR0wGwYDVQQDDBRzc3Rw dnBuLmhvcGVtb29uLmNvbTEWMBQGA1UECgwNSG9wZW1vb24gSW5jLjELMAkGA1UE BhMCamExDjAMBgNVBAgMBU9zYWthMQ4wDAYDVQQHDAVTdWl0YTAeFw0xNDA3MDkw NjA0MDBaFw0yNDA3MDYwNjA0MDBaMGQxHTAbBgNVBAMMFHNzdHB2cG4uaG9wZW1v b24uY29tMRYwFAYDVQQKDA1Ib3BlbW9vbiBJbmMuMQswCQYDVQQGEwJqYTEOMAwG A1UECAwFT3Nha2ExDjAMBgNVBAcMBVN1aXRhMIIBIjANBgkqhkiG9w0BAQEFAAOC AQ8AMIIBCgKCAQEAmfKa+Mc26ROjv+zAzGk5HcI0kUhptK3PQvwVuczvjFvujJZ+ Es/JcGUZ/H9r33dccnnpc9okZ3N37DRjFcvJXMtK2WQwJeoXr0NPJD/t1whO48tH IbAvRaIsf7rWGjEHqEUqxIuz+Tyslbjx7ieEF7scK3HKoMz/MpbilaPw9bg3DgZb CzOd3as12IGZaOi2ThGg7E/JOtHM3Wk54pAzas0F7g5Jtxh8jHyYV6qOm0aEB/2W 802pap3SU5lxEscWUYXdoK0Fyqu2lN3zDIiTFxQrooA7/c/0EdrMbYG5J8lNqHxy djb+HRh+YRUGz7RqloIREs05hH8TmfOB/fe4QQIDAQABoxMwETAPBgNVHRMBAf8E BTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQAbCzHe5EkR40FsitUNyicX1ZO2iC6G U1tIN97o3uz/rAsrMPQlxwmyvTGO+cq2mcRFtF7SbMtuqwBN2dHeEN0n2PNYWJe/ ijYBJu5eZ1zhz3srGE4+xjwP9C9XYty+LHp/QoQ4vW1uo3joM28ldVESQ9vFV4w8 FSKHa8PDDfFIWxkPZmP2cmLvjso6AY67g1l/+t65yaURf+BZhTxDbfilZign5cCE 0UX+53R1mj4Bg9c2dlqGqJ51PvAPqao9zCIlSjEndOWNjGvaCL27Ag7J4DOM8wzd ZwfvpBF8j1b7FAMENgWIoNeQAj8hOPfLuVq0E/ft/3j9ixsIWKjGuT3J -----END CERTIFICATE----- ############################################################################### # The client certificate file (dummy). # # In some implementations of OpenVPN Client software # (for example: OpenVPN Client for iOS), # a pair of client certificate and private key must be included on the # configuration file due to the limitation of the client. # So this sample configuration file has a dummy pair of client certificate # and private key as follows. -----BEGIN CERTIFICATE----- MIIDYjCCAkqgAwIBAgIBADANBgkqhkiG9w0BAQsFADBqMR0wGwYDVQQDDBQxNTA3 MTEyMDA4MTMzNDA2MTU0MDEdMBsGA1UECgwUMTUwNzExMjAwODEzMzQwNjE1NDAx HTAbBgNVBAsMFDE1MDcxMTIwMDgxMzM0MDYxNTQwMQswCQYDVQQGEwJVUzAeFw0x NTA5MjUwNDQxMjhaFw0zNjEyMzEwNDQxMjhaMGoxHTAbBgNVBAMMFDE1MDcxMTIw MDgxMzM0MDYxNTQwMR0wGwYDVQQKDBQxNTA3MTEyMDA4MTMzNDA2MTU0MDEdMBsG A1UECwwUMTUwNzExMjAwODEzMzQwNjE1NDAxCzAJBgNVBAYTAlVTMIIBIjANBgkq hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyG/3feSWlxFDmWqcKBLbtakGvIJLjbVw Aw86IMyDvhpLp+W3mm+Bdusg/skGca2ddoUsm7eqlEqbM9sl2miTSe7RnZXC4bW9 Wm7FY01fsRXgopvdynI3l2WdlQq85ILJhV8z7Rpfg9VFJuRFAFxoZliaynfEFgV2 0UzJdJ1jbU01REI8kjD53Q1mVAiDgQPuXaaQzh15dVeUYG2ocbGHkd6sWSsfUGJP jHuW8Vj0cGuWtAauI/5t29jNULyen6D38WZx4/oLV+ykvbuFBrL3ojFlohhhzycZ FCXwM87AoVdvSGYbdk2zz9UoMiK7/otxltFVHYIR/xa1sVOCq9sUvQIDAQABoxMw ETAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQCVI/BvtWvNlKAZ A55CG6kgbIlRJgxDQqzczfGK+F7C2XqmHBgL5iZcXayDI6Co9o00DV/yXw0i9DJg burmaaYW+2qovou2eXQSCj1paIoCPXrhgTPU+j9hKuQ6ZA1GiNSEIDGCrUPprwrX fW8IkSLoqlhVRly72Lf7Opo8ax4zZdJKjKepRgHHIBhD/Y1unmZqKxF1TxVIVike +CvZRx2FxluNPwQdH+SBnPpIsX+tNMO0Rnh8P4OqF685rIURwH0edtCqHlGmUX5y OJdnKqdLPU5anEZ7WaRRADhmYEZv3Llx+NC42/PNUAYS/Xdy6Aoy6CyiGgVoip/J orrVti/Q -----END CERTIFICATE----- -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAyG/3feSWlxFDmWqcKBLbtakGvIJLjbVwAw86IMyDvhpLp+W3 mm+Bdusg/skGca2ddoUsm7eqlEqbM9sl2miTSe7RnZXC4bW9Wm7FY01fsRXgopvd ynI3l2WdlQq85ILJhV8z7Rpfg9VFJuRFAFxoZliaynfEFgV20UzJdJ1jbU01REI8 kjD53Q1mVAiDgQPuXaaQzh15dVeUYG2ocbGHkd6sWSsfUGJPjHuW8Vj0cGuWtAau I/5t29jNULyen6D38WZx4/oLV+ykvbuFBrL3ojFlohhhzycZFCXwM87AoVdvSGYb dk2zz9UoMiK7/otxltFVHYIR/xa1sVOCq9sUvQIDAQABAoIBAAm0ShJBT/0ua8xw ufDCwPpxnY7g7BGHWE39nb3ayQIaOdF+ML58aZM9XRKY3wP/+OC1H+zGHq8hUZRY JuQFLiRlOKbdilrtNqa7ODlPlLN5MLAOxdU4ZHKjC9ccdvrFTkZzzorLPRaf68Iv SRv0XWWfIpds5wR97TvC8PoBaL/w5+0RVzLFci+IHYzv9w57yZhV0VfzEIFK4stk JneVzOQvIIpM91/TZ+qp4/pjXxGFal2jpNj76+/MaDE1mfy8GfUj9J+J33EO06tF bvxAWX2Kz5u2Ey/2bd/yk7r1dnmQnmYr23w6gNZSMZbNXWI8/juRSQM1+7dHl6Y1 bhkBcu0CgYEA/zdE3zsP7kB6IPqbFX+VwpJ8M6UAGM5T1xNvrFHKAoxZgTwUVXk4 C5VZo45UeAnaLBr/hbXXLdUduBpENtxWBZ4Hu+d37Z7hjcTbxO0pZIHSnCk3RyGN PXE2XNnZDXlgiSvPLScEMZkxJUlQVsNiOd+lCd78ENj4kyvVxyQB+oMCgYEAyQ2d F0zpTGZqCVGPUOyglxbPixYz2c5a8sUMriCwiZ8ihKJ+fUqOaTv4BpD6M+CZVQ01 G08wxt3MRMPCSwNtQr6urz//ft43KdfysI3Fde3CVbvesSUKGRW1RPeYJ+YfFK5w jfhQcR+QQHgdVTUpBK4YUaiedOeQtQ3BKCwmj78CgYAAtXCVhh53NOqh6NBBcQdD cRCzPAQSDZCiCkXHHrsG4sjk2PvdeOa08Yc8Mwr9Aln+wVxwTJ76W5snhbsmw9nh Th0LYosst8I8mI1bsKTqyImDMYIbynYP856JB3nY1bt05hA/OdqDIL/IMLnuY8CE FKDqtBnTGicmkXqYgPsYbQKBgG+FHZ3PC5lVNXv1wYkht/IWtQhxSFGIJOqEYoQz nbi4jG0FtSPKNzQoD2uU/zPHYUXMDakYQ/YLEUMTUrJJNFHRcxPCa/XzTKXpIrTL 7rt7JlBn5R5dbTx8zg9zRvLasmLGX6hgFD6rQ1h/R8X7tsThzJt+7GXsDFhhSML/ umQBAoGBAIQm28D7ZWpt1uVwKCbISOUf0Hfgb0mvMRxoYSdtawweWZ/+xRTKFEw9 OoT0o53qLNTJZStJ/9nSfQfayrvHuYLEq6jBL4JT6BEqQz9+/Cwv3tLpC9u4cmcv QPEAWg8dlW5R5m+wkfqKWhvXerggksoXRMv0xswbnZREwkd5Z5c8 -----END RSA PRIVATE KEY-----