source: genesis/nodes/Geluidsnet2/wleiden.yaml@ 13491

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

Die vermaledijde spaties weer uit de ssids geschoffeld grmpf

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16200"
7location : "Oude Belastingkantoor, Stationsplein 107, 2312 AJ, Leiden"
8longitude : "4.48003"
9masterip : "172.17.5.1"
10monitoring_group: "wleiden"
11nodename : "Geluidsnet2"
12nodetype : "Hybrid"
13rdnap_x : 92929
14rdnap_y : 464148
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap"
26 ip : "172.17.5.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden"
32 wlan_mac : "90:a4:de:b7:ae:6b"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar Webster"
39 ip : "172.16.4.193/29"
40 sdesc : "2webster"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "132"
45 ssid : "il-z.geluidsnet2.wleiden.net"
46 dhcp : False
47 compass : "zo"
48 ns_ip : "172.16.4.194/29"
49 ns_mac : "00:15:6d:70:4d:6a"
50 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Link naar Geluidsnet1"
56 ip : "172.16.4.186/30"
57 sdesc : "2geluidsnet1"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 dhcp : False
61 bridge_type: "NanoStation M5"
62 status : "up"
63
64
65iface_vr1:
66 comment : "Link naar xxxx"
67 ip : "172.16.9.81/29"
68 sdesc : "2xxx"
69 mode : "station-wds"
70 type : "eth"
71 channel : "36"
72 ssid : "il-zo.geluidsnet2.wleiden.net"
73 dhcp : False
74 compass : "z"
75 ns_ip : "172.16.9.82/29"
76 ns_mac : "00:15:6d:70:4d:a3"
77 bridge_type: "NanoStation5"
78 status : "up"
79
80
81iface_vr2:
82 comment : "Link naar vosko3"
83 ip : "172.16.4.204/29"
84 sdesc : "2vosko3"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "100"
89 ssid : "il-wnw.vosko3.wleiden.net"
90 dhcp : False
91 compass : "zo"
92 ns_ip : "172.16.4.203/29"
93 ns_mac : "00:15:6d:ec:82:96"
94 bridge_type: "NanoStation5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.