source: genesis/nodes/HybridLucasN/wleiden.yaml@ 13107

Last change on this file since 13107 was 13107, checked in by huub, 10 years ago

LucasN nieuwe ssid

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16189"
8location : "Basisschool Lucas van Leyden, Sint Ursulasteeg 28, 2312 XA, Leiden"
9longitude : "4.48684"
10masterip : "172.17.144.1"
11monitoring_group: "wleiden"
12nodename : "LucasN"
13nodetype : "Hybrid"
14rdnap_x : 93395
15rdnap_y : 464130
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "Ap"
27 ip : "172.17.144.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "WiFi-Leiden"
33 wlan_mac : "00:1b:b1:f1:74:59"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Ethernet naar local"
40 ip : "0.0.0.0/30"
41 sdesc : "2local"
42 type : "eth"
43 dhcp : "client"
44 status : "up"
45
46
47iface_vr0:
48 comment : "A-link naar Rabo1"
49 ip : "172.16.3.25/29"
50 sdesc : "2rabo1"
51 mode : "ap-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "60"
55 ssid : "il-n.lucasn.wleiden.net"
56 dhcp : False
57 compass : "n"
58 ns_ip : "172.16.3.26/29"
59 ns_mac : "00:15:6d:70:54:ae"
60 bridge_type: "NanoStation5"
61 status : "down"
62
63
64iface_vr1:
65 comment : "A-link naar Stadhuis"
66 ip : "172.16.4.132/29"
67 sdesc : "2stadhuis"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "116"
72 ssid : "il-nw.stadhuis.wleiden.net"
73 dhcp : False
74 compass : "zo"
75 ns_ip : "172.16.4.131/29"
76 ns_mac : "00:15:6d:70:54:53"
77 bridge_type: "NanoStation5"
78 status : "up"
79
80
81iface_vr2:
82 comment : "Link naar Webster"
83 ip : "172.16.4.177/29"
84 sdesc : "2webster"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "36"
89 ssid : "il-zw.lucasn.wleiden.net"
90 dhcp : False
91 compass : "zw"
92 ns_ip : "172.16.4.178/29"
93 ns_mac : "00:15:6d:70:54:d2"
94 bridge_type: "NanoStation5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.