An example .ovpn OpenVPN config fire for PC as a client. CA and Certificate are removed. Please add your own ones.
client
dev tun
proto tcp-client
remote 10.0.0.13 1194 # Replace with your server's public IP
resolv-retry infinite
nobind
persist-key
persist-tun
#remote-cert-tls server
ns-cert-type server # OpenVPN 2.3
# Encryption settings (must match server)
cipher BF-CBC
auth SHA1
# Certificate files
<ca>
-----BEGIN CERTIFICATE-----
XXXXXX
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
XXXXXX
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
XXXXXX
-----END PRIVATE KEY-----
</key>
# Optional settings
mute-replay-warnings
auth-retry nointeract
verb 3
===============================================
When the setup is done, we should be able to ping CR202's local network from PC: