I got wifi hotspot access point working I followed steps as shown on this page: https://thepi.io/how-to-use-your-raspberry-pi-as-a-wireless-access-point/#comment-17588
Now I can connect to wifi hotspot created by raspberry pi but I cannot access raspberry pi via ssh. I checked router admin page and in connected devices it shows
titan 192.168.1.187 192.168.1.122 xy:yz:eb:8a:47:fa Ethernet 3
now it shows 2 ip addresses and the mac address is different than the previous one. Earlier it shows 1 ip address.
eth0
was getting assigned to thebr0
interface, I think that is what was restricting me to ssh, but even when I assign different static IP address forbr0
andeth0
i was still not able to ssh . one strange thing I noticed I probably don't know even when I was setting wifi hotspot, the raspberry pi Acesspoint I connected from phone showed me home router as router and it's DHCP was assigned ip address to my phone rather than the raspberry pi – Ciasto piekarz Sep 21 '19 at 17:39