Skip to main content

All Questions

Tagged with
1 vote
0 answers
19 views

Hotspot connection SSH / Ping

I have a singleboard computer (Rock 4 SE) with a wifi that is hotspot capable. It is running linux Debian. I want to SSH into it with my laptop using the linux machines own wifi as a hotspot for ...
Gergely Lévai'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
-1 votes
2 answers
91 views

Is there a way to access a web server with only an Ethernet cable?

I need to access a web server to get some files. I have an Ethernet cable that I can connect my laptop to the server, but I cannot use SSH or remote desktop because I don't know the server's username, ...
Gabriel Pacheco's user avatar
0 votes
0 answers
85 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
36 views

Is there a way to reserve bandwidth for ssh on linux / debian?

I ssh into my dev machine, and then start a download, for instance "ollama pull llama3" This uses all of the available bandwidth for the network interface, which makes ssh unresponsive until ...
Morten's user avatar
  • 1
0 votes
0 answers
60 views

How to directly save video from camera (of linux machine A) to another machine B over ssh

I am using a camera on my Linux-based computer. I want to store the camera feed directly into my Synology Network attached storage (NAS) which I am accessing through SSH over an ethernet cable. I am ...
Sparsh Sharma's user avatar
0 votes
0 answers
41 views

Establishing a VPN connection between 2 PCs behind CGNAT through a cloud server

I have 3 devices in different countries. I want to establish an OpenVPN server on my machine and a client on the other 2 machines and route all their traffic through my network. The problem is that ...
Madara's user avatar
  • 101
0 votes
0 answers
36 views

Cant ping or ssh ubuntu server locally, server can ping websites

Installed ubuntu server and openssh on old laptop installation went well. Settings good, all firewalls down, ssh active BUT still no machine can ping server n server can ping machines. Tried pinging ...
Kuziwakwashe Chikwete Swagger's user avatar
0 votes
0 answers
21 views

SFTP: Pull files from remote host without directly knowing that they are there?

I'm sure someone has encountered a similar problem to mine before but I can't seem to find a solution by myself: There are two Debian hosts - one within a DMZ, the other within a secure environment. ...
kandreijewsky's user avatar
2 votes
1 answer
661 views

How to explain sequences of FIN,ACK instead of FIN - FIN,ACK?

Context: newly installed Debian 12, I get a bunch of strange logs related to ssh: root@square:~# journalctl -u ssh -f May 07 11:13:00 yop-square sshd[766]: error: kex_exchange_identification: ...
WoJ's user avatar
  • 3,253
2 votes
0 answers
47 views

Connection abruptly terminated by remote host when trying to gain ssh access to a windows computer from outside the local network

I have a windows computer and would like to gain ssh access to its powershell from outside my home network. For this purpose, I opened a TCP port on the router and set up automatic forwarding to the ...
Yes's user avatar
  • 121
0 votes
0 answers
50 views

Using ProxyJump option for SSH tunnel with multiple hops

I need to create a tunnel from localhost to host2 through host1, so I'm using the approach suggested in this answer: ssh -L 9998:host2:22 -N host1 ssh -L 9999:localhost:1234 -N -p 9998 localhost ...
Max Koretskyi's user avatar
0 votes
0 answers
92 views

ovpn config file creating a tunnel but cannot access LAN apps

I have an ovpn file which opens a tunnel to router I have setup. This tunnel works since I can confirm that my public IP is located at the same location as this router. This router has a local server ...
bcsta's user avatar
  • 113
0 votes
1 answer
161 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 vote
0 answers
131 views

Can't connect via SSH to OpenWrt after changing /etc/config/network

Setup Mikrotik RouterBoard 750gr3 OS: OpenWrt 23.05.03 MacBook Microtik: Port 1 IP: 10.13.1.201 Problem Before a configuration change to /etc/config/network, SSH was possible, but after rebooting,...
zahntheo's user avatar
0 votes
0 answers
17 views

