I have set up my Raspberry Pi as Access Point. Working! I have my wlan0 as access point. Working! I have my eth0 as connection to my Homenetwork (connection to the internet). Working!
Now to my question,
I have an ESP 8266 which I have already connected successfully to my Raspberry Pi wlan0. (Serial output of ESP 8266 shows an IP in the wlan0 range!
But I can't connect to Webserver on ESP ... I tried an Portscan: Portscan in Raspberry Pi Wifi -> No Port open. Portscan in my Homenetwork (changed the credentials in ESP->main.c) -> Port is open!
I tried to Ping my ESP8266 -> Ping is working within Raspberry Pi Access Point!
So does anyone has an idea, why port 80 is blocked within raspberry pi wifi Access Point?
Thanks!