forked from ronnyvdbr/ronnyvdbr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUGS
33 lines (27 loc) · 1.52 KB
/
BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Welcome to the bugs file.
The Raspberry WAP is under heavy development, some of the problems which might
slip into the software will not be noticed immediately.
If problems are encountered they will be queued up for fixing until the next release.
Raspberry WAP v1.0
when switching from access point to router mode, the dhclient keeps running
When the software is switched to Router mode, on the next reboot the wlan0 interfaces is not assigned the IP address. -> ok fixed
Raspberry WAP v1.2
the shutdown of coova chilli doesn't work -> ok fixed
after reboot coova chilli doesn't work -> ok fixed
after reboot ip forwarding is not enable automatically -> ok fixed
after reboot ip masquerading is not enabled automatically -> ok fixed
to make chilli work perfectly the following changes were needed:
1. Updated avanced captive portal php
2. In up.sh of Chili put another iptables masquerade
3. In the init script of Chili Removed Network dependency
The init script of Chili dependance on Network daemon needs to be removed
Raspberry WAP v1.3
when starting the Raspberry without the network cable connected, U can't login to the web interface.
Raspberry WAP v1.4
If the wireless access point is booted without network cable, people cannot log in to the web gui.
Raspberry WAP v1.5
Issue 6 and 13 still present.
#6 - when saving wpa passphrase, the change is not written to config file and doensn't apply - solved - code change
#13 - wpa key must be at least 8 characters - solved - changed regex for validation
Raspberry WAP v1.5.1
To be determined