Hosted Posted January 19, 2021 Share Posted January 19, 2021 (edited) client dev tun proto udp remote #server here ip or dns resolv-retry infinite nobind persist-key persist-tun cipher aes-128-cbc auth sha1 tls-client remote-cert-tls server comp-lzo verb 1 reneg-sec 0 disable-occ remote-random pull comp-lzo no tls-client verify-x509-name Server name-prefix ns-cert-type server key-direction 1 route-method exe route-delay 2 tun-mtu 1500 fragment 1300 mssfix 1200 verb 3 cipher AES-256-CBC keysize 256 auth SHA512 sndbuf 524288 rcvbuf 524288 <auth-user-pass> Perosnal user here Perosnal pass here </auth-user-pass> <ca> -----BEGIN CERTIFICATE----- #Perosnal key here -----END CERTIFICATE----- </ca> <cert> -----BEGIN CERTIFICATE----- #Perosnal key here -----END CERTIFICATE----- </cert> <key> -----BEGIN RSA PRIVATE KEY----- #Perosnal key here -----END RSA PRIVATE KEY----- </key> <tls-auth> # # 2048 bit OpenVPN static key # -----BEGIN OpenVPN Static key V1----- #Perosnal key here -----END OpenVPN Static key V1----- </tls-auth> Edited January 19, 2021 by Hosted Quote Link to comment Share on other sites More sharing options...
Question
Hosted
client
dev tun
proto udp
remote #server here ip or dns
resolv-retry infinite
nobind
persist-key
persist-tun
cipher aes-128-cbc
auth sha1
tls-client
remote-cert-tls server
comp-lzo
verb 1
reneg-sec 0
disable-occ
remote-random
pull
comp-lzo no
tls-client
verify-x509-name Server name-prefix
ns-cert-type server
key-direction 1
route-method exe
route-delay 2
tun-mtu 1500
fragment 1300
mssfix 1200
verb 3
cipher AES-256-CBC
keysize 256
auth SHA512
sndbuf 524288
rcvbuf 524288
<auth-user-pass>
Perosnal user here
Perosnal pass here
</auth-user-pass>
<ca>
-----BEGIN CERTIFICATE-----
#Perosnal key here
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
#Perosnal key here
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
#Perosnal key here
-----END RSA PRIVATE KEY-----
</key>
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
#Perosnal key here
-----END OpenVPN Static key V1-----
</tls-auth>

Edited by HostedLink to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.