source: genesis/nodes/HybridZijloever/wleiden.yaml@ 13382

Last change on this file since 13382 was 13209, checked in by huub, 10 years ago

typo config zijloever

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16161"
7location : "Zorgvoorziening Zijloever, Lage Rijndijk 129, 2315 JS, Leiden"
8longitude : "4.51431"
9masterip : "172.19.0.1"
10monitoring_group: "wleiden"
11nodename : "Zijloever"
12nodetype : "Hybrid"
13rdnap_x : 95274
14rdnap_y : 464075
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.19.0.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden"
32 wlan_mac : "90:a4:de:8b:e3:10"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_vr0:
38 comment : "Link naar SOM2"
39 ip : "172.16.4.228/29"
40 sdesc : "2som2"
41 mode : "station-wds"
42 type : "eth"
43 channel : "36"
44 ssid : "il-zo.som2.wleiden.net"
45 dhcp : False
46 compass : "nw"
47 ns_ip : "172.16.4.227/29"
48 ns_mac : "00:15:6d:f6:be:ec"
49 bridge_type: "NanoStation5"
50 status : "up"
51
52
53iface_vr1:
54 comment : "Link naar Roomburgh2"
55 ip : "172.16.4.236/29"
56 sdesc : "2roomburgh3"
57 mode : "station-wds"
58 type : "eth"
59 channel : "44"
60 ssid : "il-n.roomburgh2.wleiden.net"
61 dhcp : False
62 compass : "z"
63 ns_ip : "172.16.4.235/29"
64 ns_mac : "00:15:6d:70:4d:a9"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr2:
70 comment : "Link naar Meelfabriek2"
71 ip : "172.16.9.220/29"
72 sdesc : "2meelfab2s"
73 mode : "station-wds"
74 type : "eth"
75 channel : "44"
76 ssid : "il-no.meelfabriek2.wleiden.net"
77 dhcp : False
78 compass : "zw"
79 ns_ip : "172.16.9.219/29"
80 ns_mac : "00:27:22:8a:3b:ab"
81 bridge_type: "NanoStation M5"
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.