Skip to main content

All Questions

66 questions with no upvoted or accepted answers
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
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
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
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
42 views

What should remote IP be in configuring port forwarding

My server is running locally on port 7000. I want to access it remotely using public IP. I want to create a port forwarding what will be the below fields should look like given in the picture.
Pradeep L's user avatar
0 votes
1 answer
32 views

SSH timeout over WAN

I have an openssh server set up on my homelab that I want to be able to connect to remotely. I have forwarded the port and tried to connect to it on LAN using the public ip of my homelab. However I ...
Bluesheep33's user avatar
0 votes
0 answers
89 views

SSH Connection timed-out connecting to a VM via port-forwarding on Windows11

I am on an issue since a while, getting urgent, and not super confident in the Windows sphere. I have a desktop at work that functions as my test desktop. To try software, etc, I installed Hyper-V and ...
ThomVIB's user avatar
0 votes
0 answers
45 views

setup up ssh connection with 3 Ubuntu machines to bypass a firewall

I have 3 machines, here are the IP addresses of each of them with their ssh port : first device IP: 192.168.1.2 second device IP" 192.168.1.3 port 22822 third device IP: 192.168.1.4 port 22 I ...
nulltogeek's user avatar
0 votes
0 answers
73 views

Virtualbox Port-Forwarding Does nothing when SSH connection is attempted

I recently created an Ubuntu 22.04 VM with virtualbox. Its network setup consists of a Host-Only Network & and a NAT. I recently set it up to allow ssh connections on the private network through ...
Cyberslash's user avatar
0 votes
3 answers
194 views

Start port forwarding between two remote machines from a third computer

Suppose I have a computer compute_mine. I have ssh access to two remote computers compute_remote_1 and compute_remote_2. I would like to forward a port from compute_remote_1 to compute_remote_2. ...
manifold_destiny's user avatar
0 votes
0 answers
46 views

SSH forwarding not terminating on server upon client hard reboot

I have a server with SSHD to which I connect with remote SSH client using the command (on startup): while true do ssh user@server -N \ -o "ServerAliveInterval=60" \ -o &...
eagr's user avatar
  • 101
0 votes
0 answers
85 views

ssh from external ip address not working

I am trying to ssh into my wsl from a remote machine. I have setup the ssh forwarding from Windows to wsl. I can now ssh into my wsl through my internal IP address 192.168.2.101 I have setup the ...
Elias Wang's user avatar
0 votes
0 answers
197 views

OpenSSH client: disable warning when X forwarding fails

For OpenSSH clients, X forwarding may be configured for all connection to any SSH server, as follows, in ~/.ssh/config: ForwardX11 yes Some servers are not configured for support of X forwarding, ...
brainchild's user avatar
0 votes
1 answer
1k views

Failed to connect to port when trying to use SSH remote forwarding

I am learning how to do SSH remote forwarding and I am trying to practice that using two virtual machines on my computer. One is runs Kali and hosts an apache web server configured to listen on port ...
thom0075's user avatar

15 30 50 per page