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

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

link DeKijker naar Geluidsnet1 geconfigureerd

File size: 2.2 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
24iface_ath0:
25 comment : "Ap"
26 ip : "172.17.3.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:02:bf:55"
33 dhcp : "10-250"
34 status : "up"
35
36iface_ue0:
37 comment : "Link naar Geluidsnet2"
38 ip : "172.16.4.185/30"
39 sdesc : "2geluidsnet2"
40 type : "eth"
41 dhcp : False
42 status : "up"
43
44iface_vr0:
45 comment : "Link naar Webcam"
46 ip : "172.16.16.1/30"
47 sdesc : "2webcam"
48 type : "eth"
49 dhcp : False
50 status : "up"
51
52iface_vr1:
53 comment : "Link naar Lebkov"
54 ip : "172.16.17.225/29"
55 sdesc : "2lebkov"
56 mode : "ap-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "36"
60 ssid : "il-n.geluidsnet1.wleiden.net"
61 dhcp : False
62 compass : "n"
63 ns_ip : "172.16.17.226/29"
64 ns_mac : "00:15:6d:ec:82:8c"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68iface_vr1_alias0:
69 comment : "Link naar DeKijker"
70 ip : "172.16.7.41/29"
71 sdesc : "2dekijker"
72 type : "eth"
73 dhcp : False
74 status : "up"
75
76iface_vr1_alias1:
77 comment : "Link naar Rabo2"
78 ip : "172.16.3.193/29"
79 sdesc : "2rabo2"
80 type : "eth"
81 dhcp : False
82 status : "up"
83
84iface_vr2:
85 comment : "Link naar Dirklos1 "
86 ip : "172.16.4.153/29"
87 sdesc : "2dirklos1"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "140"
92 ssid : "il-zw.geluidsnet1.wleiden.net"
93 dhcp : False
94 compass : "nw"
95 ns_ip : "172.16.4.154/29"
96 ns_mac : "00:15:6d:ec:81:7b"
97 bridge_type: "NanoStation5"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.