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

Last change on this file since 12375 was 12375, checked in by huub, 11 years ago

LucasN geen internetverbinding meer, helaas

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 : "ap-WirelessLeiden-LucasN"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ethernet naar local"
39 ip : "0.0.0.0/30"
40 sdesc : "2local"
41 type : "eth"
42 dhcp : "client"
43 status : "up"
44
45
46iface_vr0:
47 comment : "A-link naar Rabo1"
48 ip : "172.16.3.25/29"
49 sdesc : "2rabo1"
50 mode : "ap-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "60"
54 ssid : "il-n.lucasn.wleiden.net"
55 dhcp : False
56 compass : "n"
57 ns_ip : "172.16.3.26/29"
58 ns_mac : "00:15:6d:70:54:ae"
59 bridge_type: "NanoStation5"
60 status : "down"
61
62
63iface_vr1:
64 comment : "A-link naar Stadhuis"
65 ip : "172.16.4.132/29"
66 sdesc : "2stadhuis"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "116"
71 ssid : "il-nw.stadhuis.wleiden.net"
72 dhcp : False
73 compass : "zo"
74 ns_ip : "172.16.4.131/29"
75 ns_mac : "00:15:6d:70:54:53"
76 bridge_type: "NanoStation5"
77 status : "up"
78
79
80iface_vr2:
81 comment : "Link naar Webster"
82 ip : "172.16.4.177/29"
83 sdesc : "2webster"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "36"
88 ssid : "il-zw.lucasn.wleiden.net"
89 dhcp : False
90 compass : "zw"
91 ns_ip : "172.16.4.178/29"
92 ns_mac : "00:15:6d:70:54:d2"
93 bridge_type: "NanoStation5"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.