source: genesis/nodes/HybridSpoortje/wleiden.yaml@ 11371

Last change on this file since 11371 was 11371, checked in by huub, 12 years ago

HybridCeTIM1 en stadhuis aangepast

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16657"
7location : "Openbare Bibliotheek t Spoortje, Bernhardkade 38, 2316 RX, Leiden"
8longitude : "4.50447"
9masterip : "172.18.52.1"
10monitoring_group: "wleiden"
11nodename : "Spoortje"
12nodetype : "Hybrid"
13rdnap_x : 94607
14rdnap_y : 464635
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "Omni voor de buurt"
24 ip : "172.18.52.1/24"
25 sdesc : "omni"
26 mode : "ap"
27 type : "11b"
28 channel : "3"
29 ssid : "ap-WirelessLeiden-Spoortje"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet naar bibliotheek Airport transparant"
36 ip : "172.18.52.65/28"
37 sdesc : "2bieb"
38 type : "eth"
39 dhcp : "70-78"
40 status : "up"
41
42
43iface_vr1:
44 comment : "Link naar Som2"
45 ip : "172.16.17.140/29"
46 sdesc : "2som2"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "60"
51 ssid : "il-zo.som2.wleiden.net"
52 dhcp : False
53 compass : "nw"
54 ns_ip : "172.16.17.139/29"
55 ns_mac : "00:15:6d:70:53:40"
56 bridge_type: "NanoStation5"
57 status : "up"
58
59
60iface_vr2:
61 comment : "A-link naar Cetim1"
62 ip : "172.16.4.20/29"
63 sdesc : "ncetim1"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "120"
68 ssid : "il-no.cetim1.wleiden.net"
69 dhcp : False
70 compass : "zw"
71 ns_ip : "172.16.4.19"
72 ns_mac : "00:15:6d:70:54:4b"
73 bridge_type: "NanoStation5"
74 status : "down"
75
76
Note: See TracBrowser for help on using the repository browser.