Last change
on this file since 13725 was 13725, checked in by rick, 8 years ago |
Wrong resolv.conf leaves other files dangling, causing cascading failure.
Config files are downloaded in order, since resolv.conf should be downloaded
last, as the system will use this file to download for example the unbound
setup. Without either of them there is no working system possible.
|
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.