I want to access my raspberry pi through ssh from another network than my home's
I set my raspberry to use a static ip and mapped port 23456 to it (with TCP protocol) I then tried ssh -p 23456 my_username@my_global_ip
which yelded a timeout
In general, answers I found on the internet were 8 years old (it's why I'm writing this question) but I tried this:
I did the same with port 22 to check that it wasn't because of my raspi not listening to port 23456, it didn't change anything
I tried to allow this port in my raspi's firewall, I don't even have one
I saw that my router may not allow this at all (btw how to find out if it doesn't?)
Any help?