-I have opened port 8080 and I can access it with 192.168.1.40 and also no-ip domain -Installed vsftpd -Opened port 80,8080,20,21,22 and 11000-11100
However I can't ssh to it. I have another sever listening on 80 and with same settings ssh works fine.
I appreciate your help.
Edit: I have not touched port 22 for ssh, httpd is listening on port 8080
What is listening on 8080? That's typically some sort of httpd. For ssh, you'll need to use port 22.
You will have to use another port for ssh on the second server as well. Pick one and forward that. Like if you choose port 23 then you forward port 23 to the second server and connect to
ssh -p23 [email protected]