Tunnel port to another machine (socat)

I have the following setup:
TVHeadend is running on a different machine, than the one that is offering the webIF for TV Headend.
How can i tunnel one port to another one on linux?

This redirect should be persistent.
socat tcp-listen:9982,reuseaddr,fork tcp:10.0.4.0:9982
This one works, but it’s not persistent.
I know a command for windows, but not using linux tools :slight_smile:

This tunnel is only used on the local network, so there is no security breach, by creating this tunnel.

I use redir with a start script.
CPU usage is about 1% when in use.

i took the information from:
https://www.digi77.com/the-art-of-port-forwarding-on-linux/