Is there a way to make it so incoming/outgoing connections going to the port belonging toHere's the OVPNcurrent output of my openvpn server (1194) go through tun0? Is this the only thing I would need to change?
edit: I also tried the solution in OpenVPN Client and Server on same machine - Server doesn't allow connections when client is connected whichwhen I discovered after posting this question to no avail. This would appear to be directly relatedtry to my issue but it's still not workingconnect. Here's what the server log looks like
pi@raspberrypi:/etc/openvpn $ sudo more openvpn-status.log
OpenVPN CLIENT LIST
Updated,Sat Jun 29 23:30:41 2019
Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since
UNDEF,172x.58x.87x.22x:39159,860,442,Sat Jun 29 23:30:02 2019
Sat Jun 29 23:34:47 2019 172x.58x.87x.22x:28162 TLS Error: incoming packet authentication failed from [AF_INET]172.58.87.22:28162
Sat Jun 29 23:34:48 2019 172x.58x.87x.22x:28162 Authenticate/Decrypt packet error: bad packet ID (may be a replay): [ #1 / time = (1561869285) Sat Jun 29 23:34:45 2019 ] -- see the man page entry for --no-replay and --replay-window for more
info or silence this warning with --mute-replay-warnings
Sat Jun 29 23:34:48 2019 172x.58x.87x.22x:28162 TLS Error: incoming packet authentication failed from [AF_INET]172[AF_INET]x.58x.87x.22x:28162
Apparently the client connection is getting corrupted?
edit: I also tried the solution in OpenVPN Client and Server on same machine - Server doesn't allow connections when client is connected which I discovered after posting this question to no avail. This would appear to be directly related to my issue but it's still not working. Here's what the server log looks like