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 can't seem to connect to it.
I tried to connect to it on LAN using the public ip of my homelab. At first it didn't work because I didn't know about nat hairpinning. But still after using a vpn I get a Connection timed out thrown at me. What could be the problem?
I run the ssh service on port 8213 and have changed it in the /etc/ssh/sshd_config file also, and of course restarted it with systemctl. Could running it on this port instead of 22 be a possible cause?
sudo tcpdump -i any -p port 8213
and try to remote ssh into the system, I get 0 packets received/filtered on my server. Thus also no replies are being sent out.