Top "Portforwarding" questions

or forwarding the packet according to the routing table.

Remote debugging - how to create a port proxy?

I'm trying to access remote debugging port running on box A (Debian) from box B (Windows). On box A I'm …

google-chrome remote-debugging google-chrome-devtools iptables portforwarding
Using pfctl on Mac OS 10.11 (El Capitan) to forward ports

I am currently testing if my developing environment will run on the new upcoming Mac OS 10.11 and if I can …

macos apache vagrant portforwarding osx-elcapitan
Make container accessible only from localhost

I have Docker engine installed on Debian Jessie and I am running there container with nginx in it. My "run" …

docker portforwarding
Vagrant port forwarding for Mysql

I am trying to setup port forwarding in Vagrantfile to connect to guest mysqld from host system, but get reading …

mysql vagrant portforwarding vagrantfile
need to use git behind firewall: trying ssh tunneling

I am trying to use ssh port forwarding to defeat corporate firewall: ssh git@GIT_SERVER -L9418:GIT_SERVER:9418 and …

git ssh portforwarding tunnel
Kubernetes Port Forwarding - Error listen tcp4 127.0.0.1:88: bind: permission denied

I am using minikube on my local machine. Getting this error while using kubernetes port forwarding. Can anyone help? mjafary$ …

kubernetes portforwarding minikube
How to make SSH remote port forward that listens 0.0.0.0

I need to do remote port forwarding that will listen 0.0.0.0 instead of 127.0.0.1 on the remote machine so that I can …

ssh portforwarding
Mapping incoming port in kubernetes service to different port on docker container

This is the way I understand the flow in question: When requesting a kubernetes service (via http for example) I …

kubernetes portforwarding
How can I forward a port from one docker container to another?

I commonly see solutions that expose a docker container's port to the host. In my case I want to forward …

docker portforwarding docker-networking
Forwarding only on a single port 8080 to localhost (windows) possible?

I know how to set up a local webserver using xampp on windows... I enter my alias and target on …

windows portforwarding hosts