source: genesis/nodes/ROC1/wleiden.yaml@ 13871

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

aanvulling config ROC

File size: 2.3 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.0.1"
10monitoring_group: "wleiden"
11nodename : "ROC1"
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 west - 270"
26 ip : "172.21.0.1/24"
27 sdesc : "ap-w"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "WiFi-Leiden-w"
32 wlan_mac : "00:1b:b1:05:03:1a"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue1:
38 comment : "Link naar Meelfabriek2 - 015"
39 ip : "172.16.9.228/29"
40 sdesc : "2-no"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "108"
45 ssid : "il-zzw.meelfabriek.wleiden.net"
46 dhcp : False
47 compass : "no"
48 ns_ip : "172.16.9.227/29"
49 ns_mac : "00:27:22:10:fe:52"
50 bridge_type: "NanoStation M5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet naar ROC2 via switch"
56 ip : "172.16.3.89/30"
57 sdesc : "2roc2"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62iface_vr0_alias0:
63 comment : "naar Lora Gateway via switch"
64 ip : "172.31.250.9/29"
65 dhcp : False
66 type : "eth"
67
68iface_vr1:
69 comment : "Link naar Plantsoen2 - 000"
70 ip : "172.16.5.9/29"
71 sdesc : "2plantsoen"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "132"
76 ssid : "il-n.roc1.wleiden.net"
77 dhcp : False
78 compass : "n"
79 ns_ip : "172.16.5.10/29"
80 ns_mac : "00:15:6d:70:54:4f"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
85iface_vr2:
86 comment : "Link naar Haagwijk - 225"
87 ip : "172.16.17.132/29"
88 sdesc : "2Haagwijk"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "140"
93 ssid : "il-o.haagwijk.wleiden.net"
94 dhcp : False
95 compass : "w"
96 ns_ip : "172.16.17.131/29"
97 ns_mac : "00:15:6d:70:54:52"
98 bridge_type: "NanoStation5"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.