Difference between revisions of "Wifi kiosk"

Jump to navigation Jump to search
Line 15: Line 15:


== 4 - Configuration network ==
== 4 - Configuration network ==
Add to the /etc/network/interfaces
# wlan
auto wlan0
iface wlan0 inet static
address 192.168.1.1
netmask 255.255.255.0
wireless-essid KIWIX
wireless-mode ad-hoc
Try to start the interface with: ifconfig wlan0 up


== 5 - Configuration of DNS & DHCP ==
== 5 - Configuration of DNS & DHCP ==

Navigation menu