reversevpn
Members2-
Content Count
47 -
Joined
... -
Last visited
... -
Days Won
5
reversevpn last won the day on September 5 2025
reversevpn had the most liked content!
About reversevpn
-
Rank
Advanced Member
Recent Profile Visitors
-
letohlatsyrc
...
-
bex1meb
...
-
Mukuna
...
-
Seftro
...
-
iWNTbreatheo2
...
-
reversevpn started following Reasons for setting up a proxy as opposed to subscribing to a VPN service, Port Forwarding woes, Anyone using Bitcoin full node over Air server? and and 5 others ...
-
ANSWERED Port Forwarding woes
reversevpn replied to moving shadow's topic in Troubleshooting and Problems
Did you configure UFW or iptables to allow the port through? -
Anyone using Bitcoin full node over Air server?
reversevpn replied to Kepler_452b's topic in Off-Topic
I've got a Monero full node + P2Pool over AirVPN server. BTC seems too difficult to mine and doesn't have the same privacy protections. -
Reason for Decreased MTU from 1420 to 1320
reversevpn replied to reversevpn's topic in General & Suggestions
But if I select a bigger MTU than what you have server-side, won't the effective MTU of the applications running in the tunnel still be constrained to the server MTU? -
Why is the MTU on files generated from AirVPN's config generator just 1320 instead of the normal 1420 for Wireguard? Not saying that this is a bad thing, but just curious.
-
What OS are you using?
-
ANSWERED Eddie doesn't connect after shutdown/reboot
reversevpn replied to Emergency9's topic in Eddie - AirVPN Client
Just use the config generator in AirVPN's client area, then use the official WireGuard client at wireguard.com -
-
-
-
ANSWERED WireGuard with Linux - Terminal: Help...
reversevpn replied to Nasheayahu's topic in Troubleshooting and Problems
It's also possible that systemd-resolved is installed but not enabled. Try sudo systemctl enable --now systemd-resolved before taking the DNS directive from the wireguard file. Source: https://bugzilla.redhat.com/show_bug.cgi?id=1732487 -
ANSWERED WireGuard with Linux - Terminal: Help...
reversevpn replied to Nasheayahu's topic in Troubleshooting and Problems
Did you install systemd-resolved yet? If not, do so and try again. If you already have, then just erase the DNS= line from the America.conf file, and manually change /etc/resolv.conf to 10.128.0.1 after the America interface has been raised if you wish to use airvpn's DNS. Alternatively, if you have your own DNS server like dnsmasq and want it to query airvpn's DNS, edit /etc/dnsmasq.conf and add a server=10.128.0.1 directive to it. -
ANSWERED WireGuard with Linux - Terminal: Help...
reversevpn replied to Nasheayahu's topic in Troubleshooting and Problems
If the above failed, try installing systemd-resolved using sudo dnf install systemd-resolved, then try raising the interface using the systemctl method again -
ANSWERED WireGuard with Linux - Terminal: Help...
reversevpn replied to Nasheayahu's topic in Troubleshooting and Problems
Try copying the file to /etc/wireguard and doing sudo systemctl start wg-quick@wg . This should bypass freedesktop and enable you to raise the interface. You can replace "wg" in systemctl start wg-quick@wg with whatever name your config file is. I use wg because your file is named wg.conf, but I do recommend renaming it after the airvpn server you are using, or some other nickname you have for it, like america. So, try copying it as america.conf into /etc/wireguard, then doing systemctl start wg-quick@america. If it fails, do systemctl status wg-quick@america and show the logs here -
-
-
ANSWERED Remote Desktop across two AirVPN connections
reversevpn replied to misamarumaru's topic in Troubleshooting and Problems
Go here using AirVPN website, ensure both machines have a different key, and reconnect one of your machines(I suggest reconnecting the remote machine) under a different key. If it still doesn't work, disconnect both sides from AirVPN, wait 5 minutes, and reconnect on both sides, ensuring that you selected a different key on both sides even before you start a connection. -
ANSWERED Remote Desktop across two AirVPN connections
reversevpn replied to misamarumaru's topic in Troubleshooting and Problems
Go to client area-> VPN Devices->Manage, then add a second device for your remote machine. Make sure to select that new key when using Eddie on the remote device, or, if you're using the config generator, choose the new key when generating the config -
ANSWERED Remote Desktop across two AirVPN connections
reversevpn replied to misamarumaru's topic in Troubleshooting and Problems
Did you make sure that the two machines were connected to two distinct AirVPN servers? If they were connected to the same AirVPN server, then AirVPN will block that connection to mitigate Port Fail. Example: You connect both computers to Okab, then you cannot have a remote desktop session, but if you connect one to Okab and the other to Sulafat, then you can get a successful connection. Also, assign different keys to both computers. AirVPN allows you to create up to ten keys at once and use up to five of those 10 concurrently. -
Here's what you can do to take advantage of AirVPN's protections(no logging) and reachability while using ShadowSocks, or for that matter, any proxy software that AirVPN does not natively support: 1. Sign up for a 3-year AirVPN plan during Halloween, when you'll get a massive discount 2. Download a Wireguard config using AirVPN's configuration generator 3. Log in to your VPS and set up a Wireguard connection using the config you just downloaded; take extra steps to make sure you don't lock yourself out, such as putting the wireguard connection in a separate network namespace, either using systemd-nspawn or any containerization technology of your choice 4. Set up whatever proxy software you want(I personally recommend and use shadowsocks-rust) 5. Port-forward from your AirVPN account to whatever proxy you just set up This way, you combine the reachability of AirVPN with the versatility of any proxy software of your choice. FYI, shadowsocks-rust can be configure to use chacha20-ietf-poly1305, the same cipher used in Wireguard, but now obscured by Shadowsocks.
