Description:
A QA tester sits on test-srv and needs to test a web app that a developer is running locally on dev-box at port 3000. The developer’s machine is behind a NAT/router — the tester cannot reach dev-box directly.
The developer needs to expose their local port 3000 so that the tester can access it from test-srv on port 9090.
- Create the correct SSH tunnel so that
test-srv:9090forwards to your localdev-box:3000 - Run it in the background
- Confirm the tunnel is listening on
test-srv