I configured my raspberry pi as an access point and I connected my laptop to the wifi network of the pi. However I was not able to reach the pi
PING : 56 data bytes ping: sendto: No route to host Request timeout for icmp_seq 0 ping: sendto: No route to host Request timeout for icmp_seq 1
I tried multiple configurations and even end up using raspAP but the result remained the same.
Thanks for your help.
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether e4:xx brd ff:xx inet 10.23.161.2/23 brd 10.23.161.255 scope global dynamic wlan0 valid_lft 1209266sec preferred_lft 1209266sec inet6 fe80::e65f:1ff:fe1b:d206/64 scope link valid_lft forever preferred_lft forever
– Steph May 14 '23 at 19:354: wlan1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000 link/ether 90:xx brd ff:xx 5: br0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 4a:xx brd ff:xx
– Steph May 14 '23 at 19:36ip r : default via 10.23.160.1 dev wlan0 proto dhcp src 10.23.161.2 metric 1024 10.23.160.0/23 dev wlan0 proto kernel scope link src 10.23.161.2 10.23.160.1 dev wlan0 proto dhcp scope link src 10.23.161.2 metric 1024 169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.0.0
– Steph May 14 '23 at 19:36