I have two interfaces on my system, one with a static public IP and one on a private network.
I have port forwarding working such that if a connection comes in remotely to the public IP, it will get forwarded to an IP:port on the private network.
However, I also want to be able to forward connections originating on the local system to the static public IP to also get forwarded to an IP:port on the private network. I’m just getting connection refused right now.
What sort of sorcery do I need to forward locally initiated traffic to the public IP:port to the private subnet IP:port?