Speed3300 0 Posted ... (edited) Hello, I am currently thinking about going from Mullvad VPN to AirVPN but I need to know if it will be compatible with my current setup. I've got this script on my raspberry which connects me to my VPN: -- sudo wg-quick up /etc/wireguard/xxxxxx.conf and this config file: [Interface] PrivateKey = xxxxxxxxxxxxxxxxxx= Address = xx.xx.xxx.xx/32 DNS = xx.xx.xx.x PostUp = wg show %i | logger -t wireguard PostDown = wg show %i | logger -t wireguard [Peer] PublicKey = xxxxxxxxxxxxxxxxxx= AllowedIPs = 0.0.0.0/0 Endpoint = xx.xx.xx.xx:51820 -- Is the same possible wirth AirVPN too? What about port forwarding in this case? How do I set it up? MV does not have port forwarding. Thank you! Edited ... by Speed3300 Quote Share this post Link to post
Tech Jedi Alex 1491 Posted ... Should work. Generate a Wireguard config and simply paste PostUp and PostDown into it. 4 hours ago, Speed3300 said: What about port forwarding in this case? How do I set it up? MV does not have port forwarding. FAQ Client area . Quote Hide Tech Jedi Alex's signature Hide all signatures NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT. LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too! Want to contact me directly? All relevant methods are on my About me page. Share this post Link to post