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

Last change on this file since 11322 was 11322, checked in by rick, 13 years ago

All cosmetic fixes.

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"
11nodename : "LucasN"
12nodetype : "Hybrid"
13rdnap_x : 93395
14rdnap_y : 464130
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: True
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap"
25 ip : "172.17.144.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "5"
30 ssid : "ap-WirelessLeiden-LucasN"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Ethernet naar lokaal internet"
37 ip : "0.0.0.0/30"
38 sdesc : "2internet"
39 type : "eth"
40 dhcp : "client"
41 status : "up"
42
43
44iface_vr0:
45 comment : "A-link naar Rabo1"
46 ip : "172.16.3.25/29"
47 sdesc : "2rabo1"
48 mode : "ap-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "60"
52 ssid : "il-n.lucasn.wleiden.net"
53 dhcp : False
54 compass : "n"
55 ns_ip : "172.16.3.26/29"
56 ns_mac : "00:15:6D:70:54:AE"
57 status : "down"
58
59
60iface_vr1:
61 comment : "A-link naar Stadhuis"
62 ip : "172.16.4.132/29"
63 sdesc : "2stadhuis"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "116"
68 ssid : "il-nw.stadhuis.wleiden.net"
69 dhcp : False
70 compass : "zo"
71 ns_ip : "172.16.4.131/29"
72 ns_mac : " 00:15:6D:70:54:53"
73 status : "up"
74
75
76iface_vr2:
77 comment : "Link naar Webster"
78 ip : "172.16.4.177/29"
79 sdesc : "2webster"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "36"
84 ssid : "il-zw.lucasn.wleiden.net"
85 dhcp : False
86 compass : "zw"
87 ns_ip : "172.16.4.178/29"
88 ns_mac : "00:15:6D:70:54:D2"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.