You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to open TCP connections to any port of the targets, we would like to have a helper called port-forward. This helper opens a TCP connection to the specified port and creates a tunnel/port-forward into a local port. For example:
bbb connect port-forward <target_id> <port>
or (if you want to specify the localPort where the service will be exposed)
In order to open TCP connections to any port of the targets, we would like to have a helper called port-forward. This helper opens a TCP connection to the specified port and creates a tunnel/port-forward into a local port. For example:
or (if you want to specify the localPort where the service will be exposed)
This command returns the port where the service is exposed in localhost, for example:
Thanks a lot!
The text was updated successfully, but these errors were encountered: