I am a newbie who is using raspberry pi for the first time.
I connected my rpi to an enterprise wifi network and it looks connected. Still, there is 100% packet loss wheter I am trying to ping google.com or 8.8.8.8
I configured etc/wpa_supplicant/wpa_supplicant.conf and /etc/network/interfaces as well.
In addition to everything stated above, I edited dhcpcd.conf setting an static ip on my eth interface to connect the rpi by using putty and ssh. Beforehand, the connection was refused.
Is the static ip influencing by any means the wifi connection ?




ifconfigtell you? – kwasmich Jan 19 '18 at 14:46static ip_addressthe same value? It definitively should start with 192.168.0.xxx. – kwasmich Jan 19 '18 at 14:55/etc/network/interfacesyou have interfered with the networking. It is difficult to see exactly what you have done (post text not images). See How to set up networking/WiFi and How to set up Static IP Address – Milliways Jan 19 '18 at 23:01