WifiWebserver

Hi guys,

Lately, I was trying to get my Wifishield working. I plugged it onto my Arduino UNO and uploaded the WifiWebserver programm(example codes). So far so well, it connects to my network, giving me the following answer on the serial monitor:

Attempting to connect to SSID: NUG_WLAN
SSID: NUG_WLAN
IP Address: 192.168.1.4
signal strength (RSSI):-66 dBm

but trying to see what the server is writing, I can't connect to it via firefox nor via IE. On my router I can clearly see, that this device is connected to the network(with exactly this IP-adress show above).

I googled quite a lot to see if someone else was encountering this problem and aparently it might be the old firmware version on the platin.
So I updated, but still no change.

Therefor I'm really desperate at the moment, for there was no further help to be found by googling.

Maybe someone can help me with that issue.
The code is the same as the example code in the arduino IDE, except of course for the SSID and the acces key...

BR
Georg

So, well, I finally got it fixed. Some inappropriate configuration of my router may have caused the problem. Resetting it to the factory setting did it.
I suspect, that the AP-isolation prohibited the communication between the arduino and my PC.

So maybe, at least, this post will help other tinkerers, who confront the same issue.

BR