Hi, I am trying to connect to another computer on my university's network that is setup to receive ssh connections. I tried using this in the terminal:
ssh username@IPAddress
just like I was told to do. I got the error
ssh: connect to host IPAddress port 22: Operation timed out
So in doing the only troubleshooting stuff I know how to do, I realized that I can't successfully ping any address other than 127.0.0.1. I tried through the terminal and that network utility thing. I can do a successful nslookup of the computer I'm trying to connect to, though. I can't even get 'ping www.apple.com' to work, and since I'm writing this post on my computer, I'm definitely connected to the internet. I've been searching online for troubleshooting ideas for a while, to no avail. Any ideas on how I would go about solving my problem? Thanks!