


What I want to do is create a tunnel that listens on two remote machine ports (80 for http and 8000 for the live streaming) with the format of the command: ssh -R sshServer_port:destination_address:destination_port1 -R sshServer_port:destination_address:destination_port2 sshServer_addressĮxample: ssh -R 3000:192.168.1.210:80 -R 3000:192.168.1. With this,anyone from any network can access to the camera interface by typing 52.14.9.210:8080 The end result should look like the below image. Package info 9. Gamereactor uses cookies to ensure that we give you the best browsing experience on our website. Buy Cubemen 3.99 Add to Cart Buy Cubemen 2-Pack 5.99 Add to Cart Packages that include this game Buy Cubemen Bundle Includes the official soundtrack. Gamereactor UK brings you the latest news, livestreams, reviews, videos, trailers, screenshots, wikis, previews, and release dates. (Usually you will only need to forward the HTTP and the TCP port.) Default Ports: TCP: 37777 UDP: 37778 HTTP: 80 RTSP: 554 HTTPS: 443 11. Cubemen 2 - Android, iOS, Linux, Mac, PC, Wii U. Create port forwarding rules for each port you wish to forward for the NVR. The format of the command that I launched on my PC is: ssh -R sshServer_port:destination_address:destination_port sshServer_addressĮxample: ssh -R 3000:192.198.1.210:80 the sshServer, I can access the remote machine through localhost:3000Īnd then, I set up a tcpproxy to make the access public with this command: tcpproxy -lhost 0.0.0.0:8080 -rhost localhost:3000 Login to your gateway and locate the, 'Port Forwarding' section. The goal is to forward the access of the camera to the public with ssh remote port forwarding, For those who worked with ssh port forwarding or for those who have an idea, I managed to create a remote tunnel from my PC to a remote machine(a camera that does not have a public address) through a ssh server ( has a public address ). Listen on a random port locally, and forward to port 5762 within the specified pod: kubectl port-forward pod/mongo-db-r3pl1ka3 :5762 Corresponding Local and Remote Port.
