On Fri, Oct 23, 2009 at 12:20 PM, Matt Graham <danceswithcr...@usa.net>wrote:

> From: Alex Dean <a...@crackpot.org>
> > On Oct 23, 2009, at 12:59 PM, Josef Lowder wrote:
> >> $ scp filename j...@192.168.1.68:/home/joe/filecopy
> >> ssh: connect to host 192.168.1.68 port 22: Connection timed out
> >> /sbin/ifconfig shows 192.168.1.68 as the inet address.
>
> > This will give you more info about what's going on...
> > scp -v filename j...@192.168.1.68:/home/joe/filecopy
>

0) Verify default route is in place: netstat -rn (UG should be gateway)
1) Ensure ssh is on on the target machine.
2) Verify ports are open:  nmap $target  (to ensure iptables are not
limiting ssh access by source/destination or mac address, port knocking)
3) Verify MTU issues if you are in a remote connection or VPN.
4) Travel to the machine and verify it's turned on (laugh), ethernet up, ssh
on!

-- 
www.obnosis.com
Skype: (623)239-3392
AT&T: (503)754-4452
http://www.obnosis.com/motivatebytruth/teamwork1.jpg
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Reply via email to