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

Last change on this file since 13401 was 12829, checked in by wouter, 10 years ago

Interne link naar 11a kanaal 44

File size: 2.2 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
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "Link naar StBavo2"
27 ip : "172.16.3.93/30"
28 sdesc : "2stbavo2"
29 mode : "ap"
30 type : "11a"
31 channel : 44
32 ssid : "il-intern.stbavo1.wleiden.net"
33 dhcp : False
34 status : "up"
35
36
37iface_vr0:
38 comment : "Internet verbinding"
39 ip : "192.168.178.2/24"
40 sdesc : "2external"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_vr0_alias0:
47 comment : "Interlink naar pastorie Nanostation M5 DC:9F:DB:64:2C:DF kabel 4"
48 ip : "172.16.9.1/29"
49 sdesc : "2pastorie"
50 mode : "ap-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "128"
54 ssid : "il-o.stbavo1.wleiden.net"
55 ns_ip : "172.16.9.2/29"
56 ns_mac : "dc:9f:db:64:2f:77"
57 bridge_type: "NanoStation M5"
58 status : "up"
59
60
61iface_vr1:
62 comment : "Link naar Kaag2 kabel 3"
63 ip : "172.16.7.249/29"
64 sdesc : "2kaag2"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "140"
69 ssid : "il-z.kaag2.wleiden.net"
70 dhcp : False
71 compass : "n"
72 ns_ip : "172.16.7.250/29"
73 ns_mac : "dc:9f:db:64:2e:bd"
74 bridge_type: "NanoStation M5"
75 status : "up"
76
77
78iface_vr2:
79 comment : "Link to KWVdeKaag kabel 5"
80 ip : "172.16.7.241/29"
81 sdesc : "2kwdekaag"
82 mode : "ap-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "100"
86 ssid : "il-w.stbavo1.wleiden.net"
87 dhcp : False
88 compass : "w"
89 ns_ip : "172.16.7.242/29"
90 ns_mac : "dc:9f:db:64:2f:07"
91 bridge_type: "NanoStation M5"
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.