Last change
on this file since 13742 was 13742, checked in by rick, 8 years ago |
Try to beat captive portal requests for already autorized devices.
Dummy framework for tool which reads arp requests and based on the response
checks if the MAC is already whitelisted and hence adds it's IP to the
whitelist table.
This will avoid issues with captive portal checkers at phone, which assume a
captive portal, yet their request in and on itself will already activate the
known lease again.
Secondly this framework is also required to allow 'roaming' from users between
accesspoints without the need of re-authentication (or IoT devices for
example).
|
File size:
1.1 KB
|
Line | |
---|
1 | Hoe zet je een interlink over de huidige 3 * 30 subnets naar 1 * 29.
|
---|
2 |
|
---|
3 | 1. Maar eerst een lijstje met ip adressen
|
---|
4 | Oud:
|
---|
5 | Livinglab: 172.16.2.241 (geen administratie van de nanostation ip)
|
---|
6 | Ajsoft2: 172.16.2.242 (geen administraite van de nonostation ip)
|
---|
7 |
|
---|
8 | Nieuw
|
---|
9 | Livinglab if 172.16.16.9/29
|
---|
10 | Livinglab ns 172.16.16.10/29
|
---|
11 | Ajsoft2 ns 172.16.16.11/29
|
---|
12 | Ajsoft2 if 172.16.16.12/29
|
---|
13 |
|
---|
14 | 2 Update de nanostations
|
---|
15 |
|
---|
16 | 2.1 Nieuw ip adres instellen
|
---|
17 | 2.1.1 We keizen een netwerk breed ongebruikt ip, bv: 192.168.1.50
|
---|
18 | 2.1.2 Kijk op welk if de ip zit (genesis/live info) bv: sis1
|
---|
19 | 2.1.3 Voeg extra ip toe: ifconfig sis1 add 192.168.1.50/24
|
---|
20 |
|
---|
21 | 2.2 Acterhalen ip: nanostation ip is niet altijd ingesteld
|
---|
22 | 2.2.1 ping standaard: 192.168.1.20:
|
---|
23 | ping 192.168.1.20
|
---|
24 | 2.2.2 Als deze niks terug vind gaan we over op secondaire ip
|
---|
25 | ping secondair: 192.168.1.21:
|
---|
26 | ping 192.168.1.21
|
---|
27 | 2.2.3 Kijk of de interface al twee ip's heeft. 1 is voor nanostation
|
---|
28 | 2.2.4 Gebruik tcpdump om te kijken of je iets ziet
|
---|
29 | 2.2.3 Als deze beide niet kloppen: check svn log
|
---|
30 |
|
---|
31 | 2.3 Log in op nanostation met ssh
|
---|
32 | 2.3.1 info: gebruik of wl standaard info (root) of standaard ubiquity (zie handleiding)
|
---|
33 | 2.3.2 ssh <ip>
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.