-1

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.

Steph
  • 7
  • 2

1 Answers1

0

The post by Ingo should work (if you followed it) but I find his posts difficult to replicate and developed a simplified method to setup a Stand Alone Access Point

It is not entirely clear what you are trying to do.
One thing however, if using multiple interfaces the results are unpredictable unless you use Predictable Network Interface Names or write your own udev rules.

The on-board WiFi will normally be wlan0, but there is a potential race condition.

If you want to use 2 wireless interfaces I suggest you Enable predictable network i/f names in the Advanced option of raspi_config.

Your other interfaces will then have names like wlx00c140123456

See Predictable Network Interface Names in How to set up networking/WiFi

Milliways
  • 62,573
  • 32
  • 113
  • 225