10-26-2024 03:06 PM - last edited Thursday by RogersCorey
After setting up my FastMile 5G Gateway, I have 2 Wifi networks - one that lets me access the web UI via http://192.168.1.1 (let's call this the admin network) and one that doesn't (let's call this the public network).
Both work for normal web browsing, apps, etc.
While connected to the admin network, I can create outbound ssh connections like so:
~ $ ssh github.com
***email removed for privacy reasons***: Permission denied (publickey).
(though it fails due to permission denied, this means I was able to contact the server).
While connected to the public network, I cannot:
~ $ ssh -v github.com
OpenSSH_9.6p1 Ubuntu-3ubuntu13.5, OpenSSL 3.0.13 30 Jan 2024
debug1: Reading configuration data /home/jason/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to github.com [140.82.113.4] port 22.
^C
Is there a way to allow devices on the public network to connect to remote ssh servers?
Thursday
Good morning @jbjbjbjb!
I am sorry but support for remote SSH server access is not something we directly support. Hosting a server is not covered by our terms of service.
Have you solved this matter on your own since posting? If so, please share the solution so that our other users may benefit from your wisdom!
Regards,
RogersCorey
Thursday
I am not hosting a server, I am trying to connect to a remote server. As previously described, it works on the admin connection but not the public one. So I'm guessing the port is intentionally blocked somehow on the public one.
Saturday
Hello, @jbjbjbjb.
Thank you for the clarification. As you guessed, the port may be blocked when connected to the public network. Please keep us posted if you could create an outbound SSH connection when connected to the public network so it can be helpful to other Community members.
Cheers,
RogersMoin