I have a VPS with a static public IP, and I also have a home network with a static public IP.
I want to somehow make it so that if the VPS's static IP receives traffic on a certain port, it routes/redirects/forwards all that traffic to my home networks static IP, possibly to a different port if need be, but likely to the same port.
My VPS is running Ubuntu 18, Im just not sure what to install/set up on it... is this an iptables thing? Or some other utility?