|
|
Please strip comments and whitespace from your configs before posting them! On Mac OS, I used the pipeline "cat server.conf | sed -e 's/[#;].*//' | grep -v '^ *$'"; on Linux, you'll want to use egrep and pass an additional -r argument to sed, but the idea is the same. The error you're posting is very much indicative of the keys being wrong, particularly the tls-auth key. Mind using md5sum or a similar tool to be *absolutely certain* they haven't been munged somehow? Using a single tap adapter for multiple VPNs will indeed work so long as only one OpenVPN daemon is (running, and thus) bound to a given adapter at the same time. ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |