Max2Play Home › Forums › Max2Play on Raspberry PI › [SOLVED] Network of Access Points set up with M2P, players not found by the Squeezeserver › Reply To: [SOLVED] Network of Access Points set up with M2P, players not found by the Squeezeserver
Hi Aurélien,
you are completely right with addressing the problem. It is mainly because of the different subnets. The idea behind the access point plugin was to give users access to the device itsself and maybe to an internet connection behind another router. If you also want to see the devices in your network you need to change the IP address to your existing subnet. In your case you need to:
edit /etc/dhcpcd.conf and set the IP to some not yet existing IP
static ip_address=192.168.1.150/24
edit /etc/dnsmasq.conf to
dhcp-range=192.168.1.151,192.168.1.160,255.255.255.0,12h
address=/HOSTNAME/192.168.1.150
edit /etc/hosts and change IP to 192.168.1.150
I did not test this setup, but it should work. I’d rather recommend to use a good router and some wireless extenders to set up your wifi as this is better for performance and easy of use.
All the Best,
Stefan