source: genesis/nodes/HybridLivingLab/wleiden.yaml@ 11527

Last change on this file since 11527 was 11519, checked in by rick, 12 years ago

Schoommaak ondersteuning.

File size: 2.7 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"
7ileiden : True
8latitude : "52.14490"
9location : "Pergolesipad 95, 2324 DG, Leiden"
10longitude : "4.46733"
11masterip : "172.20.140.1"
12monitoring_group: "wleiden"
13nodename : "LivingLab"
14nodetype : "Hybrid"
15rdnap_x : 92036
16rdnap_y : 462256
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "AP voor de buurt"
27 ip : "172.20.140.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11b"
31 channel : "4"
32 ssid : "ap-WirelessLeiden-Livinglab"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar Roomburgh2"
39 ip : "172.16.4.60/29"
40 sdesc : "2Roomburgh2"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "116"
45 ssid : "il-zw.roomburgh2.wleiden.net"
46 dhcp : False
47 compass : "o"
48 ns_ip : "172.16.4.59/29"
49 ns_mac : "00:15:6d:70:51:f5"
50 status : "up"
51
52
53iface_ue0_alias0:
54 comment : "Link naar ROC2"
55 ip : "172.16.5.5/29"
56 sdesc : "2ROC2"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "116"
61 ssid : "il-w.roc2..wleiden.net"
62 status : "up"
63
64
65iface_vr0:
66 comment : "External Link"
67 ip : "192.168.1.100/24"
68 sdesc : "2external"
69 type : "eth"
70 dhcp : "client"
71 status : "up"
72
73
74iface_vr1:
75 comment : "Link naar AJSoft2"
76 ip : "172.16.17.105/29"
77 sdesc : "2AJSoft2"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "149"
82 ssid : "il-n.livinglab.wleiden.net"
83 dhcp : False
84 compass : "n"
85 ns_ip : "172.16.17.106/29"
86 ns_mac : "00:15:6d:70:52:60"
87 status : "up"
88
89
90iface_vr2:
91 comment : "Ethernet naar Haagwijk"
92 ip : "172.16.17.113/29"
93 sdesc : "2Haagwijk"
94 mode : "ap-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "44"
98 ssid : "il-zo.livinglab.wleiden.net"
99 dhcp : False
100 compass : "zo"
101 ns_ip : "172.16.17.114"
102 ns_mac : "00:15:6d:70:51:e9"
103 status : "up"
104
105
106iface_vr2_alias0:
107 comment : "Ethernet naar CeTIM2 via switch"
108 ip : "172.16.4.140/29"
109 sdesc : "2cetim2"
110 mode : "station-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "36"
114 ssid : "il-zw.cetim2.wleiden.net"
115 dhcp : False
116 compass : "zo"
117 ns_ip : "172.16.4.139/29"
118 ns_mac : "00:27:22:8A:3B:FB"
119 status : "up"
120
121
Note: See TracBrowser for help on using the repository browser.