Long time reader, first question! I have been developing using WSL (Ubuntu) and remote servers. Recently I got a sim card for my laptop for those long hours on the road. My issue is that I cannot use both git or SSH while on the cellular connection. For example, both of the commands below work on WIFI, but time-out on the cellular connection:
$ ssh new@sdf.org
ssh: connect to host sdf.org port 22: Connection timed out
$ git pull
fatal: unable to access 'GIT URL': Failed to connect to github.com port 443: Connection timed out
I have been searching for a long time but could not find any information to this specific issue. Other internet access seems to work (e.g. "apt-get").
This must be a setting I need to set for the cellular connection specifically, but I am at a loss as where to look.
Any ideas would be most welcome!
A.