Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, what is the differnce between local vs remote port forwarding? (Define and you can give example if you want)
Answer

In local port forwarding, you are forwarding all traffic to a port on your local machine to a remote machine (via ssh) whereas in remote forwarding you are doing the opposite, specifically, you are forwarding all traffic from a port on the remote machine to a port on your local machine (again, via ssh).

A local port forwarding example is if you want to access a remote database you do ssh local forwarding of a port on your local machine to the db port on the remote machine.
A remote port forwarding example is if you have a web app running on your local machine but you have no public IP setup on the machine, you can setup remote port forwarding to forward traffic from the http port (i.e. 80) of the remote machine to the local port where your web app is running.


Question
In linux, what is the differnce between local vs remote port forwarding? (Define and you can give example if you want)
Answer
?

Question
In linux, what is the differnce between local vs remote port forwarding? (Define and you can give example if you want)
Answer

In local port forwarding, you are forwarding all traffic to a port on your local machine to a remote machine (via ssh) whereas in remote forwarding you are doing the opposite, specifically, you are forwarding all traffic from a port on the remote machine to a port on your local machine (again, via ssh).

A local port forwarding example is if you want to access a remote database you do ssh local forwarding of a port on your local machine to the db port on the remote machine.
A remote port forwarding example is if you have a web app running on your local machine but you have no public IP setup on the machine, you can setup remote port forwarding to forward traffic from the http port (i.e. 80) of the remote machine to the local port where your web app is running.

If you want to change selection, open document below and click on "Move attachment"

SSH Tunnel - Local and Remote Port Forwarding Explained With Examples - Trackets Blog
o SendingBee beta! Email Marketing Made Easy We're building a tool to help businesses reach out to their customers more easily. It's called SendingBee and it's going to be awesome. SSH Tunnel - <span>Local and Remote Port Forwarding Explained With Examples There are two ways to create an SSH tunnel, local and remote port forwarding (there’s also dynamic forwarding, but we won’t cover that here). The best

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.