Use OpenVPN for server but keep incoming connections
I need to fake IP of current webserver using OpenVPN that installed on another server. The problem is it will block all incoming connections to my webserver ( 80, 443, and 22 for example). First, I need to force the incoming packets to be routed over its public interface: sudo ip rule add from $(ip … Read more