Abhut 0 Posted ... Hi, Is it possible to exclude certain ports from going through VPN?For example I want to have a FTP server running on the machine where the AirVPN Client software runs and want that one port to be reachable through the normal IP address so the traffic would not go through the VPN. Quote Share this post Link to post
OpenSourcerer 1435 Posted ... Is it possible to exclude certain ports from going through VPN? OpenVPN does not provide such functionality. You can exclude IPs with the client, though. Quote Hide OpenSourcerer'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
zhang888 1066 Posted ... You can, for example, install a new virtual machine with an FTP server there.Then forward all incoming connections to port 21 on your router, to the internal IP of that new virtual machine.This makes things more secure in every aspect you look at, and is also cleaner in my opinion. 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
Abhut 0 Posted ... The Virtual Machine Idea sounds good, but the Computer I'm running this on is just a fan-less very weak PC. Do you by any chance know what the least resource intensive VM software is? Quote Share this post Link to post
zhang888 1066 Posted ... The modern virtualization software itself adds very little overhead. This will depend mostly on the OS and the setup you will have in your guest.A safe bet would be VirtualBox + a *nix based OS with no X desktop. OpenBSD can run a fully capable SSH/FTP/HTTP/CIFS server on (less than) 96MB RAM. 1 rickjames reacted to this 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