Relative Content

Tag Archive for networkingvpnwireguard

Can’t SSH into wireguard client directly, but have to SSH into wireguard host server then wireguard client

So I have a linux server sitting inside of a starlink network (no Public IP, hence wireguard tunnel) that I want to ssh into. I currently have a raspi sitting in my home network with a static IP (100.100.100.100) that is acting as a wireguard host server that I (attempted) to set up to route traffic from my laptop (10.10.10.3) to the linux server in the starlink network. This issue I am having is that I can successfully ping both the host server (10.10.10.1) and the linux cient inside the starlink network (10.10.10.2) but I can’t ssh directly into the linux client. I can ssh into the host server (10.10.10.1) then into the starlink network client (10.10.10.2) however I would like to not have to do two sshs everytime I have to access this device.