Tagged: Protocols

IP Addresses OK, DNS fails with “You are not connected to the Internet”

IP address

Ray fixed the issue.

(Un)Fortunately, I had to re-install and reapply the 10.6.6 Combo Update. So it is resolved, but I was hoping to be able to actually fix the problem.

I would have also tried deleting the ethernet interface in the Network preferences.  That has solved unusual wireless problems in the past.

via Apple – Support – Discussions – IP Addresses OK, DNS fails with.

 

Share

How to connect to a non standard SSH port in the Mac terminal

English: Redirect local port by remote host to...
Image via Wikipedia

BobHarris has the solution.

ssh -p 12345 remoteUsername@address.of.remote.system

You can also create a .ssh/config file and add the following:

# .ssh/config Host shortCutName HostName address.of.remote.system User remoteUsername Port 12345 

The options you can add to the .ssh/config file are listed in “man ssh” under the -o option

via Apple – Support – Discussions – SSH in Terminal ….

Share