You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to run 6lbr web server on a raspberry pi as a "Standalone access point", i.e.: the raspberry-pi will be configured as a wifi hotspot, and PC's/cell phones should be able to access the 6lbr web page via wifi (with no external internet connection). I just cannot open the web page [bbbb::100] from the network devices, any idea how to host this web page to the LAN?
I built and installed 6lbr which is working fine via Ethernet
I tried it with Apache2 and managed to open the landing page on wifi devices
I changed the interfaces file to connect br0 to wlan0 instead of eth0:
#####################################################
auto lo # Starts lo on bootup
iface lo inet loopback
auto wlan0 # Starts wlan0 on bootup
allow-hotplug wlan0 # starts wlan0 interface on a hotplug event
iface wlan0 inet manual # creates a network interface without an ip address which is normally done for bridges
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
auto br0 # Starts br0 on bootup
iface br0 inet manual
bridge_ports wlan0 #eth0
bridge_stp off
up echo 0 > /sys/devices/virtual/net/br0/bridge/multicast_snooping
post-up ip link set br0 address `ip link show wlan0 | grep ether | awk '{print $2}'`
###################################################
Hello,
I'm trying to run 6lbr web server on a raspberry pi as a "Standalone access point", i.e.: the raspberry-pi will be configured as a wifi hotspot, and PC's/cell phones should be able to access the 6lbr web page via wifi (with no external internet connection).
I just cannot open the web page [bbbb::100] from the network devices, any idea how to host this web page to the LAN?
The text was updated successfully, but these errors were encountered: