cannot reach volumio via wifi but it has inet access

Hi there

my volumio is working and playing on a RPi2. It has wifi access (fixed ip in the same network range as alle the other devices) only (no lan cable). Unfortunately I cannot reach the RPi anymore via the webinterface nor ping the ip. I know it is working, because I am using a script to autostart the playback and as it is a webradio station I know it has internet access. I did not change anything on the RPi.

Here is my etc/network/interfaces

[code]auto lo
iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
auto wlan0

iface wlan0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1

wpa-ssid „xxx“
wpa-psk „xxx“[/code]

Any suggestions what I could test or what the reason for the behaviour could be?

I suspect that your static IP address has been replaced with a dynamic one … see https://github.com/volumio/Volumio2/issues/517. Look on your router for the actual volumio IP