I have a linksys router a desktop computer connected that stays on at
all times and sometimes a laptop connected wireless to my home network
I have static IP set for my desktop which I can ssh into any time but if I
get of my network I cannot ssh into my desktop by using the external IP
I have my firewall settings off on my router and ssh -v says :
[joey@localhost ~]$ ssh -v 68.3.73.132
OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 68.3.73.132 [68.3.73.132] port 22.
debug1: connect to address 68.3.73.132 port 22: Connection timed out
ssh: connect to host 68.3.73.132 port 22: Connection timed out
[joey@localhost ~]$
--