Using putty first need do configaration of ip.also using ifconfig command when what is the ip of the board. Then connect using ssh. If you get stilll problem then let me know.
Sorry for the late response. I used putty, I then did ipconfig | eth0, inet6 showing mac id it is use to show ip address. I am wondering, what is the root cause?
I have attached the snapshots. Basically, I want to do ssh, since it is not sshing I tried through putty and then typed ipconfig eth0, before it is use to show ip address of the board at inet6 but now it is showing fe80::205:6bff:fe03:fdae at inet6
I do not know why are you doing the ifdown or ifup ?? no need this because you get the ip pynq_z2_2.jpg 172.16.68.145 but if you do ssh using any device but that device connect on same network then work ssh. also you assign the static ip.
I found the problem why pynq z2 won’t ssh, the reason when you configure the board for first time, the board will automatically/dynamically pick any ip within network, let’s say, if the board switched off for some time, and switched on again, it will look for same ip, if the configured ip is not available, then it won’t ssh, even if I do ifdown or ifup. How do I configure the board for new dynamic ip?