source: genesis/nodes/HybridLijtweg2/wleiden.yaml@ 12474

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

Automatic cleanups

File size: 3.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18489"
7location : "Lijtweg, 2341 HB, Oegstgeest"
8longitude : "4.47098"
9masterip : "172.23.13.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg2"
12nodetype : "Hybrid"
13rdnap_x : 92342
14rdnap_y : 466702
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 : "Ap zuid"
26 ip : "172.23.13.1/24"
27 sdesc : "ap-z"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-WirelessLeiden-Lijtweg2"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "InterLink naar Broekplein"
38 ip : "172.16.5.137/29"
39 sdesc : "2broekplein"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "44"
44 ssid : "il-ozo.lijtweg2.wleiden.net"
45 dhcp : False
46 compass : "o"
47 ns_ip : "172.16.5.138/29"
48 ns_mac : "00:15:6d:70:4d:d3"
49 bridge_type: "NanoStation5"
50 status : "up"
51
52
53iface_ue0_alias0:
54 comment : "InterLink naar Hofwijck"
55 ip : "172.16.3.105/29"
56 sdesc : "2hofwijck"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_ue0_alias1:
63 comment : "Interlink naar KWVdeKaag"
64 ip : "172.16.17.249/29"
65 sdesc : "2kwv"
66 type : "eth"
67 dhcp : False
68 status : "up"
69
70
71iface_vr0:
72 comment : "InterLink naar Rustenborch via switch"
73 ip : "172.16.6.33/29"
74 sdesc : "2rustenborch"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "116"
79 ssid : "il-w.lijtweg2.wleiden.net"
80 dhcp : False
81 compass : "zw"
82 ns_ip : "172.16.6.34"
83 ns_mac : "00:15:6d:70:51:c6"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
88iface_vr0_alias0:
89 comment : "Link naar Juffermans via switch nano 172.16.17.147 00:15:6d:f2:43:eb"
90 ip : "172.16.3.146/29"
91 sdesc : "2juffermans"
92 mode : "ap-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "140"
96 ssid : "il-ono.lijtweg2.wleiden.net"
97 dhcp : False
98 compass : "o"
99 status : "up"
100
101
102iface_vr0_alias1:
103 comment : "Link naar Boterhuis via switch nano 172.16.17.147 00:15:6d:f2:43:eb"
104 ip : "172.16.6.81/29"
105 sdesc : "2boterhuis"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 dhcp : False
109 status : "down"
110
111
112iface_vr1:
113 comment : "Link naar de Leidse Houtschool"
114 ip : "172.16.3.113/29"
115 sdesc : "2lhs"
116 mode : "ap-wds"
117 type : "eth"
118 extra_type : "eth2wifibridge"
119 channel : "132"
120 ssid : "il-z.lijtweg2.wleiden.net"
121 dhcp : False
122 status : "up"
123
124
125iface_vr1_alias1:
126 comment : "Link naar Camimplants"
127 ip : "172.16.6.97/29"
128 sdesc : "2camimplants"
129 type : "eth"
130 extra_type : "eth2wifibridge"
131 dhcp : False
132 status : "up"
133
134
135iface_vr2:
136 comment : "Ethernet naar Lijtweg1"
137 ip : "172.16.253.2/30"
138 sdesc : "2lijtweg1"
139 type : "eth"
140 dhcp : False
141 status : "up"
142
143
Note: See TracBrowser for help on using the repository browser.