Apr 9 22:02:46 raspberrypi ovpn-server[12210]: Authenticate/Decrypt packet error: packet HMAC authentication failed Apr 9 22:02:46 raspberrypi ovpn-server[12210]: TLS Error: incoming packet authentication failed from [AF_INET]174.206.2 2.22:7533

port 9194 proto udp dev tun ca ca.crt cert server.crt key server.key dh dh1024.pem crl-verify crl.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "redirect-gateway def1" push "dhcp-option DNS 192.168.0.1" keepalive 10 120 tls-auth ta.key 0 cipher BF-CBC comp-lzo max-clients 10 user nobody group nogroup persist-key persist-tun status openvpn-status.log log /var/log/openvpn Aug 12 21:24:24 openvpn 79983 Authenticate/Decrypt packet error: packet HMAC authentication failed. Aug 12 21:24:24 openvpn 79983 TLS Error: incoming packet authentication failed from [AF_INET]174.248.xxx.xxx. Followed several guides and the PFsense Wizard. I did find that even though I ran the wizard I had to go in and enable the interface for # 2048 bit OpenVPN static key # —–BEGIN OpenVPN Static key V1—– KEY —–END OpenVPN Static key V1—– and this server.conf port 1194 proto udp dev tun user nobody group nogroup persist-key persist-tun keepalive 10 120 topology subnet server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push “dhcp-option DNS 1.0 Can we setup user based authentication in OpenVpn Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)ssh key authentication still prompts passwordHow to make openvpn to accessible to specific user only in shred ubuntu systemRemote connect OpenVPNUFW setup

It seems that the OpenVPN Client on windows does not support TLS-Auth with a separate key file. So instead, you can paste your key contents in your openvpn client’s config file and use some thing like the following (inline ta.key):

Wed Dec 4 08:54:28 2019 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication Wed Dec 4 08:54:28 2019 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication Wed Dec 4 08:54:28 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]redacted:1194

Wed Dec 4 08:54:28 2019 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication Wed Dec 4 08:54:28 2019 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication Wed Dec 4 08:54:28 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]redacted:1194

i want to know what does it mean by Authenticate/Decrypt packet error: packet HMAC authentication failed my configuration file: dev tun port 5000 #comp-lzo ping 15 remote x.x.x.x float ifconfig 10.4.0.2 10.4.0.1 tun-mtu 1500 tun-mtu-extra 32 up ./openvpn.up secret /etc/openvpn/key auth MD5 cipher DES-CBC verb 3 user nobody group nobody