I've got raspberian jessy up and running. I've gone into raspi-config and engaged ssh (rebooted and the ssh is persistent). I've placed an empty folder titled ssh on both sd cards.
I ran ifconfig and eth0 inet:192.168.1.3 was returned (among other things). I logging into my other pi3 and entered the command ssh 192.168.1.3 and I get "ssh:connect to host 192.168.1.3 port 22: Network is unreachable".
Both pis are connected to a router and the router is not plugged into the internet. Since both pis are plugged into the router and I'm trying to get them to talk to each other, it shouldn't matter that I'm not connected to the internet, right?
Any suggestions would be greatly appreciated.