Jump to content

openvpn help - key issues


h311_fir3

Recommended Posts

Hi all,

Thanks for taking the time to read this post, any help would be great.

I currently have a packet squirrel with the latest firmware installed. i am trying to use it as a vpn client like shown in Hak5 2308. However i am using a private vpn service that provides me with 4 different cet files.

ca keys/ca.crt
cert keys/name.crt
key keys/name.key
tls-auth keys/tls-auth.key 1

How would I need to go about using this with the packet squirrel?

I have tried to add a directory for the keys in the payload folder.

I have also tried to embed the certs into the config.ovpn file. However i may have done it incorrectly.

Link to comment
Share on other sites

41 minutes ago, Sebkinne said:

that didn't seam to work for this provider, the provider provides me with a .ovpn config file, and the script calls for a 

BASE_CONFIG=~/client-configs/base.conf

however my config.ovpn is not working

# prometheus OpenVPN client configuration file
#
# Specific to owzo on prometheus

client
dev tun
remote 1.1.1.1 1194
proto udp
resolv-retry infinite
nobind

;user nobody
;group nogroup

persist-key
persist-tun

;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]

;mute-replay-warnings

ca keys/ca.crt
cert keys/name.crt
key keys/name.key
tls-auth keys/tls-auth.key 1

ns-cert-type server
comp-lzo

# Log file verbosity
verb 3
# Silence repeating messages
mute 20

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...