Openvpn with Server Centos 7.6
-
Hello to all.
I am trying to configure a point-to-point vpn with a Centos 7 server but I can't when entering the shared key because it seems to be invalid.
The key is create in Centos via easy-rsa 3.
Do you think this is a correct key? I can insert in the configuration of the client pfsense in shared key mode?thanks
Andrewshared key :
-----BEGIN PRIVATE KEY-----
MIIEwAIBADANBgkqhkiG9w0BAQEFAASCBKowggSmAgEAAoIBAQDN8s8VaDzEbSwBY8XBnboivfLLE5i8lISWs2LJ1KD9bSpFd86QgfTWVoSt4GnnYQh1UqRI8tNlTjMaQGvV9NXayodtCKWkpFqt8xBXmhsnnde/QdMofwovDXjMDNWhIdiVjmVrJVP2UsYQ21KkUx/UsJ7XD2xREOP4EIgLepVXQWd1kdV8sTo0YexsWyJNjbmOHUl+DLvGGwFb51S47zw7Ix2Y0KaEx3KXRrxtlvjx7Hj6E81nBxu1HV1cFkgre+Tzw7ULZuwvqLe/l4jEFNA8GCbUEjvYGqPJ+396v6cY3J6xJRtoWDlLcgNsMEMR4lKu79wgNCncow2KrrWMwJTXAgMBAAECggEBALlya8BmBVoGyDpUIi2PHp3MFwWAFuewgJfG3izJt1GcbBTzpeB/9PzQGVcMnbBIsroaeW5qoao2OVPpMHEPr0X9Wub2g1l22WSLW2rWjJ8mxbAl0MNFaeEmq2BqKi+W75T0DSTnDuzeahWhuI/Zfe8iP1V+QNXadLzZ/fcAIdvXnV9x7kupLAlEXTb5ijzMbi8GRV/VspXvlqvJPnQYKwpBT6UeOt5bKDcjNXrWAuNrqAfislMruEaT4wI33OmDCWJKI07EVJbEzW8gOOe58k5krFP71QibW6Ub8Qcj2jNEX1hulXMlhf+6AU5TFoLHGZ3779EJ7omVGMXtCDFX8NECgYEA98BpmUjtTWGAvuOPZFZJWZ4acQSlgMOJBMHr1eyMNK3BxKIA/i2DPA5D2Jm5BrwAqm7IXuliTD8x0Rt/9kx4jrx7q2o1Pw4RoI3LGFj9iSp/Hh2A2y3hgCExWMaa/tX/bqha9Rvtcr+HqJ6OE/nU1q6fmMXeTS3DIImBgYb1gXkCgYEA1M4bse8G+rL+TSGOZItvELtbxxvQeB8VVu0gGlY+B6Zz2YG056/B/MBbvAI3d4QuXPsbxeuDR6PZtjEfZ73qAwdM8Ps9c9alDcgEbPK4UWwRQ3/O6rHZBl3wVF6neklIJLRKHhnOMaAVOi8nruE6+b4vw3I9MG5Kr/xd1hkvBM8CgYEArYlALldPqOD//jWFDgIGlNhSqxFXIA9WnVd76rcrKgb/b80OJvwYLWvMiB585MOxL7Azd4/AA6pMKa06f3nnBAvwEAxvyYAARtarCJ3k0TxMF/sQc/X6OvaFCyrqDFA2//q6428xbivMSQbue/2F4O4l6ivG34aLY/INHX473vkCgYEAnfSCoBdAwfL8STogHEdW4D+BhxABNDg2Obh2vLXJAxqtIQRiyBowTjBlpu6qRx8o3sFQwx7l6dYX8mER44oW2bqghLqnyYTILKuLhWbAI0eopMaISrJJ2az+h1Fe1KjyULQ105Pp9fHR78cymF77zIY7o8H24yzqaShUamd0/AcCgYEA73UrBvx/7WmTgXC/XSMSwdMDNJoECc9Tv7p4XrdmBrU1rD4cl1hGHaJp/ubAJm5qXD6JiSFzDtnAhZ5yjeuxoa3laic1WGbOVi/2++/7bXYzhnaBSw7v1J2d4Z1Yzfx6MrlcEZn7erniWa1ND/orHo+H9aoUnMuanQdkYf6PvTs=
-----END PRIVATE KEY----- -
A valid OpenVPN Shared Key looks like this
# 2048 bit OpenVPN static key # -----BEGIN OpenVPN Static key V1----- 05a9ad2fccd1953c504622b1d8ada2e7 5682bf303c1d9d491802751295f3662a 978c656d46a83cbd32c62f4590a19d42 8e293b82be37ba958ad4aede81161afa 112e8aca62a09e5f584178e5831370d8 365d2af51f74ef5c62a6a1deccce16e1 d74aff28026a30b75d2d550555f172b5 32716c22e97c260b0f19aabd6f0566f1 84220cba0a299b712bdb0a0caeaa4895 7c0bf94b20f459de9aebb9ce510f58f9 0494cc2a06ef3a98786d6e6a75eeef86 244d662c2e19c500132378a48431c638 13c76c21736380a48fd6c0684f816fa6 04eb40b1feb1b506409f3fcafc75b401 2f8b436d67df30c42dc0de0f75dd5fb5 be7b8e08a4099f752b7905f15f3e6816 -----END OpenVPN Static key V1-----
You can use my Key for testing, but please not in production. ;-)
Better create your own via the pfSense WebGUI oropenvpn --genkey --secret static.key
-Rico
-
Thanks Rico.
I have used a Centos7 as a server openvpn and with the tool easyrsa then I generated the certificate authority and the certificate for the server and the client.
This is the command :
./easyrsa build-ca nopass
./easyrsa gen-req server1 nopass
./easyrsa gen-req client1 nopass
./easyrsa sign-req server server1 nopass
./easyrsa sign-req client client1 nopassbut I think this solution is not compatible with pfsense because the file key is too long.
Now I try to share in the forum the file created with this tool for your check.
Thanks
Andrea
-
If you want to use Certificates you need to pick SSL/TLS mode.
Shared Key mode is just the static key like I showed you above, no Certificates.-Rico
-
Ok.
But for generate the Certificates and the key what do you use ?
Because the server openvpn is a Centos7 where I will connect two pfsense as client.Thanks
-
To generate the static key you can use
openvpn --genkey --secret static.key
as I already wrote.
This should work on either FreeBSD (pfSense) and Linux (CentOS).-Rico
-
Ok now I set the correct shared key but I can't connect the server.
From this log yuo can help me to find the problem?Oct 6 17:22:46 openvpn 98024 library versions: OpenSSL 1.0.2o-freebsd 27 Mar 2018, LZO 2.10 Oct 6 17:22:46 openvpn 98160 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Oct 6 17:22:46 openvpn 98160 TUN/TAP device ovpnc3 exists previously, keep at program end Oct 6 17:22:46 openvpn 98160 TUN/TAP device /dev/tun3 opened Oct 6 17:22:46 openvpn 98160 do_ifconfig, tt->did_ifconfig_ipv6_setup=0 Oct 6 17:22:46 openvpn 98160 /sbin/ifconfig ovpnc3 10.8.0.2 10.8.0.1 mtu 1500 netmask 255.255.255.255 up Oct 6 17:22:46 openvpn 98160 /usr/local/sbin/ovpn-linkup ovpnc3 1500 1573 10.8.0.2 10.8.0.1 init Oct 6 17:22:46 openvpn 98160 TCP/UDP: Preserving recently used remote address: [AF_INET]5.189.151.220:1196 Oct 6 17:22:46 openvpn 98160 UDPv4 link local (bound): [AF_INET]192.168.250.1:0 Oct 6 17:22:46 openvpn 98160 UDPv4 link remote: [AF_INET]5.189.151.220:1196 Oct 6 17:23:47 openvpn 98160 Inactivity timeout (--ping-restart), restarting Oct 6 17:23:47 openvpn 98160 SIGUSR1[soft,ping-restart] received, process restarting Oct 6 17:23:52 openvpn 98160 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Oct 6 17:23:52 openvpn 98160 Re-using pre-shared static key Oct 6 17:23:52 openvpn 98160 Preserving previous TUN/TAP instance: ovpnc3 Oct 6 17:23:52 openvpn 98160 TCP/UDP: Preserving recently used remote address: [AF_INET]5.189.151.220:1196 Oct 6 17:23:52 openvpn 98160 UDPv4 link local (bound): [AF_INET]192.168.250.1:0 Oct 6 17:23:52 openvpn 98160 UDPv4 link remote: [AF_INET]5.189.151.220:1196 Oct 6 17:24:52 openvpn 98160 Inactivity timeout (--ping-restart), restarting Oct 6 17:24:52 openvpn 98160 SIGUSR1[soft,ping-restart] received, process restarting Oct 6 17:24:57 openvpn 98160 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Oct 6 17:24:57 openvpn 98160 Re-using pre-shared static key Oct 6 17:24:57 openvpn 98160 Preserving previous TUN/TAP instance: ovpnc3 Oct 6 17:24:57 openvpn 98160 TCP/UDP: Preserving recently used remote address: [AF_INET]5.189.151.220:1196 Oct 6 17:24:57 openvpn 98160 UDPv4 link local (bound): [AF_INET]192.168.250.1:0 Oct 6 17:24:57 openvpn 98160 UDPv4 link remote: [AF_INET]5.189.151.220:1196 Oct 6 17:25:58 openvpn 98160 Inactivity timeout (--ping-restart), restarting Oct 6 17:25:58 openvpn 98160 SIGUSR1[soft,ping-restart] received, process restarting Oct 6 17:26:03 openvpn 98160 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Oct 6 17:26:03 openvpn 98160 Re-using pre-shared static key Oct 6 17:26:03 openvpn 98160 Preserving previous TUN/TAP instance: ovpnc3 Oct 6 17:26:03 openvpn 98160 TCP/UDP: Preserving recently used remote address: [AF_INET]5.189.151.220:1196 Oct 6 17:26:03 openvpn 98160 UDPv4 link local (bound): [AF_INET]192.168.250.1:0 Oct 6 17:26:03 openvpn 98160 UDPv4 link remote: [AF_INET]5.189.151.220:1196 Oct 6 17:27:03 openvpn 98160 Inactivity timeout (--ping-restart), restarting Oct 6 17:27:03 openvpn 98160 SIGUSR1[soft,ping-restart] received, process restarting Oct 6 17:27:08 openvpn 98160 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Oct 6 17:27:08 openvpn 98160 Re-using pre-shared static key Oct 6 17:27:08 openvpn 98160 Preserving previous TUN/TAP instance: ovpnc3 Oct 6 17:27:08 openvpn 98160 TCP/UDP: Preserving recently used remote address: [AF_INET]5.189.151.220:1196 Oct 6 17:27:08 openvpn 98160 UDPv4 link local (bound): [AF_INET]192.168.250.1:0 Oct 6 17:27:08 openvpn 98160 UDPv4 link remote: [AF_INET]5.189.151.220:1196 Oct 6 17:28:08 openvpn 98160 Inactivity timeout (--ping-restart), restarting Oct 6 17:28:08 openvpn 98160 SIGUSR1[soft,ping-restart] received, process restarting Oct 6 17:28:18 openvpn 98160 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Oct 6 17:28:18 openvpn 98160 Re-using pre-shared static key Oct 6 17:28:18 openvpn 98160 Preserving previous TUN/TAP instance: ovpnc3 Oct 6 17:28:18 openvpn 98160 TCP/UDP: Preserving recently used remote address: [AF_INET]5.189.151.220:1196 Oct 6 17:28:18 openvpn 98160 UDPv4 link local (bound): [AF_INET]192.168.250.1:0 Oct 6 17:28:18 openvpn 98160 UDPv4 link remote: [AF_INET]5.189.151.220:1196
This is my openvpn file server.conf
################################################# # Sample OpenVPN 2.0 config file for # # multi-client server. # # # # This file is for the server side # # of a many-clients <-> one-server # # OpenVPN configuration. # # # # OpenVPN also supports # # single-machine <-> single-machine # # configurations (See the Examples page # # on the web site for more info). # # # # This config should work on Windows # # or Linux/BSD systems. Remember on # # Windows to quote pathnames and use # # double backslashes, e.g.: # # "C:\\Program Files\\OpenVPN\\config\\foo.key" # # # # Comments are preceded with '#' or ';' # ################################################# # Which local IP address should OpenVPN # listen on? (optional) ;local a.b.c.d # Which TCP/UDP port should OpenVPN listen on? # If you want to run multiple OpenVPN instances # on the same machine, use a different port # number for each one. You will need to # open up this port on your firewall. port 1196 # TCP or UDP server? ;proto tcp proto udp # "dev tun" will create a routed IP tunnel, # "dev tap" will create an ethernet tunnel. # Use "dev tap0" if you are ethernet bridging # and have precreated a tap0 virtual interface # and bridged it with your ethernet interface. # If you want to control access policies # over the VPN, you must create firewall # rules for the the TUN/TAP interface. # On non-Windows systems, you can give # an explicit unit number, such as tun0. # On Windows, use "dev-node" for this. # On most systems, the VPN will not function # unless you partially or fully disable # the firewall for the TUN/TAP interface. ;dev tap dev tun # Windows needs the TAP-Win32 adapter name # from the Network Connections panel if you # have more than one. On XP SP2 or higher, # you may need to selectively disable the # Windows firewall for the TAP adapter. # Non-Windows systems usually don't need this. ;dev-node MyTap # SSL/TLS root certificate (ca), certificate # (cert), and private key (key). Each client # and the server must have their own cert and # key file. The server and all clients will # use the same ca file. # # See the "easy-rsa" directory for a series # of scripts for generating RSA certificates # and private keys. Remember to use # a unique Common Name for the server # and each of the client certificates. # # Any X509 key management system can be used. # OpenVPN can also use a PKCS #12 formatted key file # (see "pkcs12" directive in man page). ca /usr/share/easy-rsa/3.0.6/pki/ca.crt cert /usr/share/easy-rsa/3.0.6/pki/issued/server1.crt ;key /usr/share/easy-rsa/3.0.6/pki/private/server1.key # This file should be kept secret key /etc/openvpn/static.key # Diffie hellman parameters. # Generate your own with: # openssl dhparam -out dh2048.pem 2048 dh /usr/share/easy-rsa/3.0.6/pki/dh.pem # Network topology # Should be subnet (addressing via IP) # unless Windows clients v2.0.9 and lower have to # be supported (then net30, i.e. a /30 per client) # Defaults to net30 (not recommended) topology subnet # Configure server mode and supply a VPN subnet # for OpenVPN to draw client addresses from. # The server will take 10.8.0.1 for itself, # the rest will be made available to clients. # Each client will be able to reach the server # on 10.8.0.1. Comment this line out if you are # ethernet bridging. See the man page for more info. server 10.8.0.0 255.255.255.0 # Maintain a record of client <-> virtual IP address # associations in this file. If OpenVPN goes down or # is restarted, reconnecting clients can be assigned # the same virtual IP address from the pool that was # previously assigned. ifconfig-pool-persist ipp.txt # Configure server mode for ethernet bridging. # You must first use your OS's bridging capability # to bridge the TAP interface with the ethernet # NIC interface. Then you must manually set the # IP/netmask on the bridge interface, here we # assume 10.8.0.4/255.255.255.0. Finally we # must set aside an IP range in this subnet # (start=10.8.0.50 end=10.8.0.100) to allocate # to connecting clients. Leave this line commented # out unless you are ethernet bridging. ;server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100 # Configure server mode for ethernet bridging # using a DHCP-proxy, where clients talk # to the OpenVPN server-side DHCP server # to receive their IP address allocation # and DNS server addresses. You must first use # your OS's bridging capability to bridge the TAP # interface with the ethernet NIC interface. # Note: this mode only works on clients (such as # Windows), where the client-side TAP adapter is # bound to a DHCP client. ;server-bridge # Push routes to the client to allow it # to reach other private subnets behind # the server. Remember that these # private subnets will also need # to know to route the OpenVPN client # address pool (10.8.0.0/255.255.255.0) # back to the OpenVPN server. ;push "route 192.168.10.0 255.255.255.0" ;push "route 192.168.20.0 255.255.255.0" # To assign specific IP addresses to specific # clients or if a connecting client has a private # subnet behind it that should also have VPN access, # use the subdirectory "ccd" for client-specific # configuration files (see man page for more info). # EXAMPLE: Suppose the client # having the certificate common name "Thelonious" # also has a small subnet behind his connecting # machine, such as 192.168.40.128/255.255.255.248. # First, uncomment out these lines: ;client-config-dir ccd ;route 192.168.40.128 255.255.255.248 # Then create a file ccd/Thelonious with this line: # iroute 192.168.40.128 255.255.255.248 # This will allow Thelonious' private subnet to # access the VPN. This example will only work # if you are routing, not bridging, i.e. you are # using "dev tun" and "server" directives. # EXAMPLE: Suppose you want to give # Thelonious a fixed VPN IP address of 10.9.0.1. # First uncomment out these lines: ;client-config-dir ccd ;route 10.9.0.0 255.255.255.252 # Then add this line to ccd/Thelonious: # ifconfig-push 10.9.0.1 10.9.0.2 # Suppose that you want to enable different # firewall access policies for different groups # of clients. There are two methods: # (1) Run multiple OpenVPN daemons, one for each # group, and firewall the TUN/TAP interface # for each group/daemon appropriately. # (2) (Advanced) Create a script to dynamically # modify the firewall in response to access # from different clients. See man # page for more info on learn-address script. ;learn-address ./script # If enabled, this directive will configure # all clients to redirect their default # network gateway through the VPN, causing # all IP traffic such as web browsing and # and DNS lookups to go through the VPN # (The OpenVPN server machine may need to NAT # or bridge the TUN/TAP interface to the internet # in order for this to work properly). ;push "redirect-gateway def1 bypass-dhcp" # Certain Windows-specific network settings # can be pushed to clients, such as DNS # or WINS server addresses. CAVEAT: # http://openvpn.net/faq.html#dhcpcaveats # The addresses below refer to the public # DNS servers provided by opendns.com. push "dhcp-option DNS 208.67.222.222" push "dhcp-option DNS 208.67.220.220" # Uncomment this directive to allow different # clients to be able to "see" each other. # By default, clients will only see the server. # To force clients to only see the server, you # will also need to appropriately firewall the # server's TUN/TAP interface. client-to-client # Uncomment this directive if multiple clients # might connect with the same certificate/key # files or common names. This is recommended # only for testing purposes. For production use, # each client should have its own certificate/key # pair. # # IF YOU HAVE NOT GENERATED INDIVIDUAL # CERTIFICATE/KEY PAIRS FOR EACH CLIENT, # EACH HAVING ITS OWN UNIQUE "COMMON NAME", # UNCOMMENT THIS LINE OUT. ;duplicate-cn # The keepalive directive causes ping-like # messages to be sent back and forth over # the link so that each side knows when # the other side has gone down. # Ping every 10 seconds, assume that remote # peer is down if no ping received during # a 120 second time period. keepalive 10 120 # For extra security beyond that provided # by SSL/TLS, create an "HMAC firewall" # to help block DoS attacks and UDP port flooding. # # Generate with: # openvpn --genkey --secret ta.key # # The server and each client must have # a copy of this key. # The second parameter should be '0' # on the server and '1' on the clients. ;tls-auth ta.key 0 # This file is secret # Select a cryptographic cipher. # This config item must be copied to # the client config file as well. # Note that v2.4 client/server will automatically # negotiate AES-256-GCM in TLS mode. # See also the ncp-cipher option in the manpage cipher AES-256-CBC # Enable compression on the VPN link and push the # option to the client (v2.4+ only, for earlier # versions see below) ;compress lz4-v2 ;push "compress lz4-v2" # For compression compatible with older clients use comp-lzo # If you enable it here, you must also # enable it in the client config file. ;comp-lzo # The maximum number of concurrently connected # clients we want to allow. ;max-clients 100 # It's a good idea to reduce the OpenVPN # daemon's privileges after initialization. # # You can uncomment this out on # non-Windows systems. user nobody group nobody # The persist options will try to avoid # accessing certain resources on restart # that may no longer be accessible because # of the privilege downgrade. persist-key persist-tun # Output a short status file showing # current connections, truncated # and rewritten every minute. status openvpn-status.log # By default, log messages will go to the syslog (or # on Windows, if running as a service, they will go to # the "\Program Files\OpenVPN\log" directory). # Use log or log-append to override this default. # "log" will truncate the log file on OpenVPN startup, # while "log-append" will append to it. Use one # or the other (but not both). ;log openvpn.log ;log-append openvpn.log # Set the appropriate level of log # file verbosity. # # 0 is silent, except for fatal errors # 4 is reasonable for general usage # 5 and 6 can help to debug connection problems # 9 is extremely verbose verb 3 # Silence repeating messages. At most 20 # sequential messages of the same message # category will be output to the log. ;mute 20 # Notify the client that when the server restarts so it # can automatically reconnect. explicit-exit-notify 1
-
Hi.
This is my pfsense client log, can you help me for check the problem?Oct 8 12:08:00 openvpn 19167 SENT PING Oct 8 12:08:00 openvpn 19167 UDPv4 WRITE [112] to [AF_INET]5.189.151.220:1196: DATA len=112 Oct 8 12:08:00 openvpn 19167 UDPv4 WRITE [112] to [AF_INET]5.189.151.220:1196: DATA len=112 Oct 8 12:08:00 openvpn 19167 MANAGEMENT: Client connected from /var/etc/openvpn/client3.sock Oct 8 12:08:00 openvpn 19167 MANAGEMENT: CMD 'state 1' Oct 8 12:08:00 openvpn 19167 MANAGEMENT: Client disconnected Oct 8 12:08:02 openvpn 19167 event_wait : Interrupted system call (code=4) Oct 8 12:08:02 openvpn 19167 TCP/UDP: Closing socket Oct 8 12:08:02 openvpn 19167 Closing TUN/TAP interface Oct 8 12:08:02 openvpn 19167 /usr/local/sbin/ovpn-linkdown ovpnc3 1500 1605 init Oct 8 12:08:02 openvpn 19167 PID packet_id_free Oct 8 12:08:02 openvpn 19167 SIGTERM[hard,] received, process exiting Oct 8 12:08:03 openvpn 91920 disabling NCP mode (--ncp-disable) because not in P2MP client or server mode Oct 8 12:08:03 openvpn 91920 Current Parameter Settings: Oct 8 12:08:03 openvpn 91920 config = '/var/etc/openvpn/client3.conf' Oct 8 12:08:03 openvpn 91920 mode = 0 Oct 8 12:08:03 openvpn 91920 show_ciphers = DISABLED Oct 8 12:08:03 openvpn 91920 show_digests = DISABLED Oct 8 12:08:03 openvpn 91920 show_engines = DISABLED Oct 8 12:08:03 openvpn 91920 genkey = DISABLED Oct 8 12:08:03 openvpn 91920 key_pass_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 show_tls_ciphers = DISABLED Oct 8 12:08:03 openvpn 91920 connect_retry_max = 0 Oct 8 12:08:03 openvpn 91920 Connection profiles [0]: Oct 8 12:08:03 openvpn 91920 proto = udp4 Oct 8 12:08:03 openvpn 91920 local = '192.168.250.1' Oct 8 12:08:03 openvpn 91920 local_port = '0' Oct 8 12:08:03 openvpn 91920 remote = '5.189.151.220' Oct 8 12:08:03 openvpn 91920 remote_port = '1196' Oct 8 12:08:03 openvpn 91920 remote_float = DISABLED Oct 8 12:08:03 openvpn 91920 bind_defined = DISABLED Oct 8 12:08:03 openvpn 91920 bind_local = ENABLED Oct 8 12:08:03 openvpn 91920 bind_ipv6_only = DISABLED Oct 8 12:08:03 openvpn 91920 connect_retry_seconds = 5 Oct 8 12:08:03 openvpn 91920 connect_timeout = 120 Oct 8 12:08:03 openvpn 91920 socks_proxy_server = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 socks_proxy_port = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 tun_mtu = 1500 Oct 8 12:08:03 openvpn 91920 tun_mtu_defined = ENABLED Oct 8 12:08:03 openvpn 91920 link_mtu = 1500 Oct 8 12:08:03 openvpn 91920 link_mtu_defined = DISABLED Oct 8 12:08:03 openvpn 91920 tun_mtu_extra = 0 Oct 8 12:08:03 openvpn 91920 tun_mtu_extra_defined = DISABLED Oct 8 12:08:03 openvpn 91920 mtu_discover_type = -1 Oct 8 12:08:03 openvpn 91920 fragment = 0 Oct 8 12:08:03 openvpn 91920 mssfix = 1450 Oct 8 12:08:03 openvpn 91920 explicit_exit_notification = 0 Oct 8 12:08:03 openvpn 91920 Connection profiles END Oct 8 12:08:03 openvpn 91920 remote_random = DISABLED Oct 8 12:08:03 openvpn 91920 ipchange = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 dev = 'ovpnc3' Oct 8 12:08:03 openvpn 91920 dev_type = 'tun' Oct 8 12:08:03 openvpn 91920 dev_node = '/dev/tun3' Oct 8 12:08:03 openvpn 91920 lladdr = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 topology = 1 Oct 8 12:08:03 openvpn 91920 ifconfig_local = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 ifconfig_remote_netmask = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 ifconfig_noexec = DISABLED Oct 8 12:08:03 openvpn 91920 ifconfig_nowarn = DISABLED Oct 8 12:08:03 openvpn 91920 ifconfig_ipv6_local = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 ifconfig_ipv6_netbits = 0 Oct 8 12:08:03 openvpn 91920 ifconfig_ipv6_remote = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 shaper = 0 Oct 8 12:08:03 openvpn 91920 mtu_test = 0 Oct 8 12:08:03 openvpn 91920 mlock = DISABLED Oct 8 12:08:03 openvpn 91920 keepalive_ping = 10 Oct 8 12:08:03 openvpn 91920 keepalive_timeout = 60 Oct 8 12:08:03 openvpn 91920 inactivity_timeout = 0 Oct 8 12:08:03 openvpn 91920 ping_send_timeout = 10 Oct 8 12:08:03 openvpn 91920 ping_rec_timeout = 60 Oct 8 12:08:03 openvpn 91920 ping_rec_timeout_action = 2 Oct 8 12:08:03 openvpn 91920 ping_timer_remote = ENABLED Oct 8 12:08:03 openvpn 91920 remap_sigusr1 = 0 Oct 8 12:08:03 openvpn 91920 persist_tun = ENABLED Oct 8 12:08:03 openvpn 91920 persist_local_ip = DISABLED Oct 8 12:08:03 openvpn 91920 persist_remote_ip = DISABLED Oct 8 12:08:03 openvpn 91920 persist_key = ENABLED Oct 8 12:08:03 openvpn 91920 passtos = DISABLED Oct 8 12:08:03 openvpn 91920 resolve_retry_seconds = 1000000000 Oct 8 12:08:03 openvpn 91920 resolve_in_advance = DISABLED Oct 8 12:08:03 openvpn 91920 username = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 groupname = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 chroot_dir = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 cd_dir = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 writepid = '/var/run/openvpn_client3.pid' Oct 8 12:08:03 openvpn 91920 up_script = '/usr/local/sbin/ovpn-linkup' Oct 8 12:08:03 openvpn 91920 down_script = '/usr/local/sbin/ovpn-linkdown' Oct 8 12:08:03 openvpn 91920 down_pre = DISABLED Oct 8 12:08:03 openvpn 91920 up_restart = DISABLED Oct 8 12:08:03 openvpn 91920 up_delay = DISABLED Oct 8 12:08:03 openvpn 91920 daemon = ENABLED Oct 8 12:08:03 openvpn 91920 inetd = 0 Oct 8 12:08:03 openvpn 91920 log = DISABLED Oct 8 12:08:03 openvpn 91920 suppress_timestamps = DISABLED Oct 8 12:08:03 openvpn 91920 machine_readable_output = DISABLED Oct 8 12:08:03 openvpn 91920 nice = 0 Oct 8 12:08:03 openvpn 91920 verbosity = 7 Oct 8 12:08:03 openvpn 91920 mute = 0 Oct 8 12:08:03 openvpn 91920 gremlin = 0 Oct 8 12:08:03 openvpn 91920 status_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 status_file_version = 1 Oct 8 12:08:03 openvpn 91920 status_file_update_freq = 60 Oct 8 12:08:03 openvpn 91920 occ = ENABLED Oct 8 12:08:03 openvpn 91920 rcvbuf = 0 Oct 8 12:08:03 openvpn 91920 sndbuf = 0 Oct 8 12:08:03 openvpn 91920 sockflags = 0 Oct 8 12:08:03 openvpn 91920 fast_io = DISABLED Oct 8 12:08:03 openvpn 91920 comp.alg = 2 Oct 8 12:08:03 openvpn 91920 comp.flags = 0 Oct 8 12:08:03 openvpn 91920 route_script = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 route_default_gateway = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 route_default_metric = 0 Oct 8 12:08:03 openvpn 91920 route_noexec = DISABLED Oct 8 12:08:03 openvpn 91920 route_delay = 0 Oct 8 12:08:03 openvpn 91920 route_delay_window = 30 Oct 8 12:08:03 openvpn 91920 route_delay_defined = DISABLED Oct 8 12:08:03 openvpn 91920 route_nopull = DISABLED Oct 8 12:08:03 openvpn 91920 route_gateway_via_dhcp = DISABLED Oct 8 12:08:03 openvpn 91920 allow_pull_fqdn = DISABLED Oct 8 12:08:03 openvpn 91920 management_addr = '/var/etc/openvpn/client3.sock' Oct 8 12:08:03 openvpn 91920 management_port = 'unix' Oct 8 12:08:03 openvpn 91920 management_user_pass = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 management_log_history_cache = 250 Oct 8 12:08:03 openvpn 91920 management_echo_buffer_size = 100 Oct 8 12:08:03 openvpn 91920 management_write_peer_info_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 management_client_user = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 management_client_group = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 management_flags = 256 Oct 8 12:08:03 openvpn 91920 shared_secret_file = '/var/etc/openvpn/client3.secret' Oct 8 12:08:03 openvpn 91920 key_direction = not set Oct 8 12:08:03 openvpn 91920 ciphername = 'AES-256-CBC' Oct 8 12:08:03 openvpn 91920 ncp_enabled = DISABLED Oct 8 12:08:03 openvpn 91920 ncp_ciphers = 'AES-256-GCM:AES-128-GCM' Oct 8 12:08:03 openvpn 91920 authname = 'SHA512' Oct 8 12:08:03 openvpn 91920 prng_hash = 'SHA1' Oct 8 12:08:03 openvpn 91920 prng_nonce_secret_len = 16 Oct 8 12:08:03 openvpn 91920 keysize = 0 Oct 8 12:08:03 openvpn 91920 engine = DISABLED Oct 8 12:08:03 openvpn 91920 replay = ENABLED Oct 8 12:08:03 openvpn 91920 mute_replay_warnings = DISABLED Oct 8 12:08:03 openvpn 91920 replay_window = 64 Oct 8 12:08:03 openvpn 91920 replay_time = 15 Oct 8 12:08:03 openvpn 91920 packet_id_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 use_iv = ENABLED Oct 8 12:08:03 openvpn 91920 test_crypto = DISABLED Oct 8 12:08:03 openvpn 91920 tls_server = DISABLED Oct 8 12:08:03 openvpn 91920 tls_client = DISABLED Oct 8 12:08:03 openvpn 91920 key_method = 2 Oct 8 12:08:03 openvpn 91920 ca_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 ca_path = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 dh_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 cert_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 extra_certs_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 priv_key_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 pkcs12_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 cipher_list = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 tls_cert_profile = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 tls_verify = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 tls_export_cert = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 verify_x509_type = 0 Oct 8 12:08:03 openvpn 91920 verify_x509_name = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 crl_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 ns_cert_type = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_ku[i] = 0 Oct 8 12:08:03 openvpn 91920 remote_cert_eku = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 ssl_flags = 0 Oct 8 12:08:03 openvpn 91920 tls_timeout = 2 Oct 8 12:08:03 openvpn 91920 renegotiate_bytes = -1 Oct 8 12:08:03 openvpn 91920 renegotiate_packets = 0 Oct 8 12:08:03 openvpn 91920 renegotiate_seconds = 3600 Oct 8 12:08:03 openvpn 91920 handshake_window = 60 Oct 8 12:08:03 openvpn 91920 transition_window = 3600 Oct 8 12:08:03 openvpn 91920 single_session = DISABLED Oct 8 12:08:03 openvpn 91920 push_peer_info = DISABLED Oct 8 12:08:03 openvpn 91920 tls_exit = DISABLED Oct 8 12:08:03 openvpn 91920 tls_auth_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 tls_crypt_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 server_network = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 server_netmask = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 server_network_ipv6 = :: Oct 8 12:08:03 openvpn 91920 server_netbits_ipv6 = 0 Oct 8 12:08:03 openvpn 91920 server_bridge_ip = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 server_bridge_netmask = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 server_bridge_pool_start = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 server_bridge_pool_end = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 ifconfig_pool_defined = DISABLED Oct 8 12:08:03 openvpn 91920 ifconfig_pool_start = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 ifconfig_pool_end = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 ifconfig_pool_netmask = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 ifconfig_pool_persist_filename = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 ifconfig_pool_persist_refresh_freq = 600 Oct 8 12:08:03 openvpn 91920 ifconfig_ipv6_pool_defined = DISABLED Oct 8 12:08:03 openvpn 91920 ifconfig_ipv6_pool_base = :: Oct 8 12:08:03 openvpn 91920 ifconfig_ipv6_pool_netbits = 0 Oct 8 12:08:03 openvpn 91920 n_bcast_buf = 256 Oct 8 12:08:03 openvpn 91920 tcp_queue_limit = 64 Oct 8 12:08:03 openvpn 91920 real_hash_size = 256 Oct 8 12:08:03 openvpn 91920 virtual_hash_size = 256 Oct 8 12:08:03 openvpn 91920 client_connect_script = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 learn_address_script = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 client_disconnect_script = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 client_config_dir = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 ccd_exclusive = DISABLED Oct 8 12:08:03 openvpn 91920 tmp_dir = '/tmp' Oct 8 12:08:03 openvpn 91920 push_ifconfig_defined = DISABLED Oct 8 12:08:03 openvpn 91920 push_ifconfig_local = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 push_ifconfig_remote_netmask = 0.0.0.0 Oct 8 12:08:03 openvpn 91920 push_ifconfig_ipv6_defined = DISABLED Oct 8 12:08:03 openvpn 91920 push_ifconfig_ipv6_local = ::/0 Oct 8 12:08:03 openvpn 91920 push_ifconfig_ipv6_remote = :: Oct 8 12:08:03 openvpn 91920 enable_c2c = DISABLED Oct 8 12:08:03 openvpn 91920 duplicate_cn = DISABLED Oct 8 12:08:03 openvpn 91920 cf_max = 0 Oct 8 12:08:03 openvpn 91920 cf_per = 0 Oct 8 12:08:03 openvpn 91920 max_clients = 1024 Oct 8 12:08:03 openvpn 91920 max_routes_per_client = 256 Oct 8 12:08:03 openvpn 91920 auth_user_pass_verify_script = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 auth_user_pass_verify_script_via_file = DISABLED Oct 8 12:08:03 openvpn 91920 auth_token_generate = DISABLED Oct 8 12:08:03 openvpn 91920 auth_token_lifetime = 0 Oct 8 12:08:03 openvpn 91920 port_share_host = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 port_share_port = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 client = DISABLED Oct 8 12:08:03 openvpn 91920 pull = DISABLED Oct 8 12:08:03 openvpn 91920 auth_user_pass_file = '[UNDEF]' Oct 8 12:08:03 openvpn 91920 OpenVPN 2.4.6 amd64-portbld-freebsd11.2 [SSL (OpenSSL)] [LZO] [LZ4] [MH/RECVDA] [AEAD] built on Sep 4 2018 Oct 8 12:08:03 openvpn 91920 library versions: OpenSSL 1.0.2o-freebsd 27 Mar 2018, LZO 2.10 Oct 8 12:08:03 openvpn 92134 MANAGEMENT: unix domain socket listening on /var/etc/openvpn/client3.sock Oct 8 12:08:03 openvpn 92134 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Oct 8 12:08:03 openvpn 92134 PID packet_id_init seq_backtrack=64 time_backtrack=15 Oct 8 12:08:03 openvpn 92134 CRYPTO INFO: n_DES_cblocks=0 Oct 8 12:08:03 openvpn 92134 CRYPTO INFO: n_DES_cblocks=0 Oct 8 12:08:03 openvpn 92134 CRYPTO INFO: n_DES_cblocks=0 Oct 8 12:08:03 openvpn 92134 CRYPTO INFO: n_DES_cblocks=0 Oct 8 12:08:03 openvpn 92134 Outgoing Static Key Encryption: Cipher 'AES-256-CBC' initialized with 256 bit key Oct 8 12:08:03 openvpn 92134 Outgoing Static Key Encryption: CIPHER KEY: 340ca0f4 62385469 0b74c807 793a7187 16a5add8 cb42dde5 ccfa6e58 b2c1ccd9 Oct 8 12:08:03 openvpn 92134 Outgoing Static Key Encryption: CIPHER block_size=16 iv_size=16 Oct 8 12:08:03 openvpn 92134 Outgoing Static Key Encryption: Using 512 bit message hash 'SHA512' for HMAC authentication Oct 8 12:08:03 openvpn 92134 Outgoing Static Key Encryption: HMAC KEY: 2b3e67f1 1a2153b7 41c8de00 4150a735 1358a7a1 5edb9ac7 7064d184 d77610dc 2eb96f4d 5e6961d0 afc1819a c89ea318 765d12e9 05df1463 7088cf3b f04489ba Oct 8 12:08:03 openvpn 92134 Outgoing Static Key Encryption: HMAC size=64 block_size=64 Oct 8 12:08:03 openvpn 92134 Incoming Static Key Encryption: Cipher 'AES-256-CBC' initialized with 256 bit key Oct 8 12:08:03 openvpn 92134 Incoming Static Key Encryption: CIPHER KEY: 340ca0f4 62385469 0b74c807 793a7187 16a5add8 cb42dde5 ccfa6e58 b2c1ccd9 Oct 8 12:08:03 openvpn 92134 Incoming Static Key Encryption: CIPHER block_size=16 iv_size=16 Oct 8 12:08:03 openvpn 92134 Incoming Static Key Encryption: Using 512 bit message hash 'SHA512' for HMAC authentication Oct 8 12:08:03 openvpn 92134 Incoming Static Key Encryption: HMAC KEY: 2b3e67f1 1a2153b7 41c8de00 4150a735 1358a7a1 5edb9ac7 7064d184 d77610dc 2eb96f4d 5e6961d0 afc1819a c89ea318 765d12e9 05df1463 7088cf3b f04489ba Oct 8 12:08:03 openvpn 92134 Incoming Static Key Encryption: HMAC size=64 block_size=64 Oct 8 12:08:03 openvpn 92134 crypto_adjust_frame_parameters: Adjusting frame parameters for crypto by 104 bytes Oct 8 12:08:03 openvpn 92134 LZO compression initializing Oct 8 12:08:03 openvpn 92134 MTU DYNAMIC mtu=1450, flags=2, 1605 -> 1450 Oct 8 12:08:03 openvpn 92134 RESOLVE_REMOTE flags=0x0901 phase=1 rrs=0 sig=-1 status=0 Oct 8 12:08:03 openvpn 92134 TUN/TAP device ovpnc3 exists previously, keep at program end Oct 8 12:08:03 openvpn 92134 TUN/TAP device /dev/tun3 opened Oct 8 12:08:03 openvpn 92134 /usr/local/sbin/ovpn-linkup ovpnc3 1500 1605 init Oct 8 12:08:03 openvpn 92134 Data Channel MTU parms [ L:1605 D:1450 EF:105 EB:403 ET:0 EL:3 ] Oct 8 12:08:03 openvpn 92134 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1605,tun-mtu 1500,proto UDPv4,comp-lzo,cipher AES-256-CBC,auth SHA512,keysize 256,secret' Oct 8 12:08:03 openvpn 92134 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1605,tun-mtu 1500,proto UDPv4,comp-lzo,cipher AES-256-CBC,auth SHA512,keysize 256,secret' Oct 8 12:08:03 openvpn 92134 TCP/UDP: Preserving recently used remote address: [AF_INET]5.189.151.220:1196 Oct 8 12:08:03 openvpn 92134 Socket Buffers: R=[42080->42080] S=[57344->57344] Oct 8 12:08:03 openvpn 92134 UDPv4 link local (bound): [AF_INET]192.168.250.1:0 Oct 8 12:08:03 openvpn 92134 UDPv4 link remote: [AF_INET]5.189.151.220:1196 Oct 8 12:08:03 openvpn 92134 SENT PING Oct 8 12:08:03 openvpn 92134 UDPv4 WRITE [112] to [AF_INET]5.189.151.220:1196: DATA len=112 Oct 8 12:08:08 openvpn 92134 MANAGEMENT: Client connected from /var/etc/openvpn/client3.sock Oct 8 12:08:08 openvpn 92134 MANAGEMENT: CMD 'state 1' Oct 8 12:08:08 openvpn 92134 MANAGEMENT: Client disconnected Oct 8 12:08:13 openvpn 92134 SENT PING Oct 8 12:08:13 openvpn 92134 UDPv4 WRITE [112] to [AF_INET]5.189.151.220:1196: DATA len=112 Oct 8 12:08:13 openvpn 92134 UDPv4 WRITE [112] to [AF_INET]5.189.151.220:1196: DATA len=112
-
Seems like you are still mixing up Certificates and Static Key.
Parameter key in the Server Config is the private key of your server Cert and not the static key.
For me it looks like you want to go with SSL/TLS (Certificates) - but you mentioned Shared key in your first posting. So pick SSL/TLS mode in your pfSense OpenVPN Client, not Shared Key.
Can't you just blow away this CentOS VM and use pfSense as your Server there? This would simplify things a lot...-Rico
-
Thanks Rico.
I will chek the configuration and then update the forum.
If the problem persist I can try to install another VM with pfsense as a server.Thanks
-
You'll have a great experience with running pfSense on both sides, trust me. ;-)
There is plenty of great documentation around for site to site VPNs with pure pfSense. Grab your favourite drink and just watch:
https://www.netgate.com/resources/videos/site-to-site-vpns-on-pfsense.html
https://www.netgate.com/resources/videos/advanced-openvpn-on-pfsense-24.htmlSome more to read in detail:
https://docs.netgate.com/pfsense/en/latest/book/openvpn/index.html-Rico
-
This post is deleted! -
This post is deleted! -
S stephenw10 locked this topic on