Read the statement by Michael Teeuw here.
Can't clone from GitHub
-
@sdetweil I’ll try
-
@sdetweil Alright so it says ‘the authenticity of localhost cannot be established’ but it lets me in
-
@MMRPi1 ok, so ssh server is running… 1 thing we know
-
and I assume you can ping the router
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.2.1 0.0.0.0 UG 100 0 0 enp5s0so in my case 192.168.2.1
-
@sdetweil yes I can ping the router
-
@MMRPi1 I assume you can ping router from windows (
ipconfig /all, Default Gateway . . . . . . . . . : 192.168.2.1)
but can’t ping the pi.
is there a firewall on the pi? open a terminal window and do
sudo iptables -L
-
@sdetweil Don’t think so, it says ‘policy accept’ on all three entrys
-
@MMRPi1 weird… didn’t expect it… but u couldn’t access from ios…
-
@sdetweil I used to be able to about a week ago (both on the PC and iOS). It’s only very recently that it doesn’t let me in
-
Have you tried bouncing your router? If it thinks your devices are on different subnets it may be what’s keeping your network devices from connecting.