I can ssh and access the webserver but ping fails

My knowledge about networking is basic. I have several computers in a intranet. Let's call one of them the DB_Host. I want to ping this computer. So I do ping DB_Host.intranet.com -c 1 When I do that ...
KansaiRobot's user avatar
1 vote
1 answer
78 views

Is it possible to have a single IP for a VM in different networks?

I am learning about DNS administration in Linux. And I do it in my office and home. In office my IP range is 10.x.x.x/21 whereas in my home, my IP range is 192.x.x.x/24. Since I am learning DNS by ...
achhainsan's user avatar
-1 votes
1 answer
129 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
0 votes
0 answers
47 views

Flushing output on interrupt on the Linux cmdline

On a local terminal, the stty -noflsh option allows to discard buffered output on Ctrl-C and thus prevents from long scrolling delays if one did accidentally output large amounts of text to the ...
Juergen's user avatar
  • 586
0 votes
0 answers
218 views

Ncat: Connection Refused when connecting on Linux server

I created a java application and ran it with docker inside a linux server XX.XX.XX.XX. That application should listen behind port 105 of that server. In fact, by executing the "netstat -an | grep ...
El_Merendero's user avatar
0 votes
0 answers
22 views

Find source of bandwidth cap

Good day! There is a group of Ubuntu 22.04 LTS workstations at work that me and my coworker use to run different kinds of jobs. Both me and another coworker are sudoers on the machines, and we are ...
arthuro555's user avatar
1 vote
1 answer
85 views

What exactly triggers the following SSHD warning, suspected IP change?

I have connected via SSH to the server before (using name, not IP). What exactly triggers the following SSHD message: Warning: Permanently added the ECDSA host key for IP address '[xx.xx.xx.xx]:23' ...
Jan's user avatar
  • 1,940
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
0 answers
38 views

mac os web app not accessible on LAN

I have a web app on port 3333 on my mac os (ventura). This mac has a static internal network IP (192.168.1.234). I want to access this web app from another machine on the. LAN via 192.168.1.234:3333. ...
bcsta's user avatar
  • 113
0 votes
2 answers
80 views

Unable to connect to a raspberry pi4 using SSH via Mac

So I just set up a fresh install of Ubuntu Desktop 23.10. I used the OS Customisation options in the Raspberry pi Imager program. There I set SSH to enabled. I then mounted the SD card after it got ...
curies's user avatar
  • 1
1 vote
0 answers
45 views

Cannot access internal network server from internal network device using public IP

I cannot access server2 from my laptop under the office network using public external IP address. And here is my experiment Case From To Command Connection Case 1 L server1 ssh [email protected] -p ...
Olivia's user avatar
  • 11
0 votes
0 answers
20 views

Windows 10 server ssh tunnel to Ubuntu doesn't work

source: Windows 10 Server (local port 8081) destination: Ubuntu ssh tunnel: Putty Windows10 server------->ssh tunnel--------->Ubuntu I have the ssh tunnel up between the source and destination ...
user3916's user avatar
0 votes
1 answer
146 views

Is it possible to route all traffic from and to my local PC through an AWS instance using port forwarding?

I am trying to make use of PuTTY's port forwarding abilities to establish a connection from my home PC (running on Windows 11) to an AWS Lightsail instance (running on Ubuntu LTS 20.04) that I've ...
user221238's user avatar
1 vote
0 answers
69 views

Slow internet when connected to VPN and local SSH at the same time

I use Surfshark VPN over the wireguard protocol with a dedicated IP. The connection is generally fine and the speed is not noticeably different with/without the VPN connected. However, if I ssh into ...
FluxZA's user avatar
  • 11
1 vote
1 answer
122 views

More secure option than DDNS + port forwarding to host website

I wondered if there is a more secure solution for my setup. A small PC at home is hosting a website (on port 8080) while my router is forwarding outside requests from port 80 to internal port 8080 of ...
Joe's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
50