Jump to content

OpenVPN config question.


vepr

Recommended Posts

I haven't been able to get payload 3 (OpenVPN) working.  I have an OpenVPN config and keys that I use on multiple devices with no issues.  When I use it with the Packet Squirrel, I get no connection.  The OpenVPN server logs show no connection attempts.  Below is an example of my config.  Does anyone see anything that might cause problems for the Packet Squirrel?  The key I'm using doesn't require a password.

config.ovpn:

client
--float
dev tun
proto tcp
remote xxx.xxx.xxx.xxx 443
cipher AES-256-CBC
auth SHA256
resolv-retry infinite
redirect-gateway def1
nobind
# If you turn lzo on, you must have it turned on at the server
#comp-lzo yes
persist-key
persist-tun
user nobody
group nogroup
verb 3
key-direction 1
ca ca.crt
cert mycert.crt
key mykey.key

# TLS auth option so that port scans wont see port is
# accepting connections.
--tls-auth ta.key 1

 

Link to comment
Share on other sites

 

Please check port connection from your openvpn client to xxx.xxx.xxx.xxx 443.

This is my config example.

it's working very well.

 


client
dev tun

proto tcp


remote xxx.xxx.xxx.xxx 443


resolv-retry infinite

nobind

persist-key
persist-tun

ca ca.crt
cert client.crt
key client.key

remote-cert-tls server

comp-lzo

verb 3

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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