I am trying to SCP a file from my datacenter Cent OS box to my local macbook pro.
My local ISP is Time Warner. I used my local IP and tried forwarding my local DHCP IP to the 'Port Forwarding' in my netgear router.
scp -P 22 file.txt cozmoorg@192.168.1.4:/home/cozmoorg/file.txt'
Netgear is pointing Port 22 to the .4 macbook. Why would I get the following error:
ssh: connect to host 192.168.1.4 port 22: Connection timed out
Anyone ever mess with this combination? Time Warner, Netgear Router ??
My local ISP is Time Warner. I used my local IP and tried forwarding my local DHCP IP to the 'Port Forwarding' in my netgear router.
scp -P 22 file.txt cozmoorg@192.168.1.4:/home/cozmoorg/file.txt'
Netgear is pointing Port 22 to the .4 macbook. Why would I get the following error:
ssh: connect to host 192.168.1.4 port 22: Connection timed out
Anyone ever mess with this combination? Time Warner, Netgear Router ??