Skip to main content

All Questions

Tagged with
0 votes
1 answer
5k views

ssh into WSL2 works on only some IP addresses

On Win10, in WSL 2 running Ubuntu 20, I've installed sshd running on a port different from 22, namely 2222. To the firewall I've added an incoming rule for TCP port 2222. From the windows command ...
Camille Goudeseune's user avatar
0 votes
1 answer
118 views

Configure static IP-adress to connect to device in subnet

I have a Dragino-Yun v2.4-shield, which is a device that can be connected with an Arduino to give it networking-capabilities. It has An Ethernet-Port and Wifi. I don't have a wifi-antenna at the ...
Tim Hilt's user avatar
  • 237
2 votes
0 answers
10k views

ssh connect to host X.X.X.X port 22: connection refused

I am not able to connet to any remote server. It shows up this error. I am able to ping the same ip address. Also I checked sshd is running : sudo service sshd status ssh.service - OpenBSD Secure ...
user3855998's user avatar
-1 votes
1 answer
5k views

SSH via secondary IP

ssh ssh Hello everyone, My dedicated server has a few IP addresses assigned to specific accounts. And I can SSH to the account via secondary IP. But once in, the IP is always the primary IP ( i ...
Thuan Nguyen's user avatar
0 votes
1 answer
366 views

Want to SSH from external IP. Tried with different router at different network but failed

I simply want to SSH into my local host from outside. This is my router where I am applying the port forward. Manufacturer:Huawei Technologies Co., Ltd; ProductClass:HG8245H; SerialNumber:...
Mahirq8's user avatar
2 votes
1 answer
491 views

2 DDNS domains in 1 network

I'm setting up my personal VPN server on a Raspberry Pi and a download/webserver on another Raspberry Pi. To access these remotely I make use of a DDNS (like No-Ip). When I installed my webserver it ...
Flook's user avatar
  • 23
1 vote
1 answer
5k views

Scanning a network and SSH each IP until I get in through SSH

Normally, I would SSH into that machine using: ssh [email protected] That server in my network is forced to use DHCP in the subnet (134.96.90.0). And everytime it shuts down, I have to go find the ...
alvas's user avatar
  • 135
0 votes
1 answer
104 views

Need a way to use 2 networks to access the server in parallel sharing data traffic

I have a server connected to Internet via two networks - A microwave link and an ADSL Link. The server has been assigned static IP address in both network. Both both the networks are not reliable and ...
Vivek V K's user avatar
  • 141
0 votes
0 answers
207 views

Very strange behavior when I try to connect using SSH. Why it works only if I copy and paste the IP address?

I am experiencing a very strange behavior. The situation is the following one: I connect to my RaspBerry Pi from my Ubuntu Linux 12.04 using SSH So I do the following operation: I go into my router ...
AndreaNobili's user avatar
  • 7,201
2 votes
2 answers
11k views

ssh: connect to host port 22: Connection refused with external ip address

ssh: connect to host XXX.XXX.XXX.XX port 22: Connection refused This happens when i try to connect with external ip (WAN IP Address). I am successfully able to connect using internal ip address ...
shakthydoss's user avatar
0 votes
2 answers
69 views

working directory deleted

There are some 4 people who know my root password.And someone deleted my code directory. We have a single system where everyone has his own code base directory and everyone ssh to this system and ...
user avatar
-1 votes
1 answer
2k views

Can't get my Raspberry Pi to keep a static IP

I recently got given a Raspberry Pi and I would like to be able to remote into it using puTTy from my laptop so I don't have to sit next to my tv with a keyboard and mouse to use it. I am able to get ...
JonnyIrving's user avatar
2 votes
1 answer
11k views

Changing IP settings via ssh in Ubuntu. What should be done?

I've hear mixed things about how to handle setting IP parameters in Ubuntu. There's several sources that say if a GUI is installed like KDE or Gnome, that you should only use the network manager to ...
Chad Harrison's user avatar