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

Last change on this file since 14293 was 14291, checked in by huub, 6 years ago

update naar 11.2

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 : "11.2-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 : "04:18:d6:56:ab:f8"
67 bridge_type: "NanoStationM5"
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 : "44:d9:e7:28:6c:ff"
91 bridge_type: "NanoStationM5"
92 status : "up"
93
94
95iface_vr1_alias0:
96 comment : "Link naar Rick"
97 ip : "172.16.6.113/29"
98 type : "eth"
99 status : "up"
100
101
102iface_vr1_alias1:
103 comment : "Link naar Rick2"
104 ip : "172.16.7.132/29"
105 sdesc : "2rick2"
106 type : "eth"
107 dhcp : False
108 status : "up"
109
110
111iface_vr2:
112 comment : "Link naar Meerburg"
113 ip : "172.16.4.241/29"
114 sdesc : "2meerburg"
115 mode : "ap-wds"
116 type : "eth"
117 extra_type : "eth2wifibridge"
118 channel : "60"
119 ssid : "il-o.jvc.wleiden.net"
120 dhcp : False
121 compass : "o"
122 ns_ip : "172.16.4.242/29"
123 ns_mac : "24:a4:3c:72:03:48"
124 bridge_type: "NanoStationM5"
125 status : "up"
126
127
Note: See TracBrowser for help on using the repository browser.