source: genesis/nodes/HybridStBavo1/wleiden.yaml@ 12491

Last change on this file since 12491 was 12491, checked in by rick, 11 years ago

Link naar de Kaag

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.1"
7latitude : "52.19183"
8location : "Sint Bavo Kerk, Leidse weg 6, 2374 AL, Oud-Ade"
9longitude : "4.56611"
10masterip : "172.17.119.1"
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 : "11g"
31 channel : 11
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.1.10/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 ssid : "il-o.stbavo1.wleiden.net"
54 ns_ip : "172.16.9.2/29"
55 ns_mac : "dc:9f:db:64:2f:77"
56 bridge_type: "NanoStation M5"
57 status : "up"
58
59
60iface_vr1:
61 comment : "Link naar Kaag2 kabel 3"
62 ip : "172.16.7.249/29"
63 sdesc : "2kaag2"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 ssid : "il-z.kaag2.wleiden.net"
68 dhcp : False
69 compass : "n"
70 ns_ip : "172.16.7.250/29"
71 ns_mac : "dc:9f:db:64:2e:bd"
72 bridge_type: "NanoStation M5"
73 status : "up"
74
75
76iface_vr2:
77 comment : "Link to KWVdeKaag kabel 5"
78 ip : "172.16.7.241/29"
79 sdesc : "2kwdekaag"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 ssid : "il-nw.stabo1.wleiden.net"
84 dhcp : False
85 compass : "w"
86 ns_ip : "172.16.7.242/29"
87 ns_mac : "dc:9f:db:64:2d:27"
88 bridge_type: "NanoStation M5"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.