Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

3 votes
3 answers
3k views

How do I use ssh ProxyCommand to connect to remote MySQL server behind bastion host?

Three machines are involved here. Localhost where I do my development. AKA laptop. Bastion host where you must connect first. AKA jump. MySQL server where I want to connect to. AKA DB. My ssh ...
phpguru's user avatar
  • 588
0 votes
1 answer
3k views

SSH stopped forwarding ports

Somehow SSH stopped forwarding ports and giving me errors on the host. I can not figure out why. I tried -4 switch to force ip4 but still no luck.I am hoping that I could get much proper solution here....
yarun can's user avatar
  • 1,010
4 votes
0 answers
1k views

ssh port-forwarding and remote bind failure: ExitOnForwardFailure not working?

I have two FreeBSD 9 hosts and I want to maintain a tunnel to reach firewalled host R from a high port on cloud host C. ssh -y -i tunnel_id_rsa -o ConnectTimeout=60 -o ServerAliveInterval=20 -o ...
cjp's user avatar
  • 201
-2 votes
2 answers
673 views

When I ssh just using the IP address, it port forwards directly to a specific computer

well, I have 5 computers and today, I set up ssh. I used port forwarding to lead to my 192.168.1.10 xbuntu. I have 4 other computers on the network However if I were to just ssh to my public IP that ...
user2805313's user avatar
0 votes
0 answers
373 views

How to configure SSH tunnel with same intermediate/end server?

I have read this question on SuperUser and the SSH section of the Debian handbook, and I am trying to do something similar. But there is a slight complication in that I really only have two servers in ...
jII's user avatar
  • 193
1 vote
2 answers
2k views

How to connect 2 SSH clients through a SSH server?

Hi I want to remotely administer (command line interface) a linux box from my home Windows PC. I have an ssh client on the linux box. I have an ssh client on my home Windows PC. I have a login on ...
Dave Hempstead's user avatar
1 vote
0 answers
592 views

I can connect to my SSH server but cannot browse the internet

I have setup an ssh server on my windows 8.1 system as well as port forwarding on my home router and from inside and outside of the network I can login on my macbook using the command ssh -D 8080 user@...
bigpedro36's user avatar
1 vote
4 answers
3k views

How do I forward a port accessible to the world on my Mac?

I realize that there's a lot of info out there about port forwarding, but here's my specific situation. I need to use Remote in (via VNC) to my Mac. By default, the Mac Remote Sharing server listens ...
Shamoon's user avatar
  • 277
1 vote
0 answers
701 views

Port forwarding from router to machine in LAN not working

I have a domain, and am attempting to serve my website from a local machine. Port forwarding on my router does not seem to be working. Here is how I have it set up up, and what I've tried to narrow ...
well actually's user avatar
0 votes
4 answers
11k views

Warning: remote port forwarding failed for listen port 'xxxx'

How do I find the process that is listening on port 'xxxx' and kill it? I have RemoteForward 2022 remote.host:22 in my .ssh/config file. Whenever I ssh into a remote server: ssh staging-environment ...
eric f's user avatar
  • 241
0 votes
4 answers
5k views

Cannot SSH to a second computer inside my network

I have two Linux servers running right now. The first one works just fine when I try to connect from PuTTY. Port 22 is forwarded for my working SSH server. Port 911 is forwarded for my not working ...
doug5791's user avatar
  • 103
1 vote
2 answers
1k views

Forward remote port to remote host

Using SSH, I can do something like ssh -R 8080:127.0.0.1:8080 remote.host to forward my local port 8080 to a remote host. I'm trying to do something similar, but the port I need to forward is on a ...
Dan's user avatar
  • 344
1 vote
1 answer
1k views

Reverse SSH tunnel - Fails on Certain Ports

I'm trying to forward very specific ports using a reverse SSH tunnel. MachineA is the target machine (the one the command is being run from) and MachineB is the tunnel (the one SSH is connecting to ...
jstm88's user avatar
  • 1,063
