I am trying to send TCP commands through my Pepwave MAX BR1 Mini to a specific device on my local network. Since the router does not support installing additional software like **socat**
, I am looking for a built-in way to achieve this.
Scenario:
- I have an external system that needs to send TCP commands to a target device behind the MAX BR1 Mini.
- The target device has a fixed local IP (e.g.,
192.168.1.100
) and listens on a specific TCP port (e.g.,5000
).
Is there an alternatives solution for socat within the Peplink firmware to relay TCP commands effectively?
Any guidance or best practices would be greatly appreciated!
Thanks in advance!