mikedefieslife 0 Posted ... It seems that for P2P clients I need to setup some kind of port forwarding here: https://airvpn.org/ports/ Pretty confused as to what this does and how it should be setup. I've read up about here: https://airvpn.org/faq/port_forwarding/ but it hasn't really made things any clearer. Say for example I use transmission or utorrent and have the port set at 9797. On my router I set port 9797 to then be forwarded to the same port on a specific local IP address. Do I then need to go to the AirVPN port forwarding page and set both the port and the local port to 9797 too? What about DDNS? Do I have to change or update this every time I switch servers? How does AirVPN know to always forward traffic from that port to me no matter which server I'm on? Bare in mind the company doesn't keep any logs or records Quote Share this post Link to post
zhang888 1066 Posted ... https://airvpn.org/topic/14949-help-with-port-forwarding/?p=30873 How does AirVPN know to always forward traffic from that port to me no matter which server I'm on? Bare in mind the company doesn't keep any logs or records Obviously since you are connected to a server, the server already 'knows' which user is connected to it, this information is also hardcoded in your certificate. The same ports for the same user are mapped across all servers.You can see your connection state and duration in the client area. Nothing in this part requires logging of any kind. Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
mikedefieslife 0 Posted ... Excellent. I think I've got it. Seems to be working at least. On the router side of things, it seems that I must not use the same ports that I also have open my router. In which case, how does the forward traffic manage to bypass the NAT in my router? Just curious. Quote Share this post Link to post
zhang888 1066 Posted ... The traffic does not bypass NAT, because you have an IP tunnel inside your LAN, the router does not see this L3 traffic. Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
Khariz 109 Posted ... Yeah, your router is just about irrelevant. You have an IP connection on say TCP/UDP port 443 open to the AirVPN sever. That's a content agnostic IP connection. If AirVPN is opening up a port on their server, the information is still flowing back to your computer through the TAP tunnel over the IP connection. So when that torrent program running on your computer needs to use a certain port, it's not looking for the port on your router (when its bound to the TAP adapter). It's looking for an open port through IP tunnel you are already punching through the NAT with. 1 twintails reacted to this Quote Share this post Link to post
MyAirVpnDotOrg 0 Posted ... On 12/8/2016 at 3:26 AM, Khariz said: Yeah, your router is just about irrelevant. You have an IP connection on say TCP/UDP port 443 open to the AirVPN sever. That's a content agnostic IP connection. If AirVPN is opening up a port on their server, the information is still flowing back to your computer through the TAP tunnel over the IP connection. So when that torrent program running on your computer needs to use a certain port, it's not looking for the port on your router (when its bound to the TAP adapter). It's looking for an open port through IP tunnel you are already punching through the NAT with. I would suggest that you add the info in this comment to the FAQ ( https://airvpn.org/faq/port_forwarding/ ) which is NOT clear on this point. Quote Share this post Link to post
Staff 9972 Posted ... @MyAirVpnDotOrg Hello! From the FAQ answer: Quote "Remote port forwarding" forwards traffic coming from the Internet to our VPN server ports to a specified local port of your client. It sounds clear, as ports of different nodes (such as your router network interface ports) do not enter into play in the sentence. Maybe you don't know what a port is, hence the confusion, and here we have a problem: if we started to explain networking basics on the FAQ answers, they would risk becoming heavily pedantic and mainly useless.. Check https://en.wikipedia.org/wiki/Port_%28computer_networking%29 Feel free to add your suggestions. Kind regards Quote Share this post Link to post