0 votes
1 answer
2k views

Tunneling to access a remote server: channel 2: open failed:

I've tried looking at similar articles here but they haven't helped. I am using a tunnel to forward traffic to port 8080 of a server using the following command: ssh user@ -L 8080:SERVER:8080 -N It ...
Carlos Hurtado's user avatar
1 vote
1 answer
4k views

Windows 7 SMB / Port Forwarding

I'm trying to configure my home desktop to work with tunnelling, SSH Port Forwarding and Windows File Shares. It was working for me but with any change in the setup it suddenly stopped and I can't ...
Lucas's user avatar
  • 111
1 vote
1 answer
119 views

DDNS on raspberryPI connected to mac shared internet

Disclaimer - I understand that many of my problems could be solved by hooking up the pi straight to the router, but I've really become interested in solving this problem. My setup: DD-wrt cisco ...
empireryan's user avatar
1 vote
0 answers
246 views

SSH on Ubuntu with Port forwarding

I am a newbie to networking, so need some help to understand if what I am doing is right: I have a VM which hosts a Ubuntu guest OS with an internal IP: 192.168.15.6 I have setup an ssh server on ...
Neel's user avatar
  • 111
0 votes
0 answers
116 views

Dynamic Port Forwarding Automation and Which Ports?

I've successfully enabled dynamic port forwarding in my web browser. Now I'd like to go a few steps further if that's at all possible. 1) There is software that monitors network traffic on a ...
doni49's user avatar
  • 43
3 votes
1 answer
650 views

SSH Dynamic Port Forwarding

I've done lots of searching over the past couple of weeks. And I've found a LOT of blog entries and articles on the subject. But invariably they're either just an article talking about the benefits ...
doni49's user avatar
  • 43
0 votes
1 answer
5k views

Cannot connect SSH from external IP

Alright, I've been struggling with this for the past few days. I'm trying to set up a personal ssh server on Lubuntu 13.04, but I've been having a few problems. So far i've accomplished this: I ...
dcb's user avatar
  • 3
0 votes
1 answer
700 views

How to ssh my desktop(ubuntu) from outside network [duplicate]

I have set up simple ssh server by using openssh on my Ubuntu. I tried to ssh it from my Mac, which successful. But my mac is in the same subnet, which behind same router at my home. my ubunut local ...
Jon Snow's user avatar
0 votes
3 answers
8k views

Remotely access a Raspberry PI

I was wondering how I can access my Raspberry Pi outside my home network. I can VNC through a SSH tunnel over my WIFI internally but I could never manage to do it externally. Is it something to do ...
Marmstrong's user avatar
2 votes
1 answer
3k views

Port-Forwarding for Click'n'Load remote usage

I've got JDownloader running on my HTPC and access it via VNC. The problem with Click'n'Load (CNL) is, JD only listens on localhost:9666 for incoming traffic, and the browser applications only send ...
NoMad's user avatar
  • 782
1 vote
1 answer
2k views

Can't set up port forwarding on ZyXEL DSL router

I'm trying to set up SSH connection with a PC that is behind the DSL router. I do know that to do that - I need to turn off the firewall on the router and set up port forwarding. So my firewall is ...
Serhyi Vynohradov's user avatar
5 votes
3 answers
14k views

How can I SSH into home computer from internet

I have a setup like follows I have a router that connects to the INTERNET, where my ISP provides dynamic ip two systems are connected to the router with locl ip 192.168.1.2 and 192.168.1.3 the local ...
user61954's user avatar
  • 859
3 votes
4 answers
12k views

Can't access VMware virtual machine through SSH

I have got a VMware Server 2 on a CentOS 5.6 host. I can access my virtual machines from the host machine, but I can not access it from other machines. I have configured NAT port forwarding. But ...
bilal's user avatar
  • 31

15 30 50 per page
1 2 3 4 5
6