Top "Portforwarding" questions

or forwarding the packet according to the routing table.

how to access local kubernetes minikube dashboard remotely

Kubernetes newbie (or rather basic networking) question: Installed single node minikube (0.23 release) on a ubuntu box running in my lan (…

networking kubernetes virtualbox portforwarding
What is the correct way to do Port Forwarding using VMWare

I have created a VM which has a server running at localhost:8675/ which I had wanted to connect to my …

port virtual-machine vmware portforwarding vmware-workstation
How can Vagrant forward multiple ports on the same machine?

I'm wondering how to setup a Vagrant file that will put up a machine with two ports forwarded. This is …

vagrant portforwarding
Forward a servlet request to another server

Java Servlet API can forward requests to another path within the same server (identical host:port). But, forwarding to a …

http servlets jersey portforwarding
Vagrant won't forward ONLY port 80

I have port forwarding set up for vagrant Vagrant.configure("2") do |config| config.vm.box = "centOS" config.vm.network :forwarded_…

macos centos firewall vagrant portforwarding
Node.js - forward all traffic from port A to port B

I'm trying to forward all traffic from port 6999 to port 7000 (I know I could use iptables, but the idea is …

javascript node.js portforwarding
How to expose my localhost to the WWW? (port forwarding?)

I am running Apache/php on my localhost and would like to be able to make this publicly accessible from …

apache networking localhost portforwarding
Connection Reset when port forwarding with Vagrant

I have Vagrant/VirtualBox running an Ubuntu 12.04 LTS OS. I have configured Vagrant to forward the guest port 8000 to my …

django ubuntu-12.04 vagrant portforwarding connection-reset
How to forward a subdomain to a new port on the same IP address using Apache?

I have a NAS/Server running at home 24/7 and run many different services on it. I have got a domain …

apache dns web subdomain portforwarding
Creating a forwarded port within an SSH tunnel

I'm attempting to use SSH.NET to create a tunnel from localhost:3306 to port 3306 on a remote machine: PrivateKeyFile file = …

c# ssh portforwarding ssh.net