source: genesis/nodes/ROC2/wleiden.yaml@ 13928

Last change on this file since 13928 was 13872, checked in by huub, 8 years ago

aanvulling config ROC

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.14498"
7location : "ROC Lammenschans, Betaplein 18, 2321 KS, Leiden"
8longitude : "4.49342"
9masterip : "172.21.1.1"
10monitoring_group: "wleiden"
11nodename : "ROC2"
12nodetype : "Hybrid"
13rdnap_x : 93822
14rdnap_y : 462243
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 Noord"
26 ip : "172.21.1.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Leiden-n"
32 wlan_mac : "00:1b:b1:05:01:6a"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar JAR"
39 ip : "172.16.5.49/29"
40 sdesc : "2zwet"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "100"
45 ssid : "il-z.roc2.wleiden.net"
46 dhcp : False
47 compass : "z"
48 ns_ip : "172.16.5.50/29"
49 ns_mac : "00:27:22:8a:38:38"
50 bridge_type: "NanoStation M5"
51 status : "up"
52
53
54iface_ue0_alias0:
55 comment : "Link naar ZTWDorpskerk"
56 ip : "172.16.5.41/29"
57 sdesc : "2ztwdorpskerk"
58 type : "eth"
59 status : "up"
60
61
62iface_vr0:
63 comment : "Ethernet naar ROC1 via switch"
64 ip : "172.16.3.90/30"
65 sdesc : "2roc1"
66 type : "eth"
67 dhcp : False
68 status : "up"
69
70iface_vr0_alias0:
71 comment : "naar Lora Gateway via switch"
72 ip : "172.31.250.11/29"
73 dhcp : False
74 type : "eth"
75
76
77iface_vr1:
78 comment : "Link naar JVC - 080"
79 ip : "172.16.5.36/29"
80 sdesc : "2jvc"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "108"
85 ssid : "il-w.jvc.wleiden.net"
86 dhcp : False
87 compass : "o"
88 ns_ip : "172.16.5.35/29"
89 ns_mac : "00:27:22:8a:3b:d5"
90 bridge_type: "NanoStation M5"
91 status : "up"
92
93
94iface_vr2:
95 comment : "Link naar xxx - 260"
96 ip : "172.16.5.25/29"
97 sdesc : "unused"
98 mode : "station-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 channel : "52"
102 ssid : "il-nw.roc2.wleiden.net"
103 dhcp : False
104 compass : "nw"
105 ns_ip : "172.16.5.26/29"
106 ns_mac : "00:15:6d:70:50:42"
107 bridge_type: "NanoStation5"
108 status : "down"
109
110
Note: See TracBrowser for help on using the repository browser.