I have two OpenVPN serveers that I'm trying to get connected together so I can connect to the two LANs over the Internet (Gw2gw).
Both servers are setup for PSK authentication.
I basically just added their IP addresses and have the same username/password. I uploaded each of their .cer files.
I am getting auth errors:
Oct 17 14:38:30 mr0-fw1 TCC[16755]: Sat Oct 17 14:38:30 2009 UDPv4 link local: [undef]
Oct 17 14:38:30 mr0-fw1 TCC[16755]: Sat Oct 17 14:38:30 2009 UDPv4 link remote: 165.236.x.x:1194
Oct 17 14:38:31 mr0-fw1 TCC[16755]: Sat Oct 17 14:38:31 2009 [127.0.0.1] Peer Connection Initiated with 165.236.x.x:1194
Oct 17 14:38:32 mr0-fw1 TCC[16755]: Sat Oct 17 14:38:32 2009 AUTH: Received AUTH_FAILED control message
Oct 17 14:38:32 mr0-fw1 TCC[16755]: Sat Oct 17 14:38:32 2009 SIGTERM[soft,auth-failure] received, process exiting
What am I doing wrong?