Code: Select all
Raspbian Buster with desktop
Image with desktop based on Debian Buster
Version:July 2019
Release date:2019-07-10
https://www.raspberrypi.org/documentati ... s-point.md
I had no success, though, because the ssid was not appearing on other devices. Then i decided to use this other tutorial (which is very similar) on a new installation:
https://thepi.io/how-to-use-your-raspbe ... ess-point/
when i finished i was able to see and use the raspberry as an access point, problem is that I was not able to use the browser anymore because of (i guess) DNS problem that i was not able to fix. In the end I decide to play around with the configuration and I finally got it working removing the br0 bridge.
Code: Select all
sudo ip link set br0 down
sudo brctl delbr br0
This is not an orthodox approach but whenever i give that two commands chrome starts to work ok and the connection to the access point are good, Can someone point in the right direction to understand what is wrong with my configuration?
EDIT:
I just noticed that in the official guide it is said that denyinterfaces line should always be before the first interface specification, something that is not true in the tutorial I followed, now I put the denyinterfaces alone in the file and everything works fine but I think that I just got a bridged connection without DHCP, in fact, connecting to the raspberry it looks like that you are directly connected to the home router, should wlan0 have an IP or not when bridged? I'm confused now