I have a raspberry pi zero with raspbian buster OS. I followed this tutorial to set up station mode and access point mode simultaneously, and it works.
Question is now I cannot visit my rpi zero with ssh pi@raspberrypi.local , I'll have to type in it's IP address like ssh pi@192.168.1.101.
In the above link, at the "first step" it mentioned another link that removes avahi-daemon, I think that's why bonjour-zeroconf feature is disabled, because it needs avahi-daemon.
So How can I have wifi station mode and access point and also keep zeroconf, so that I can visit my rpi with XXX.local?
/etc/systemd/network/*.networkfiles likeLinkLocalAddressing=yes|noandMulticastDNS=yes|no. There may also be related information atman systemd.dnssd. I will look at it next because I'm just busy with another project. Please be patient a bit. – Ingo Aug 20 '20 at 09:23