Max2Play Home › Forums › Max2Play Development (Ideas, Wishes) › Accesspoint with bridged mode and maybe some more options? › Reply To: Accesspoint with bridged mode and maybe some more options?
4. Mai 2017 at 15:43
#28706
Just for info:
meanwhile I tried to add a bridge to max2play manually like on raspian jessie:
/etc/network/interfaces:
auto lo
iface lo inet loopback
iface eth0 inet dhcp
# WLAN
# auto wlan0
# allow-hotplug wlan0
iface wlan0 inet static
address 192.168.2.1
netmask 255.255.255.0
auto br0
iface br0 inet dhcp
bridge_ports eth0 wlan0
gateway 192.168.1.xxx
and adding the bridge to hostapd.conf:
# Bridge-Betrieb
bridge=br0
# Ländercode
country_code=DE
interface=wlan0
...
The result was somehow instable. After installation it was running fine, after reboot the problems started.
So I fear that I do not know enough of max2play architecture and its services an their startup mechanisms so far.
I suppose, that during startup some network configuration is done my max2play that will cause the problems, maybe …