source: genesis/nodes/HybridKaag2/wleiden.yaml@ 12569

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

Allerhande cosmetische aanpassingen.

File size: 3.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.21786"
7location : "Jachtwerf Feadship (Van Lent), Julianalaan 3, 2159 LA, Kaag (Eiland)"
8longitude : "4.55925"
9masterip : "172.27.8.1"
10monitoring_group: "wleiden"
11nodename : "Kaag2"
12nodetype : "Hybrid"
13rdnap_x : 98420
14rdnap_y : 470298
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 : "Omni voor de buurt"
26 ip : "172.27.8.1/24"
27 sdesc : "omni"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-WirelessLeiden-SPKaag2"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Omni voor de buurt"
38 ip : "172.17.81.1/24"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "1"
43 ssid : "ap-WirelessLeiden-Spkaag2"
44 dhcp : "10-250"
45 ns_ip : "172.17.81.2/24"
46 ns_mac : "00:27:22:e2:52:39"
47 bridge_type: "NanoStation2M"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Link naar Watertoren2"
53 ip : "172.16.3.241/29"
54 sdesc : "2watertoren2"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "44"
59 ssid : "il-zw.watertoren2.wleiden.net"
60 dhcp : False
61 compass : "o"
62 ns_ip : "172.16.3.242/29"
63 ns_mac : "00:15:6d:70:52:5d"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
68iface_vr1:
69 comment : "Link naar Kaag1"
70 ip : "172.16.17.65/29"
71 sdesc : "2kaag1"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "140"
76 ssid : "il-z.kaag2.wleiden.net"
77 dhcp : False
78 compass : "z"
79 ns_ip : "172.16.17.66/29"
80 ns_mac : "00:15:6d:70:51:ea"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
85iface_vr1_alias0:
86 comment : "Link naar Heineken"
87 ip : "172.16.6.233/29"
88 sdesc : "2heineken"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 dhcp : False
92 bridge_type: "NanoStation M5"
93 status : "up"
94
95
96iface_vr1_alias1:
97 comment : "Link naar Boterhuis"
98 ip : "172.16.6.89/29"
99 sdesc : "2boterhuis"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 bridge_type: "NanoStation M5"
103 status : "down"
104
105
106iface_vr1_alias2:
107 comment : "Link naar StBavo1"
108 ip : "172.16.7.252/29"
109 sdesc : "2kaag2"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 bridge_type: "NanoStation M5"
113 status : "up"
114
115
116iface_vr2:
117 comment : "Link naar UnigorN"
118 ip : "172.16.17.76/29"
119 sdesc : "2unigorn"
120 mode : "station-wds"
121 type : "eth"
122 extra_type : "eth2wifibridge"
123 channel : "52"
124 ssid : "il-no.unigorn.wleiden.net"
125 dhcp : False
126 compass : "zw"
127 ns_ip : "172.16.17.75/29"
128 ns_mac : "00:15:6d:70:54:98"
129 bridge_type: "NanoStation5"
130 status : "up"
131
132
Note: See TracBrowser for help on using the repository browser.