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

Last change on this file since 14071 was 14071, checked in by rick, 7 years ago

Fix no traffic possible from aliased gateway iface

Packets originating from same interface as the gateway interface (aliased
interface) are not matched by the 'out' rule.

Technically they are both incoming and outgoing at the same time and thus will
be covered the the 'in' rule directive. By ensuring matching is done on both
incoming and outgoing this packets will be allowed.

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.