source: genesis/nodes/HybridGeluidsnet1/wleiden.yaml@ 13352

Last change on this file since 13352 was 13352, checked in by huub, 9 years ago

link bcste-zwaluwak uitgezet in de configs van zwaluw en bcste

File size: 2.4 KB
Line 
1
2# Genesis config yaml style
3# vim:ts=2:et:sw=2:ai
4#
5board : "ALIX2"
6comment : "None"
7latitude : "52.16254"
8location : "Oude Belastingkantoor, Stationsplein 107, 2312 AJ, Leiden"
9longitude : "4.47908"
10masterip : "172.17.3.1"
11monitoring_group: "wleiden"
12nodename : "Geluidsnet1"
13nodetype : "Hybrid"
14rdnap_x : 92865
15rdnap_y : 464209
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "Ap"
27 ip : "172.17.3.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 11
32 ssid : "WiFi-Leiden"
33 wlan_mac : "00:1b:b1:02:bf:55"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar Geluidsnet2"
40 ip : "172.16.4.185/30"
41 sdesc : "2geluidsnet2"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_vr0:
48 comment : "Link naar Webcam"
49 ip : "172.16.16.1/30"
50 sdesc : "2webcam"
51 type : "eth"
52 dhcp : False
53 status : "up"
54
55
56iface_vr1:
57 comment : "Link naar Lebkov"
58 ip : "172.16.17.225/29"
59 sdesc : "2lebkov"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "36"
64 ssid : "il-n.geluidsnet1.wleiden.net"
65 dhcp : False
66 compass : "n"
67 ns_ip : "172.16.17.226/29"
68 ns_mac : "00:15:6d:ec:82:8c"
69 bridge_type: "NanoStation5"
70 status : "up"
71
72
73iface_vr1_alias0:
74 comment : "Link naar VisitorCentre1"
75 ip : "172.16.7.41/29"
76 sdesc : "2vcentre1"
77 mode : "ap-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 dhcp : False
81 bridge_type: "NanoStation M5"
82 status : "up"
83
84iface_vr1_alias1:
85 comment : "Link naar Rabo2"
86 ip : "172.16.3.193/29"
87 sdesc : "2rabo2"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 dhcp : False
92 bridge_type: "NanoStation M5"
93 status : "up"
94
95
96iface_vr2:
97 comment : "Link naar Dirklos1 "
98 ip : "172.16.4.153/29"
99 sdesc : "2dirklos1"
100 mode : "station-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "140"
104 ssid : "il-zw.geluidsnet1.wleiden.net"
105 dhcp : False
106 compass : "nw"
107 ns_ip : "172.16.4.154/29"
108 ns_mac : "00:15:6d:ec:81:7b"
109 bridge_type: "NanoStation5"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.