Search the Community
Showing results for tags 'Poe5'.
Found 1 result
-
I tried 1 month subscription to build an AirVPN client on a pfSense platform. I couldn't accomplish,. I'm back to determine if I can expect success with AirVPN on the EdgeMAX SELinux implementation in an EdgeRouter Poe5. This time, after doing a lot of homework, I found the US-based competitor PIA with a detailed description of the steps on an ER-Poe5. However, their example doesn't seem to provide enough information to resolve questions that might apply to AirVPN. I will begin: For PIA there are pointers to important files, and a need to add rules to NAT & firewall: client dev-type tun proto udp remote us-florida.privateinternetaccess.com 1194 resolv-retry infinite nobind persist-key persist-tun ca /config/auth/ca.crt tls-client remote-cert-tls server auth-user-pass /config/auth/auth-user-pass.txt comp-lzo verb 1 reneg-sec 0 crl-verify /config/auth/crl.pem route-nopull For my .ovpn file for pfSense: client dev tun proto udp remote 198.203.28.42 443 resolv-retry infinite nobind persist-key persist-tun remote-cert-tls server cipher AES-256-CBC comp-lzo no route-delay 5 verb 3 explicit-exit-notify 5 <ca> </ca> <cert> </cert> <key> </key> key-direction 1 <tls-auth> </tls-auth> The differences are tremendous, making me wonder how the certificates, etc. are even found by OpenVPN. If you think it will be possible to accomplish my wishes, I will need some guidance. I hope to use AirVPN, but I need assistance.