source: genesis/nodes/StBavo1/wleiden.yaml@ 14297

Last change on this file since 14297 was 14175, checked in by huub, 7 years ago

internetkabeltje hersteld door Roy

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.19183"
8location : "Sint Bavo Kerk, Leidse weg 6, 2374 AL, Oud-Ade"
9longitude : "4.56611"
10masterip : "172.16.3.93"
11monitoring_group: "wleiden"
12nodename : "StBavo1"
13nodetype : "Hybrid"
14rdnap_x : 98856
15rdnap_y : 467396
16rdr_host : "213.73.140.38"
17release : "9.0-RELEASE"
18remote_access: "213.73.140.38:1022"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24serviceid : "172.31.254.13"
25status : "up"
26
27
28iface_ath0:
29 comment : "Link naar StBavo2"
30 ip : "172.16.3.93/30"
31 sdesc : "2stbavo2"
32 mode : "ap"
33 type : "11a"
34 channel : 44
35 ssid : "il-intern.stbavo1.wleiden.net"
36 dhcp : False
37 status : "up"
38
39
40iface_vr0:
41 comment : "Internet verbinding"
42 ip : "192.168.178.2/24"
43 sdesc : "2external"
44 type : "eth"
45 dhcp : False
46 status : "up"
47
48
49iface_vr0_alias0:
50 comment : "Interlink naar pastorie Nanostation M5 DC:9F:DB:64:2C:DF kabel 4"
51 ip : "172.16.9.1/29"
52 sdesc : "2pastorie"
53 mode : "ap-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "128"
57 ssid : "il-o.stbavo1.wleiden.net"
58 ns_ip : "172.16.9.2/29"
59 ns_mac : "dc:9f:db:64:2f:77"
60 bridge_type: "NanoStation M5"
61 status : "up"
62
63
64iface_vr1:
65 comment : "Link naar Kaag2 kabel 3"
66 ip : "172.16.7.249/29"
67 sdesc : "2kaag2"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "140"
72 ssid : "il-z.kaag2.wleiden.net"
73 dhcp : False
74 compass : "n"
75 ns_ip : "172.16.7.250/29"
76 ns_mac : "dc:9f:db:64:2e:bd"
77 bridge_type: "NanoStation M5"
78 status : "up"
79
80
81iface_vr2:
82 comment : "Link to KWVdeKaag kabel 5"
83 ip : "172.16.7.241/29"
84 sdesc : "2kwdekaag"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "100"
89 ssid : "il-w.stbavo1.wleiden.net"
90 dhcp : False
91 compass : "w"
92 ns_ip : "172.16.7.242/29"
93 ns_mac : "dc:9f:db:64:2f:07"
94 bridge_type: "NanoStation M5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.