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

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

Cleanup actie.

File size: 2.0 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: True
22status : "up"
23
24
25iface_ath0:
26 comment : "Ap"
27 ip : "172.17.144.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11b"
31 channel : "5"
32 ssid : "ap-WirelessLeiden-LucasN"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ethernet naar lokaal internet"
39 ip : "0.0.0.0/30"
40 sdesc : "2internet"
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 status : "down"
60
61
62iface_vr1:
63 comment : "A-link naar Stadhuis"
64 ip : "172.16.4.132/29"
65 sdesc : "2stadhuis"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "116"
70 ssid : "il-nw.stadhuis.wleiden.net"
71 dhcp : False
72 compass : "zo"
73 ns_ip : "172.16.4.131/29"
74 ns_mac : " 00:15:6D:70:54:53"
75 status : "up"
76
77
78iface_vr2:
79 comment : "Link naar Webster"
80 ip : "172.16.4.177/29"
81 sdesc : "2webster"
82 mode : "ap-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "36"
86 ssid : "il-zw.lucasn.wleiden.net"
87 dhcp : False
88 compass : "zw"
89 ns_ip : "172.16.4.178/29"
90 ns_mac : "00:15:6D:70:54:D2"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.