Hi
for removing the banner page, you have to edit the index.html
You have to connect and login via SSH to the box. On MacOS & Linux
Putty (windows): hostname: piratebox..lan ; username: root ; password: yourpass
Then edit the file
to enable wireless WPA2-encryption run:
More information about wifi-encryption can be found here
Matthias
for removing the banner page, you have to edit the index.html
You have to connect and login via SSH to the box. On MacOS & Linux
ssh root@piratebox.lan
Putty (windows): hostname: piratebox..lan ; username: root ; password: yourpass
Then edit the file
vi /opt/piratebox/www/index.htmland remove that block
<div id="welcome" class="card"> <h2>Welcome</h2> <p>Now, first of all, there is nothing illegal or scary going on here. This is a social place where you can chat and share files with people around you, <strong>anonymously</strong>! This is an off-line network, specially designed and developed for file-sharing and chat services. Staying off the grid is a precaution to maintain your full anonymity. Please have fun, chat with people, and feel free to share any files you may like.</p> <input id="thanks" class="button" type="submit" value="Thanks"> </div>.
to enable wireless WPA2-encryption run:
uci set wireless.@wifi-iface[0].encryption=psk2 uci set wireless.@wifi-iface[0].key="your_password" uci commit wireless wifi
More information about wifi-encryption can be found here
Matthias