source: genesis/nodes/JVC/wleiden.yaml@ 13832

Last change on this file since 13832 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: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.14243"
7location : "JVC, De Heyderweg 1, 2314 XZ, Leiden"
8longitude : "4.50905"
9masterip : "172.18.32.1"
10monitoring_group: "wleiden"
11nodename : "JVC"
12nodetype : "Hybrid"
13rdnap_x : 94888
14rdnap_y : 461946
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "AP voor de buurt"
26 ip : "172.18.32.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:02:bf:4e"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar Zoeterwoude Dorp"
39 ip : "172.16.5.153/29"
40 sdesc : "2ZTW"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "132"
45 ssid : "il-z.jvc.wleiden.net"
46 dhcp : False
47 compass : "z"
48 ns_ip : "172.16.5.154/29"
49 ns_mac : "00:27:22:8a:3b:fc"
50 bridge_type: "NanoStation M5"
51 status : "down"
52
53
54iface_vr0:
55 comment : "Link naar ROC2"
56 ip : "172.16.5.33/29"
57 sdesc : "2ROC2"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "108"
62 ssid : "il-w.jvc.wleiden.net"
63 dhcp : False
64 compass : "w"
65 ns_ip : "172.16.5.34/29"
66 ns_mac : "00:15:6d:ea:eb:d3"
67 bridge_type: "NanoStation5"
68 status : "up"
69
70
71iface_vr0_alias0:
72 comment : "Link naar Camera op ROC Oost"
73 ip : "172.16.3.141/30"
74 type : "eth"
75 status : "up"
76
77
78iface_vr1:
79 comment : "A-link to Graficall via Nanostation5"
80 ip : "172.16.3.9/29"
81 sdesc : "2graficall"
82 mode : "ap-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "100"
86 ssid : "il-no.jvc.wleiden.net"
87 dhcp : False
88 compass : "no"
89 ns_ip : "172.16.3.10/29"
90 ns_mac : "00:15:6d:ea:f0:fe"
91 bridge_type: "NanoStation5"
92 status : "up"
93
94iface_vr1_alias0:
95 comment : "Link naar Rick"
96 ip : "172.16.6.113/29"
97 type : "eth"
98 status : "up"
99
100iface_vr1_alias1:
101 comment : "Link naar Rick2"
102 ip : "172.16.7.132/29"
103 sdesc : "2rick2"
104 type : "eth"
105 dhcp : False
106 status : "up"
107
108iface_vr2:
109 comment : "Link naar Meerburg"
110 ip : "172.16.4.241/29"
111 sdesc : "2meerburg"
112 mode : "ap-wds"
113 type : "eth"
114 extra_type : "eth2wifibridge"
115 channel : "60"
116 ssid : "il-o.jvc.wleiden.net"
117 dhcp : False
118 compass : "o"
119 ns_ip : "172.16.4.242/29"
120 ns_mac : "00:15:6d:ea:f0:67"
121 bridge_type: "NanoStation5"
122 status : "up"
123
124
Note: See TracBrowser for help on using the repository browser.