123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- [stonevpn conf]
- cacertfile = '/openvpn-pki/open/easy-rsa/keys/ca.crt'
- cakeyfile = '/openvpn-pki/open/easy-rsa/keys/ca.key'
- openvpnconf = '/openvpn/openvpn/server.conf'
- ccddir = '/openvpn/openvpn/ccd'
- working = '/openvpn-pki/open/easy-rsa/client_keys'
- opensslconf = '/openvpn-pki/open/easy-rsa/openssl.cnf.stonevpn'
- pushrouter = '192.168.201.0'
- crlfile = '/openvpn-pki/open/easy-rsa/keys/stonevpn.crl'
- cipher = 'des3'
- prefix = 'sds-'
- mail_server = '127.0.0.1'
- mail_cc = 'admin@sdsys.ru'
- mail_from = 'stonevpn@sdsys.ru'
- mail_msg = "Hi EMAILRECIPIENT,<br><br>Attached with this e-mail are the generated configuration file and certificates for use with your VPN connection. PASSPHRASETXT If you have any questions, please contact <a href=mailto:support@sdsys.ru>support</a><br><br>Kind regards,<br><br>The Support department."
- mail_passtxt = '<br>For security purposes, your key is encrypted with this password:<p><b>OPENSSLPASS</b></p>You will be prompted for this password when establishing a connection.'
- [windows conf]
- dev = 'dev tun'
- ip = 'remote gate41.infoclinica.ru'
- ip2 = 'remote gate42.infoclinica.ru'
- resretry = 'resolv-retry 60'
- port = 'port 1194'
- nobind = 'nobind'
- mssfix = 'mssfix 1300'
- client = 'client'
- tls = 'tls-client'
- ca = 'ca cacertfile'
- cert = 'cert clientcertfile'
- key = 'key clientkeyfile'
- tlsauth = 'tls-auth ta.key 1'
- lzo = 'comp-lzo'
- ping = 'ping 10'
- pingrestart = 'ping-restart 30'
- pingtimer = 'ping-timer-rem'
- persistkey = 'persist-key'
- verb = 'verb 3'
- prot = 'proto udp'
- float = 'float'
- [unix conf]
- dev = 'dev tun'
- ip = 'remote gate41.infoclinica.ru'
- ip2 = 'remote gate42.infoclinica.ru'
- resretry = 'resolv-retry 60'
- port = 'port 1194'
- nobind = 'nobind'
- mssfix = 'mssfix 1300'
- client = 'client'
- tls = 'tls-client'
- ca = 'ca cacertfile'
- cert = 'cert clientcertfile'
- key = 'key clientkeyfile'
- tlsauth = 'tls-auth ta.key 1'
- lzo = 'comp-lzo'
- ping = 'ping 10'
- pingrestart = 'ping-restart 30'
- pingtimer = 'ping-timer-rem'
- persistkey = 'persist-key'
- verb = 'verb 3'
- prot = 'proto udp'
- float = 'float'
- [mac conf]
- daemon = 'daemon'
- dev = 'dev tap'
- ip = 'remote gate32.sdsys.ru'
- port = 'port 1194'
- mssfix = 'mssfix 1300'
- client = 'client'
- tlc = 'tls-client'
- ca = 'ca /Library/openvpn/cacertfile'
- cert = 'cert /Library/openvpn/clientcertfile'
- key = 'key /Library/openvpn/clientkeyfile'
- tlsauth = 'tls-auth /Library/openvpn/ta.key 1'
- lzo = 'comp-lzo'
- ping = 'ping 10'
- pingrestart = 'ping-restart 30'
- pingtimer = 'ping-timer-rem'
- persistkey = 'persist-key'
- verb = 'verb 3'
- prot = 'proto udp'
- [android conf]
- daemon = 'daemon'
- dev = 'dev tun'
- ip = 'remote web-gate.sdsys.ru'
- port = 'port 1194'
- client = 'client'
- tlc = 'tls-client'
- lzo = 'comp-lzo'
- ping = 'ping 15'
- pingrestart = 'ping-restart 45'
- pingtimer = 'ping-timer-rem'
- persistkey = 'persist-key'
- verb = 'verb 3'
- prot = 'proto tcp'
|