Cannot ssh to pc's on local subnet

Status
Not open for further replies.

craigjl77

Registered
Using MB air and latest lion. Some prints to help diagnosis :-
Craigs-MacBook-Air:~ craigl$ netstat -nrv
Routing tables

Internet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.1.250 UGSc 41 0 en0
127 127.0.0.1 UCS 0 0 lo0
127.0.0.1 127.0.0.1 UH 1 0 lo0
169.254 link#4 UCS 0 0 en0
192.168.1 link#4 UCS 4 0 en0
192.168.1.2 0:24:1d:d2:e9:5a UHLWIi 1 140 en0 611
192.168.1.6 127.0.0.1 UHS 0 0 lo0
192.168.1.250 0:90:27:8c:4b:49 UHLWIi 45 80 en0 1195

Internet6:
Destination Gateway Flags Netif Expire
::1 link#1 UHL lo0
fe80::%lo0/64 fe80::1%lo0 UcI lo0
fe80::1%lo0 link#1 UHLI lo0
fe80::%en0/64 link#4 UCI en0
fe80::62c5:47ff:fe09:b44%en0 60:c5:47:9:b:44 UHLI lo0
ff01::%lo0/32 fe80::1%lo0 UmCI lo0
ff01::%en0/32 link#4 UmCI en0
ff02::%lo0/32 fe80::1%lo0 UmCI lo0
ff02::%en0/32 link#4 UmCI en0
Craigs-MacBook-Air:~ craigl$ traceroute -v 192.168.1.2
traceroute to 192.168.1.2 (192.168.1.2), 64 hops max, 52 byte packets
1 cjlhpc (192.168.1.2) 60 bytes to 192.168.1.6 2.924 ms 0.848 ms 0.829 ms
Craigs-MacBook-Air:~ craigl$ ssh -P 443 -X craigl@192.168.1.2
ssh: connect to host 443 port 22: No route to host

This is really puzzling. Can anyone help?
 
According to MacWindows.com Lion is way better at SMB/Active Directory so make sure you update to 10.7.2.

Make sure you can ping the SMG share Via DNS. If you can't you are in trouble.
 
Thanks for your reply satcomer

This turned out to be an 'organic interface' problem. This :-

ssh -P 443 -X craigl@192.168.1.2 should have been this :-

ssh -p 443 -X craigl@192.168.1.2

it was trying to ssh to host 443. Doh!
 
Status
Not open for further replies.
Back
Top