source: genesis/nodes/HybridStBavo2/wleiden.yaml@ 12731

Last change on this file since 12731 was 12674, checked in by huub, 11 years ago

wifi-verbinding naar stbavo1 in sta modus

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.19183"
7location : "Sint Bavo Kerk, Leidse weg 6, 2374 AL, Oud-Ade"
8longitude : "4.56611"
9masterip : "172.17.121.1"
10monitoring_group: "wleiden"
11nodename : "StBavo2"
12nodetype : "Hybrid"
13rdnap_x : 98856
14rdnap_y : 467396
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 : "Link naar StBavo1, N.B. station modus!"
26 ip : "172.16.3.94/30"
27 sdesc : "2stbavo1"
28 mode : "sta"
29 type : "11g"
30 channel : 11
31 ssid : "il-intern.stbavo1.wleiden.net"
32 dhcp : False
33 status : "up"
34
35
36iface_ue0:
37 comment : "AP voor de buurt - kabel 7"
38 ip : "172.17.122.1/24"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "1"
43 ssid : "ap-WirelessLeiden-StBavo-Zuid"
44 dhcp : "10-250"
45 ns_ip : "172.17.122.2/24"
46 ns_mac : "dc:9f:db:36:1d:f0"
47 bridge_type: "NanoStation2M"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Interlink naar Watertoren2 - kabel 2"
53 ip : "172.16.9.9/29"
54 sdesc : "2watertoren2"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "36"
59 ssid : "il-zw.watertoren2.wleiden.net"
60 compass : "no"
61 ns_ip : "172.16.9.10/29"
62 ns_mac : "dc:9f:db:64:2f:10"
63 bridge_type: "Nanostation M5"
64 status : "up"
65
66
67iface_vr1:
68 comment : "Link naar HMKerk - kabel 3"
69 ip : "172.16.9.17/29"
70 sdesc : "2zo"
71 mode : "ap-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "64"
75 ssid : "il-zo.stbavo2.wleiden.net"
76 dhcp : False
77 compass : "zo"
78 ns_ip : "172.16.9.18/29"
79 ns_mac : "dc:9f:db:64:2d:27"
80 bridge_type: "NanoStation M5"
81 status : "up"
82
83
84iface_vr2:
85 comment : "AP voor de buurt - kabel 6"
86 ip : "172.17.121.1/24"
87 mode : "ap-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "6"
91 ssid : "ap-WirelessLeiden-StBavo-Noord"
92 dhcp : "10-250"
93 ns_ip : "172.17.121.2/24"
94 ns_mac : "00:27:22:e2:53:e1"
95 bridge_type: "NanoStation2M"
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.