Last change
on this file since 13814 was 13745, checked in by rick, 8 years ago |
Adding Rick2 which is a development/dummy node.
It will be connected used a switch to Rick/JVC links,
using aliased interfaces, this will ensure the path will be longer and no
production traffic will pass trough the node.
Will be used for development of captive portal, dns, etc...
|
File size:
1.6 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | ileiden : True
|
---|
7 | latitude : "52.145"
|
---|
8 | location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
|
---|
9 | longitude : "4.517"
|
---|
10 | masterip : "172.17.29.1"
|
---|
11 | monitoring_group: "wzoeterwoude"
|
---|
12 | nodename : "Rick2"
|
---|
13 | nodetype : "Hybrid"
|
---|
14 | portal_sponsor: "Free-WiFi Zoeterwoude"
|
---|
15 | portal_url: "http://www.wirelessleiden.nl/"
|
---|
16 | rdnap_x : 95421
|
---|
17 | rdnap_y : 462103
|
---|
18 | release : "11.0-RELEASE"
|
---|
19 | service_accesspoint: True
|
---|
20 | service_concentrator: False
|
---|
21 | service_incoming_rdr: False
|
---|
22 | service_proxy_ileiden: False
|
---|
23 | service_proxy_normal: False
|
---|
24 | status : "down"
|
---|
25 |
|
---|
26 | iface_bridge0:
|
---|
27 | comment : "Access Points"
|
---|
28 | type : "eth"
|
---|
29 | ip : "172.17.29.1/24"
|
---|
30 | dhcp : "10-240"
|
---|
31 |
|
---|
32 |
|
---|
33 | iface_ath0:
|
---|
34 | comment : "Ap binnen"
|
---|
35 | parent : "bridge0"
|
---|
36 | sdesc : "apbinnen"
|
---|
37 | mode : "ap"
|
---|
38 | type : "11g"
|
---|
39 | channel : 6
|
---|
40 | ssid : "WiFi Zoeterwoude Development"
|
---|
41 | status : "up"
|
---|
42 |
|
---|
43 | iface_vr0:
|
---|
44 | comment : "Link naar Rick"
|
---|
45 | ip : "172.16.6.121/29"
|
---|
46 | sdesc : "2rick"
|
---|
47 | type : "eth"
|
---|
48 | dhcp : False
|
---|
49 | status : "up"
|
---|
50 |
|
---|
51 | iface_vr0_alias0:
|
---|
52 | comment : "Link naar JVC"
|
---|
53 | ip : "172.16.7.129/29"
|
---|
54 | sdesc : "2rick"
|
---|
55 | type : "eth"
|
---|
56 | dhcp : False
|
---|
57 | status : "up"
|
---|
58 |
|
---|
59 | iface_vr1:
|
---|
60 | comment : "Development AP Ethernet Interface"
|
---|
61 | parent : "bridge0"
|
---|
62 | sdesc : "2ap"
|
---|
63 | type : "eth"
|
---|
64 | status : "up"
|
---|
65 |
|
---|
66 | iface_vr2:
|
---|
67 | comment : "Development Interlink Interface"
|
---|
68 | ip : "172.16.6.118/29"
|
---|
69 | sdesc : "2unused"
|
---|
70 | type : "eth"
|
---|
71 | dhcp : False
|
---|
72 | status : "up"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.