My setup PI 3B+ OS : Raspian
Trying to connect the pi headless using my laptop. Both Pi and Laptop are connected to same wireless router.
Added the below config in wpa_supplicant.conf
with correct credentials
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert country code here>
network={
ssid="<Name of your WiFi>"
psk="<Password for your WiFi>"
}
Also added ssh file to boot folder fo SD card.
On bootup can see Pi is connected to Wifi, router lists the Pi with IP address(192.168.0.101) When I try to ping the Pi from Laptop using this IP, get below error
Pinging 192.168.0.101 with 32 bytes of data:
Reply from 192.168.0.104: Destination host unreachable.
please help in setting the Pi in headless mode correctly. Thanks
192.168.0.101
)? – M. Rostami Mar 22 '20 at 23:12