source: hybrid/docs/30-2-29.txt@ 13742

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 
1Hoe zet je een interlink over de huidige 3 * 30 subnets naar 1 * 29.
2
31. Maar eerst een lijstje met ip adressen
4Oud:
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
8Nieuw
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
142 Update de nanostations
15
162.1 Nieuw ip adres instellen
172.1.1 We keizen een netwerk breed ongebruikt ip, bv: 192.168.1.50
182.1.2 Kijk op welk if de ip zit (genesis/live info) bv: sis1
192.1.3 Voeg extra ip toe: ifconfig sis1 add 192.168.1.50/24
20
212.2 Acterhalen ip: nanostation ip is niet altijd ingesteld
222.2.1 ping standaard: 192.168.1.20:
23 ping 192.168.1.20
242.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
272.2.3 Kijk of de interface al twee ip's heeft. 1 is voor nanostation
282.2.4 Gebruik tcpdump om te kijken of je iets ziet
292.2.3 Als deze beide niet kloppen: check svn log
30
312.3 Log in op nanostation met ssh
322.3.1 info: gebruik of wl standaard info (root) of standaard ubiquity (zie handleiding)
332.3.2 ssh <ip>
34
Note: See TracBrowser for help on using the repository browser.