An app on linux-based "headless-box-1" is listening for HTTP connections on http://127.0.0.1:7860. Which restricts connections to self.
But I wish it was listening for connections from any computer on the LAN.
Is there a command I can run on the headless-box-1 (192.168.1.100) that would allow me over on laptop-1 to browse to http://192.168.1.100 :7861, and it would bi-directionally route all the comms from lan-public port :7861 over to localhost-only :7860?
Security and HTTPS is not a concern in this setup. All the answers I found were for ssh-tunneling which had something to do with ssh over on the laptop side, which seems excessive.