Skip to main content

All Questions

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
86 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
1 answer
169 views

How to stop ufw-firewall preventing me to ssh into another server?

I have a weird issue on Ubuntu 22.4.4 LTS. Using the ufw firewall, I allowed SSH/Port 22, HTTP and HTTPS. I can successfully login via SSH into my server. However, when I am logged in on the server, ...
itinance's user avatar
  • 103
-1 votes
1 answer
131 views

What will be the local IP and remote IP while doing port forwarding in airtel Router?

I bought an unmanaged cloud server from the hosting company. My cloud Server IP is 50.21.182.217. It is hosted with Plesk so PORT is 8443. My local IP is 192.168.1.6 and my Router IP is 122.161.240.22....
Haccker AI's user avatar
1 vote
1 answer
35 views

Why in port forwarding in VirtualBox I can't set both equal host port and guest port?

Name: Anything you want. example for ssh, say “ssh" Protocol: Type of protocol [ for ssh: TCP ] Host IP: provide hostname from which host you want to connect to [ over here: 127.0.0.1 ] Host Port:...
hodini's user avatar
  • 13
0 votes
2 answers
225 views

Port forwarding gets me to router login page

I have port forwarding configured on a Teltonika RUT240. The plan is to connect to a device on the local network. Connecting to the public IP (static IP from ISP) only gets me to the router's web page....
mandarinar'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
1 vote
1 answer
137 views

Port Forwarding is not working [closed]

I want to be able to connect to my Raspberry Pi either via ssh or through connection like server-client from WAN which I think I need to do with port forwarding which is what I'm having problems with. ...
ZombieSpale's user avatar
0 votes
1 answer
217 views

Connecting to a remote server without it's IP and using a relay server

I have 3 systems as follows: Client A: IP not disclosed Client B: IP not disclosed Server: some public ip Client C: IP not disclosed So, what i'm trying to do is, I want Client C to connect to the ...
Gaurish's user avatar
0 votes
0 answers
72 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
192 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
1 vote
1 answer
205 views

Can I use ssh to map a local port to a remote server?

I have the situation that I need to set a port on my laptop (which is on a local net, behind a firewall) open to the general internet, temporarily for testing purposes. Let's call this machine "...
Bart Friederichs's user avatar
0 votes
1 answer
206 views

Router accessible by local devices but not from the Internet using its DDNS hostname

I am attempting to setup port-forwarding on my Asus router so that I can, among other things, SSH to one device connected to LAN from the Internet. Since my Internet provider doesn't provide me with a ...
Faptimus420'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
84 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
1 answer
239 views

Cannot ssh into self hosted server from public IP

I set up a server to self host and cannot ssh into it, and I'm having trouble debugging the issue. This is the error I get when I run ssh with verbose logging: OpenSSH_9.4p1, OpenSSL 3.1.2 1 Aug 2023 ...
Anthony Bias's user avatar
0 votes
1 answer
52 views

close ssh connection with keygen

I've established a port forwarding using an ssh connection to my remote server using keygen as codes below : ssh-keygen -t rsa and ssh-copy-id -i ~/.ssh/id_rsa.pub root@IP ssh -N -R 0.0.0.0:53407:...
Pouria Sh's user avatar
0 votes
2 answers
720 views

I enabled port-forwarding on my router, now how do I "log in" to it with SSH?

I have a server on my home network, and I'd like to be able to remotely access it via SSH. So I enabled port forwarding on my router administration panel, to forward all TCP/UDP requests to port 22 to ...
vw1262's user avatar
  • 11
-1 votes
1 answer
396 views

How can i set up my SSH tunnel connection for run http request from local PC

My remote server have access to specific third party API. But my local PC doesn't. I can do third party http request from server nodejs backend: await axios.post("http://111.111.111.111:8810"...
Андриан Цой's user avatar
0 votes
1 answer
2k views

How to correct ssh local port forwarding saying port is already in use?

I am running a web server that exposes a website locally on the client machine at dev.local.company.com:3888 and I want to access that website on a separate machine on the local network over ssh. Both ...
Connorelsea's user avatar
1 vote
0 answers
326 views

Can't access my Node.js server with external IP address

Here are the steps I've gone through to setup my server. I've bought an Orange Pi 5, installed Debian from their website and started to configure it. I ordered static IP address and in Firewall/...
wannabedev's user avatar
0 votes
0 answers
190 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
2 votes
1 answer
1k views

Putty Remote portforwarding not reaching localhost

I'm doing a reverse port forward with putty from my local machine to a server, I want every request on port 8002 to be forwarded to my local machine. I set the destination port on the tunnel tab to ...
Mr.Grease's user avatar
0 votes
1 answer
959 views

Connect to local virtual machine through remote server

My goal is to access a Ubuntu Server that is running in a local VirtualBox publicly via the internet (both SSH on port 22 and HTTP on port 80). For now, I planned to do it like this: I set up the ...
sigalor's user avatar
  • 427
1 vote
2 answers
3k views

Accessing SSH on multiple devices connected to the same home-router (Port-forwarding solution)

So, I have multiple devices connected to my router via ethernet cables. All devices have some kind of SSH-service running and are reachable over the WAN/Internet via "ssh [email protected]&...
Caeleste's user avatar
  • 831
1 vote
2 answers
2k views

sftp/ssh connection works on network but not from outside

Okay, this is a weird one. I normally don't ask questions here, but I'm about 5 hours in and my brain is melting. I have set up a sftp server on my network with the following attributes in my ...
MySurmise's user avatar
0 votes
1 answer
2k views

Port Forwarding for a local SSH Server (RouterOS)

I have just finished setting up my home SSH server and It's working nicely, all I need to do now is make it publicly available so I can access it when I'm on another network, now sounds simple enough ...
Ashton Scott's user avatar
0 votes
0 answers
548 views

Cannot connect to SSH over internet but can through LAN

I am trying to configure a raspberry pi zero w so that my group and I can connect to it remotely. I have done this a few times before, but have recently hit a snag. I have set up SSH to be listening ...
Jonathan Just's user avatar
0 votes
1 answer
167 views

Make my machine open to internet through VPS

So currently what I have as follow: Private IP A Windows local machine I have full access for An Amazon free-tier VPS that I have full access So as you know the AWS Free Tier has a public IP on it, ...
Hans Yulian's user avatar

15 30 50 per page
1
2 3 4 5 6