Guys! I am in trouble to get connection outside my home to my raspberry!
I am able to connect internally using the port 22 and also 2222 which i had to configure as my ISP doesnt allow traffic on 22. I have a fiber converter in my home and asked to my ISP to route all ports incoming from outside to my internal router.
In my router I added the follwoing rules:
ID Service Port Internal Port IP Address Protocol Status Modify
1 3389 3389 192.168.0.200 All Enabled Modify Delete
2 8112 8112 192.168.0.210 All Enabled Modify Delete
3 5900 5900 192.168.0.210 All Enabled Modify Delete
4 8080 80 192.168.0.1 All Enabled Modify Delete
5 2222 22 192.168.0.210 All Enabled Modify Delete
6 2121 21 192.168.0.210 TCP Enabled Modify Delete
7 2100 2100 192.168.0.200 TCP Enabled Modify Delete
Using a online PORT CHECK TOOL tool I have tried to test the connection and got the follwoing results:
port 5900 - Open
port 2222 - Open
port 2121 - Open
Using a online TELNET tool I am getting expected behavior like:
SSH-2.0-OpenSSH_7.4p1 Raspbian-10+deb9u1 for port 2222
220 ProFTPD 1.3.5b Server (Debian) [::ffff:192.168.0.210] for port 2121
RFB 005.000 fort port 5900
Werdly I am able to connect to Raspian using VNC Viewer from outside, by the way the connetion is not working for FTP and SSH from external environnet using respectively ports 2121 and 2222, even all of them are returning a open from online testing tools. Is important to mention that internally all is working fine. And as I am able to conect by VNC internally AND externally I could consider the port forwarding is OK.
PS.: I have dynamic IP and using DDNS service, by the way always testing by name and IP and the behavior is the same for boh ways.
I am confuse about this, doesnt make sense to myself! Please help!!!!
Thank you all in advance!!!